Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 217 | D9 |
Windows-1256 | 218 | DA |
Unicode | U+0639 | |
---|---|---|
Unicode Decimal | 1593 | |
Unicode Escape | \u0639 | |
UTF-8 (hex) | 0xD8 0xB9 | |
UTF-8 (binary) | 11011000:10111001 | |
UTF-8 (binary) | ||
11011000:10111001 | ||
UTF-16 | 0x0639 | |
UTF-32 | 0x00000639 |
HTML Number | ع | |
---|---|---|
HTML Hex | ع |
URL Escape Code | %D8%B9 | |
---|---|---|
Quoted-printable | =D8=B9 |
C, C++, and Java | "\u0639" | |
---|---|---|
CSS Code | \0639 | |
JavaScript | "\u0639" | |
Perl | \x{0639} | |
Python 2 | u"\u0639" | |
Python 3 | \u0639 | |
Ruby | \u{0639} |