Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

15
  • Maybe it's browser dependent? It worked fine for me using Firefox. Commented Mar 31, 2018 at 14:56
  • I just opened this page in Chrome, and the emoji (a smiley) appears just fine in Chrome too. Commented Mar 31, 2018 at 14:57
  • I've added more to my answer above that might help. Commented Mar 31, 2018 at 15:19
  • based on what did you broken it down ? cause I need more emojis to convert ? :) Commented Mar 31, 2018 at 15:37
  • I set a string to the smiley in the Chrome JavaScript console like this: let a = '😀';, then I got the values for a.charCodeAt(0).toString(16) and a.charCodeAt(1).toString(16). Commented Mar 31, 2018 at 15:41