Is there a way to print special UTF-8 characters that are not on the keyboards we are using? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Is there a way to print special UTF-8 characters that are not on the keyboards we are using?

UTF-8 has special characters that may not be on our keyboards, some of them are foreign.

12th Nov 2017, 1:53 AM
Glitched
Glitched - avatar
3 Answers
+ 7
Actually you can if you're talking about web codes.
12th Nov 2017, 2:03 AM
qwerty
qwerty - avatar
+ 6
You can't on code playground. It only supports until 255(ASCII value).
12th Nov 2017, 1:57 AM
qwerty
qwerty - avatar
+ 5
UTF8 table reference http://www.fileformat.info/info/charset/UTF-8/list.htm To print UTF8 characters, use &code; format Some sample here: https://code.sololearn.com/WQQx975v6jzi/?ref=app
12th Nov 2017, 2:18 AM
Calviղ
Calviղ - avatar