Character Encoding
UTF-8
0xEA0x8E0xBF
UTF-16
0xA3BF
UTF-32
0x0000A3BF
Copy & Paste Codes
Unicode Escape
\u{A3BF}
HTML Entity (Decimal)
ꎿ
HTML Entity (Hex)
ꎿ
CSS Code
\A3BF
JavaScript/JSON
String.fromCodePoint(0xA3BF)
Python
chr(0xA3BF)
Ruby/PHP
chr(0xA3BF)
Unix, C, PHP, JAVA
0xA3BF
Perl
chr(0xA3BF)
URL Encoded
%a3bf