Skip to content

Instantly share code, notes, and snippets.

@gokusenz
Created May 27, 2019 13:14
Show Gist options
  • Save gokusenz/38abf9b5373fc8dc4f8cff32bcf7e49a to your computer and use it in GitHub Desktop.
Save gokusenz/38abf9b5373fc8dc4f8cff32bcf7e49a to your computer and use it in GitHub Desktop.
Line Notify emotion
<?php
$code = '100005';
$bin = hex2bin(str_repeat('0', 8 - strlen($code)) . $code);
$emoticon = mb_convert_encoding($bin, 'UTF-8', 'UTF-32BE');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment