Character Encoding
UTF-8
0xEA0x8B0xBF
UTF-16
0xA2FF
UTF-32
0x0000A2FF
Copy & Paste Codes
Unicode Escape
\u{A2FF}
HTML Entity (Decimal)
ꋿ
HTML Entity (Hex)
ꋿ
CSS Code
\A2FF
JavaScript/JSON
String.fromCodePoint(0xA2FF)
Python
chr(0xA2FF)
Ruby/PHP
chr(0xA2FF)
Unix, C, PHP, JAVA
0xA2FF
Perl
chr(0xA2FF)
URL Encoded
%a2ff