Character Encoding
UTF-8
0xE00xBD0x91
UTF-16
0x0F51
UTF-32
0x00000F51
Copy & Paste Codes
Unicode Escape
\u{0F51}
HTML Entity (Decimal)
ད
HTML Entity (Hex)
ད
CSS Code
\0F51
JavaScript/JSON
String.fromCodePoint(0x0F51)
Python
chr(0x0F51)
Ruby/PHP
chr(0x0F51)
Unix, C, PHP, JAVA
0x0F51
Perl
chr(0x0F51)
URL Encoded
%0f51