Character Encoding
UTF-8
0xEA0x930xBB
UTF-16
0xA4FB
UTF-32
0x0000A4FB
Copy & Paste Codes
Unicode Escape
\u{A4FB}
HTML Entity (Decimal)
ꓻ
HTML Entity (Hex)
ꓻ
CSS Code
\A4FB
JavaScript/JSON
String.fromCodePoint(0xA4FB)
Python
chr(0xA4FB)
Ruby/PHP
chr(0xA4FB)
Unix, C, PHP, JAVA
0xA4FB
Perl
chr(0xA4FB)
URL Encoded
%a4fb