Character Encoding
UTF-8
0xF00x900xA30xAA
UTF-16
0xD8020xDCEA
UTF-32
0x000108EA
Copy & Paste Codes
Unicode Escape
\u{108EA}
HTML Entity (Decimal)
𐣪
HTML Entity (Hex)
𐣪
CSS Code
\108EA
JavaScript/JSON
String.fromCodePoint(0x108EA)
Python
chr(0x108EA)
Ruby/PHP
chr(0x108EA)
Unix, C, PHP, JAVA
0x108EA
Perl
chr(0x108EA)
URL Encoded
%108ea