Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 215 | D7 |
Windows-1256 | 216 | D8 |
Unicode | U+0637 | |
---|---|---|
Unicode Decimal | 1591 | |
Unicode Escape | \u0637 | |
UTF-8 (hex) | 0xD8 0xB7 | |
UTF-8 (binary) | 11011000:10110111 | |
UTF-8 (binary) | ||
11011000:10110111 | ||
UTF-16 | 0x0637 | |
UTF-32 | 0x00000637 |
HTML Number | ط | |
---|---|---|
HTML Hex | ط |
URL Escape Code | %D8%B7 | |
---|---|---|
Quoted-printable | =D8=B7 |
C, C++, and Java | "\u0637" | |
---|---|---|
CSS Code | \0637 | |
JavaScript | "\u0637" | |
Perl | \x{0637} | |
Python 2 | u"\u0637" | |
Python 3 | \u0637 | |
Ruby | \u{0637} |