I have a android app, which messages workds with emoji. Saved message with emojis is diaplayed ok on android after fetching from mysql via json. Now I want to display same message with emojis on web script. Found JS lib https://github.com/iamcal/js-emoji but cant make it work. Anyone has a ready to use implementation of it? Sample db record look like this:
Unii \uD83D\uDE02\uD83D\uDE03\uD83D\uDE2E\uD83D\uDE25\uD83D\uDE23\uD83D\uDE0F
These are android emojis. Hot make the work on web?