-
After the Web SDK receives a message, native emoji characters in the message body are decoded into Unicode codes. Use the conversion method to display them correctly.
-
Native emoji displays vary across different browsers and devices.
-
For consistent multi-platform display, convert emojis to HTML using emojiToHTML before showing them (this method displays them as images).
-
emojiToHTML and symbolToHTML only support the default 128 emojis. Extend these methods to display more.
For details, see: Emoji messages
Compatibility issues: