Character Encoding
UTF-8
0xF00x900x9D0x8F
UTF-16
0xD8010xDF4F
UTF-32
0x0001074F
Copy & Paste Codes
Unicode Escape
\u{1074F}
HTML Entity (Decimal)
𐝏
HTML Entity (Hex)
𐝏
CSS Code
\1074F
JavaScript/JSON
String.fromCodePoint(0x1074F)
Python
chr(0x1074F)
Ruby/PHP
chr(0x1074F)
Unix, C, PHP, JAVA
0x1074F
Perl
chr(0x1074F)
URL Encoded
%1074f