Tuesday, April 15, 2014

Emoji

Recently we are discussing how to display iOS or Android Emoji on the web as Twitter can display Emoji since April 2014

Did a bit research, and the key part is still about standards. If we need display Emoji, we need a mapping table between unicode and emoji, then do text replace with corresponding emoji icons.

Here are some useful links:
http://www.iamcal.com/emoji-in-web-apps/
http://apps.timwhitlock.info/emoji/tables/unicode
https://github.com/Genshin/PhantomOpenEmoji
https://github.com/github/gemoji
http://unicode.org/~scherer/emoji4unicode/snapshot/utc.html
http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters

No comments:

Post a Comment