Character Encoding
UTF-8
0xF00x9E0xA40xB0
UTF-16
0xD83A0xDD30
UTF-32
0x0001E930
Copy & Paste Codes
Unicode Escape
\u{1E930}
HTML Entity (Decimal)
𞤰
HTML Entity (Hex)
𞤰
CSS Code
\1E930
JavaScript/JSON
String.fromCodePoint(0x1E930)
Python
chr(0x1E930)
Ruby/PHP
chr(0x1E930)
Unix, C, PHP, JAVA
0x1E930
Perl
chr(0x1E930)
URL Encoded
%1e930