+ 5
How I can add an emoji in code?
When I want to add it, it tells me that the SoloLarne application does not allow it to be added, but when I see other programs, I see that they add it, especially in JavaScript.
5 Respostas
+ 3
just copy paste them!
+ 4
+ 2
Blue Blossom
see this thread..
https://www.sololearn.com/Discuss/3227334/?ref=app
otherhand..
If you're having trouble in code, share your code, without watching no one can figure out what's going wrong.
+ 1
Web browsers need to know the character set used in an HTML page to portray it accurately. Here is an example of HTML emojis:
There is a specification for this in the <meta> tag:
<meta charset=”UTF-8″>
Note: Unless otherwise specified, HTML uses UTF-8 as its default character set.
Reference page: https://mrexamples.com/html/html-emojis/