Character Encoding
UTF-8
0xEA0x830x9D
UTF-16
0xA0DD
UTF-32
0x0000A0DD
Copy & Paste Codes
Unicode Escape
\u{A0DD}
HTML Entity (Decimal)
ꃝ
HTML Entity (Hex)
ꃝ
CSS Code
\A0DD
JavaScript/JSON
String.fromCodePoint(0xA0DD)
Python
chr(0xA0DD)
Ruby/PHP
chr(0xA0DD)
Unix, C, PHP, JAVA
0xA0DD
Perl
chr(0xA0DD)
URL Encoded
%a0dd