Character Encoding
UTF-8
0xEA0xA40xB9
UTF-16
0xA939
UTF-32
0x0000A939
Copy & Paste Codes
Unicode Escape
\u{A939}
HTML Entity (Decimal)
ꤹ
HTML Entity (Hex)
ꤹ
CSS Code
\A939
JavaScript/JSON
String.fromCodePoint(0xA939)
Python
chr(0xA939)
Ruby/PHP
chr(0xA939)
Unix, C, PHP, JAVA
0xA939
Perl
chr(0xA939)
URL Encoded
%a939