Character Encoding
UTF-8
0xF00x900x8C0x9F
UTF-16
0xD8000xDF1F
UTF-32
0x0001031F
Copy & Paste Codes
Unicode Escape
\u{1031F}
HTML Entity (Decimal)
𐌟
HTML Entity (Hex)
𐌟
CSS Code
\1031F
JavaScript/JSON
String.fromCodePoint(0x1031F)
Python
chr(0x1031F)
Ruby/PHP
chr(0x1031F)
Unix, C, PHP, JAVA
0x1031F
Perl
chr(0x1031F)
URL Encoded
%1031f