Character Encoding
UTF-8
0xEA0x8A0xBF
UTF-16
0xA2BF
UTF-32
0x0000A2BF
Copy & Paste Codes
Unicode Escape
\u{A2BF}
HTML Entity (Decimal)
ꊿ
HTML Entity (Hex)
ꊿ
CSS Code
\A2BF
JavaScript/JSON
String.fromCodePoint(0xA2BF)
Python
chr(0xA2BF)
Ruby/PHP
chr(0xA2BF)
Unix, C, PHP, JAVA
0xA2BF
Perl
chr(0xA2BF)
URL Encoded
%a2bf