Character Encoding
UTF-8
0xF00x960xAB0x9D
UTF-16
0xD81A0xDEDD
UTF-32
0x00016ADD
Copy & Paste Codes
Unicode Escape
\u{16ADD}
HTML Entity (Decimal)
𖫝
HTML Entity (Hex)
𖫝
CSS Code
\16ADD
JavaScript/JSON
String.fromCodePoint(0x16ADD)
Python
chr(0x16ADD)
Ruby/PHP
chr(0x16ADD)
Unix, C, PHP, JAVA
0x16ADD
Perl
chr(0x16ADD)
URL Encoded
%16add