I am making a chat application, and now I have imported emoticons, but I have encountered a new problem, that is, I can only receive emoji Unicode codes when I send them. For example, if I receive a smiley face: smile:, then how do I convert it to Such. Is there anyone who has done such a project? Can you share your experience? Thank you in advance.
EmojiOne
Support
JS
PHP
Android
iOS
Java
etcJS
You also need to download the corresponding images or fonts https://www.emojione.com/deve...
放的位置
Refer to the official examplesHow to use
Supported formats
:emoji:, for example
:see_no_evil:
is thatpictograms, such as
':-)
unicode characters
After js obtains the unicode character, it will perform regular filtering on it, convert it into the characters corresponding to the image name, and then assemble the image path so that it can be displayed
weChatEmoji
rrrreehttps://github.com/hu-qi/weCh...