Character Encoding
UTF-8
0xEA0x8F0xAB
UTF-16
0xA3EB
UTF-32
0x0000A3EB
Copy & Paste Codes
Unicode Escape
\u{A3EB}
HTML Entity (Decimal)
ꏫ
HTML Entity (Hex)
ꏫ
CSS Code
\A3EB
JavaScript/JSON
String.fromCodePoint(0xA3EB)
Python
chr(0xA3EB)
Ruby/PHP
chr(0xA3EB)
Unix, C, PHP, JAVA
0xA3EB
Perl
chr(0xA3EB)
URL Encoded
%a3eb