Character Encoding
UTF-8
0xEA0x9A0xBF
UTF-16
0xA6BF
UTF-32
0x0000A6BF
Copy & Paste Codes
Unicode Escape
\u{A6BF}
HTML Entity (Decimal)
ꚿ
HTML Entity (Hex)
ꚿ
CSS Code
\A6BF
JavaScript/JSON
String.fromCodePoint(0xA6BF)
Python
chr(0xA6BF)
Ruby/PHP
chr(0xA6BF)
Unix, C, PHP, JAVA
0xA6BF
Perl
chr(0xA6BF)
URL Encoded
%a6bf