Character Encoding
UTF-8
0xEA0x860xAB
UTF-16
0xA1AB
UTF-32
0x0000A1AB
Copy & Paste Codes
Unicode Escape
\u{A1AB}
HTML Entity (Decimal)
ꆫ
HTML Entity (Hex)
ꆫ
CSS Code
\A1AB
JavaScript/JSON
String.fromCodePoint(0xA1AB)
Python
chr(0xA1AB)
Ruby/PHP
chr(0xA1AB)
Unix, C, PHP, JAVA
0xA1AB
Perl
chr(0xA1AB)
URL Encoded
%a1ab