+ 3

 If the user’s operating system does not support the needed character, how can the symbol be represented?

6th Feb 2019, 9:12 AM
Samant Kumar
Samant Kumar - avatar
3 Respostas
+ 3
I don't think it has to do much with OS, instead with encoding. 🤷‍♂️
6th Feb 2019, 9:39 AM
Seb TheS
Seb TheS - avatar
+ 3
Use unicode (UTF-8) encoding at head of HTML. Or use character code instead of not ASCII characters, you can get those here https://code.sololearn.com/WVmtYolTcDXr/?ref=app
6th Feb 2019, 1:37 PM
Maneren
Maneren - avatar
+ 1
In cases wherein their operating system does not support a particular character, it is still possible to display that character by showing it as an image instead.
7th Feb 2019, 6:51 AM
Samant Kumar
Samant Kumar - avatar