Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 216 | D8 |
Windows-1256 | 217 | D9 |
Unicode | U+0638 | |
---|---|---|
Unicode Decimal | 1592 | |
Unicode Escape | \u0638 | |
UTF-8 (hex) | 0xD8 0xB8 | |
UTF-8 (binary) | 11011000:10111000 | |
UTF-8 (binary) | ||
11011000:10111000 | ||
UTF-16 | 0x0638 | |
UTF-32 | 0x00000638 |
HTML Number | ظ | |
---|---|---|
HTML Hex | ظ |
URL Escape Code | %D8%B8 | |
---|---|---|
Quoted-printable | =D8=B8 |
C, C++, and Java | "\u0638" | |
---|---|---|
CSS Code | \0638 | |
JavaScript | "\u0638" | |
Perl | \x{0638} | |
Python 2 | u"\u0638" | |
Python 3 | \u0638 | |
Ruby | \u{0638} |