I use this table of Emoji and try this code:
<?php print json_decode('"\u2600"'); // This convert to ☀ (black sun with rays) ?>
If I try to convert this \u1F600 (grinning face) through json_decode
, I see this symbol — ὠ0
.
Whats wrong? How to get right Emoji?
print('😀');
. – Frontpageutfbm4
. Take a look to here. – Pappus