Character Encoding
UTF-8
0xEA0x8B0xAB
UTF-16
0xA2EB
UTF-32
0x0000A2EB
Copy & Paste Codes
Unicode Escape
\u{A2EB}
HTML Entity (Decimal)
ꋫ
HTML Entity (Hex)
ꋫ
CSS Code
\A2EB
JavaScript/JSON
String.fromCodePoint(0xA2EB)
Python
chr(0xA2EB)
Ruby/PHP
chr(0xA2EB)
Unix, C, PHP, JAVA
0xA2EB
Perl
chr(0xA2EB)
URL Encoded
%a2eb