Character Encoding
UTF-8
0xF00x900x990x9F
UTF-16
0xD8010xDE5F
UTF-32
0x0001065F
Copy & Paste Codes
Unicode Escape
\u{1065F}
HTML Entity (Decimal)
𐙟
HTML Entity (Hex)
𐙟
CSS Code
\1065F
JavaScript/JSON
String.fromCodePoint(0x1065F)
Python
chr(0x1065F)
Ruby/PHP
chr(0x1065F)
Unix, C, PHP, JAVA
0x1065F
Perl
chr(0x1065F)
URL Encoded
%1065f