Character Encoding
UTF-8
0xE00xBA0xAF
UTF-16
0x0EAF
UTF-32
0x00000EAF
Copy & Paste Codes
Unicode Escape
\u{0EAF}
HTML Entity (Decimal)
ຯ
HTML Entity (Hex)
ຯ
CSS Code
\0EAF
JavaScript/JSON
String.fromCodePoint(0x0EAF)
Python
chr(0x0EAF)
Ruby/PHP
chr(0x0EAF)
Unix, C, PHP, JAVA
0x0EAF
Perl
chr(0x0EAF)
URL Encoded
%0eaf