Character Encoding
UTF-8
0xEA0x8F0x9D
UTF-16
0xA3DD
UTF-32
0x0000A3DD
Copy & Paste Codes
Unicode Escape
\u{A3DD}
HTML Entity (Decimal)
ꏝ
HTML Entity (Hex)
ꏝ
CSS Code
\A3DD
JavaScript/JSON
String.fromCodePoint(0xA3DD)
Python
chr(0xA3DD)
Ruby/PHP
chr(0xA3DD)
Unix, C, PHP, JAVA
0xA3DD
Perl
chr(0xA3DD)
URL Encoded
%a3dd