Character Encoding
UTF-8
0xF00x910xB70x8D
UTF-16
0xD8070xDDCD
UTF-32
0x00011DCD
Copy & Paste Codes
Unicode Escape
\u{11DCD}
HTML Entity (Decimal)
𑷍
HTML Entity (Hex)
𑷍
CSS Code
\11DCD
JavaScript/JSON
String.fromCodePoint(0x11DCD)
Python
chr(0x11DCD)
Ruby/PHP
chr(0x11DCD)
Unix, C, PHP, JAVA
0x11DCD
Perl
chr(0x11DCD)
URL Encoded
%11dcd