Character Encoding
UTF-8
0xF00x900xA30xAB
UTF-16
0xD8020xDCEB
UTF-32
0x000108EB
Copy & Paste Codes
Unicode Escape
\u{108EB}
HTML Entity (Decimal)
𐣫
HTML Entity (Hex)
𐣫
CSS Code
\108EB
JavaScript/JSON
String.fromCodePoint(0x108EB)
Python
chr(0x108EB)
Ruby/PHP
chr(0x108EB)
Unix, C, PHP, JAVA
0x108EB
Perl
chr(0x108EB)
URL Encoded
%108eb