Character Encoding
UTF-8
0xF00x900x8C0x9A
UTF-16
0xD8000xDF1A
UTF-32
0x0001031A
Copy & Paste Codes
Unicode Escape
\u{1031A}
HTML Entity (Decimal)
𐌚
HTML Entity (Hex)
𐌚
CSS Code
\1031A
JavaScript/JSON
String.fromCodePoint(0x1031A)
Python
chr(0x1031A)
Ruby/PHP
chr(0x1031A)
Unix, C, PHP, JAVA
0x1031A
Perl
chr(0x1031A)
URL Encoded
%1031a