Chat emoji conversion

  1. 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.

  2. Native emoji displays vary across different browsers and devices.

  3. For consistent multi-platform display, convert emojis to HTML using emojiToHTML before showing them (this method displays them as images).

  4. emojiToHTML and symbolToHTML only support the default 128 emojis. Extend these methods to display more.

For details, see: Emoji messages

Compatibility issues:

image