Character Encoding
UTF-8
0xF00x900x8D0x9F
UTF-16
0xD8000xDF5F
UTF-32
0x0001035F
Copy & Paste Codes
Unicode Escape
\u{1035F}
HTML Entity (Decimal)
𐍟
HTML Entity (Hex)
𐍟
CSS Code
\1035F
JavaScript/JSON
String.fromCodePoint(0x1035F)
Python
chr(0x1035F)
Ruby/PHP
chr(0x1035F)
Unix, C, PHP, JAVA
0x1035F
Perl
chr(0x1035F)
URL Encoded
%1035f