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