Character Encoding
UTF-8
0xF00x9E0x9B0x9D
UTF-16
0xD8390xDEDD
UTF-32
0x0001E6DD
Copy & Paste Codes
Unicode Escape
\u{1E6DD}
HTML Entity (Decimal)
𞛝
HTML Entity (Hex)
𞛝
CSS Code
\1E6DD
JavaScript/JSON
String.fromCodePoint(0x1E6DD)
Python
chr(0x1E6DD)
Ruby/PHP
chr(0x1E6DD)
Unix, C, PHP, JAVA
0x1E6DD
Perl
chr(0x1E6DD)
URL Encoded
%1e6dd