5

Well, users of my site are emoji lovers so had to find this workaround.

So it's basically using the emoji Dec (decimal) codes and then enclosing it with &# and ; and it works.

For example,

😈 shows the Evil Grin face 😈

or using 😍 shows the Smiling face with heart eyes and so on 😍😍 It's working on the comments sections too.

I've told my users to use the codes for now 😁 but I'm sure you programmers/experts will know of a better workaround.

The decimal codes for smileys are available here on W3Schools and here too < thanks @xyzzy

Well, users of my site are emoji lovers so had to find this workaround. So it's basically using the emoji **Dec** (decimal) codes and then enclosing it with ```&#``` and ```;``` and it works. For example, ```&#128520;``` shows the Evil Grin face &#128520; or using ```&#128525;``` shows the Smiling face with heart eyes and so on &#128525;&#128525; It's working on the comments sections too. I've told my users to use the codes for now &#128513; but I'm sure you programmers/experts will know of a better workaround. The decimal codes for smileys are available here on [W3Schools](https://www.w3schools.com/charsets/ref_emoji_smileys.asp) and [here too](http://www.amp-what.com/unicode/search/emoticon) < thanks @xyzzy

7 comments

[–] curious [OP] 0 points (+0|-0)

Testing a copy/paste of emoji 😁

[–] xyzzy 0 points (+0|-0)

works fine

[–] curious [OP] 0 points (+0|-0) Edited

Weird. Doesn't work on my phuks site without using the decimal codes. I always get Error while contacting the server when saving changes.

[–] xyzzy 0 points (+0|-0)

Shouldn't be a problem with your site if you have the encoding right. Emojis are just like characters, and not grabbed from another server.