Character Encoding
UTF-8
0xF00x9E0x9B0x9A
UTF-16
0xD8390xDEDA
UTF-32
0x0001E6DA
Copy & Paste Codes
Unicode Escape
\u{1E6DA}
HTML Entity (Decimal)
𞛚
HTML Entity (Hex)
𞛚
CSS Code
\1E6DA
JavaScript/JSON
String.fromCodePoint(0x1E6DA)
Python
chr(0x1E6DA)
Ruby/PHP
chr(0x1E6DA)
Unix, C, PHP, JAVA
0x1E6DA
Perl
chr(0x1E6DA)
URL Encoded
%1e6da