7502 shaares
219 private links
219 private links
9 results
tagged
emoji
Unicode, the organization that oversees the evolution of emojis, is in the middle of a fierce debate over a frowning pile of poop.
<?
$table = json_decode(file_get_contents('emoji.json'));
//print_r($table); //take a peak
foreach ($table as $k => $emoji)
foreach ($emoji->short_names as $shortname)
echo "'{$shortname}' => '{$emoji->unified}', \n";
?>