Character Encoding
UTF-8
0xF00x9B0x8A0xA7
UTF-16
0xD82C0xDEA7
UTF-32
0x0001B2A7
Copy & Paste Codes
Unicode Escape
\u{1B2A7}
HTML Entity (Decimal)
𛊧
HTML Entity (Hex)
𛊧
CSS Code
\1B2A7
JavaScript/JSON
String.fromCodePoint(0x1B2A7)
Python
chr(0x1B2A7)
Ruby/PHP
chr(0x1B2A7)
Unix, C, PHP, JAVA
0x1B2A7
Perl
chr(0x1B2A7)
URL Encoded
%1b2a7