Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 210 | D2 |
Windows-1256 | 210 | D2 |
Unicode | U+0632 | |
---|---|---|
Unicode Decimal | 1586 | |
Unicode Escape | \u0632 | |
UTF-8 (hex) | 0xD8 0xB2 | |
UTF-8 (binary) | 11011000:10110010 | |
UTF-8 (binary) | ||
11011000:10110010 | ||
UTF-16 | 0x0632 | |
UTF-32 | 0x00000632 |
HTML Number | ز | |
---|---|---|
HTML Hex | ز |
URL Escape Code | %D8%B2 | |
---|---|---|
Quoted-printable | =D8=B2 |
C, C++, and Java | "\u0632" | |
---|---|---|
CSS Code | \0632 | |
JavaScript | "\u0632" | |
Perl | \x{0632} | |
Python 2 | u"\u0632" | |
Python 3 | \u0632 | |
Ruby | \u{0632} |