Character Encoding
UTF-8
0xE00xBA0xBA
UTF-16
0x0EBA
UTF-32
0x00000EBA
Copy & Paste Codes
Unicode Escape
\u{0EBA}
HTML Entity (Decimal)
຺
HTML Entity (Hex)
຺
CSS Code
\0EBA
JavaScript/JSON
String.fromCodePoint(0x0EBA)
Python
chr(0x0EBA)
Ruby/PHP
chr(0x0EBA)
Unix, C, PHP, JAVA
0x0EBA
Perl
chr(0x0EBA)
URL Encoded
%0eba