Character Encoding
UTF-8
0xF00x900x9A0xA3
UTF-16
0xD8010xDEA3
UTF-32
0x000106A3
Copy & Paste Codes
Unicode Escape
\u{106A3}
HTML Entity (Decimal)
𐚣
HTML Entity (Hex)
𐚣
CSS Code
\106A3
JavaScript/JSON
String.fromCodePoint(0x106A3)
Python
chr(0x106A3)
Ruby/PHP
chr(0x106A3)
Unix, C, PHP, JAVA
0x106A3
Perl
chr(0x106A3)
URL Encoded
%106a3