How can i add emojis in my codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can i add emojis in my codes

26th Jul 2019, 7:38 PM
Charles $now
Charles $now - avatar
6 Answers
26th Jul 2019, 7:49 PM
Jella
Jella - avatar
+ 5
https://www.w3schools.com/html/html_symbols.asp HTML Symbols - W3Schools Or you can use default emojis from your keyboard https://www.kirupa.com/html5/emoji.htm Using Emojis in HTML, CSS, and JavaScript | KIRUPA
26th Jul 2019, 7:42 PM
KingDaniel2004
KingDaniel2004 - avatar
26th Jul 2019, 7:49 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 1
its not showing in my keyboard ..buh if I want to use it elsewhere it will come out
26th Jul 2019, 7:43 PM
Charles $now
Charles $now - avatar
0
Charles $now use emoji codes https://unicode.org/emoji/charts/full-emoji-list.html Full Emoji List, v12.0
27th Jul 2019, 9:03 AM
Aralexx
Aralexx - avatar
0
in cpp you need to input them as wide characters. check out these codes for comments on the lines needed: https://code.sololearn.com/c2IuusYXO4vK/?ref=app substitutes characters by emojis https://code.sololearn.com/cVvCzn7yFxjG/?ref=app outputs random pyramids of emojis and a fortune sentence https://code.sololearn.com/ct66qWs1Spl1/?ref=app displays the phase of the moon on a date with emojis
28th Jul 2019, 10:09 AM
bell
bell - avatar