Character Encoding
UTF-8
0xDE0xA5
UTF-16
0x07A5
UTF-32
0x000007A5
Copy & Paste Codes
Unicode Escape
\u{07A5}
HTML Entity (Decimal)
ޥ
HTML Entity (Hex)
ޥ
CSS Code
\07A5
JavaScript/JSON
String.fromCodePoint(0x07A5)
Python
chr(0x07A5)
Ruby/PHP
chr(0x07A5)
Unix, C, PHP, JAVA
0x07A5
Perl
chr(0x07A5)
URL Encoded
%07a5