Character Encoding
UTF-8
0xEA0x920xBF
UTF-16
0xA4BF
UTF-32
0x0000A4BF
Copy & Paste Codes
Unicode Escape
\u{A4BF}
HTML Entity (Decimal)
꒿
HTML Entity (Hex)
꒿
CSS Code
\A4BF
JavaScript/JSON
String.fromCodePoint(0xA4BF)
Python
chr(0xA4BF)
Ruby/PHP
chr(0xA4BF)
Unix, C, PHP, JAVA
0xA4BF
Perl
chr(0xA4BF)
URL Encoded
%a4bf