Character Encoding
UTF-8
0xEA0x970x9D
UTF-16
0xA5DD
UTF-32
0x0000A5DD
Copy & Paste Codes
Unicode Escape
\u{A5DD}
HTML Entity (Decimal)
ꗝ
HTML Entity (Hex)
ꗝ
CSS Code
\A5DD
JavaScript/JSON
String.fromCodePoint(0xA5DD)
Python
chr(0xA5DD)
Ruby/PHP
chr(0xA5DD)
Unix, C, PHP, JAVA
0xA5DD
Perl
chr(0xA5DD)
URL Encoded
%a5dd