Character Encoding
UTF-8
0xF00x910x980x9F
UTF-16
0xD8050xDE1F
UTF-32
0x0001161F
Copy & Paste Codes
Unicode Escape
\u{1161F}
HTML Entity (Decimal)
𑘟
HTML Entity (Hex)
𑘟
CSS Code
\1161F
JavaScript/JSON
String.fromCodePoint(0x1161F)
Python
chr(0x1161F)
Ruby/PHP
chr(0x1161F)
Unix, C, PHP, JAVA
0x1161F
Perl
chr(0x1161F)
URL Encoded
%1161f