Character Encoding
UTF-8
0xD70xA2
UTF-16
0x05E2
UTF-32
0x000005E2
Copy & Paste Codes
Unicode Escape
\u{05E2}
HTML Entity (Decimal)
ע
HTML Entity (Hex)
ע
CSS Code
\05E2
JavaScript/JSON
String.fromCodePoint(0x05E2)
Python
chr(0x05E2)
Ruby/PHP
chr(0x05E2)
Unix, C, PHP, JAVA
0x05E2
Perl
chr(0x05E2)
URL Encoded
%05e2