Character Encoding
UTF-8
0xEA0x970xAB
UTF-16
0xA5EB
UTF-32
0x0000A5EB
Copy & Paste Codes
Unicode Escape
\u{A5EB}
HTML Entity (Decimal)
ꗫ
HTML Entity (Hex)
ꗫ
CSS Code
\A5EB
JavaScript/JSON
String.fromCodePoint(0xA5EB)
Python
chr(0xA5EB)
Ruby/PHP
chr(0xA5EB)
Unix, C, PHP, JAVA
0xA5EB
Perl
chr(0xA5EB)
URL Encoded
%a5eb