Character Encoding
UTF-8
0xF00x910x9C0x8F
UTF-16
0xD8050xDF0F
UTF-32
0x0001170F
Copy & Paste Codes
Unicode Escape
\u{1170F}
HTML Entity (Decimal)
𑜏
HTML Entity (Hex)
𑜏
CSS Code
\1170F
JavaScript/JSON
String.fromCodePoint(0x1170F)
Python
chr(0x1170F)
Ruby/PHP
chr(0x1170F)
Unix, C, PHP, JAVA
0x1170F
Perl
chr(0x1170F)
URL Encoded
%1170f