Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 211 | D3 |
Windows-1256 | 211 | D3 |
Unicode | U+0633 | |
---|---|---|
Unicode Decimal | 1587 | |
Unicode Escape | \u0633 | |
UTF-8 (hex) | 0xD8 0xB3 | |
UTF-8 (binary) | 11011000:10110011 | |
UTF-8 (binary) | ||
11011000:10110011 | ||
UTF-16 | 0x0633 | |
UTF-32 | 0x00000633 |
HTML Number | س | |
---|---|---|
HTML Hex | س |
URL Escape Code | %D8%B3 | |
---|---|---|
Quoted-printable | =D8=B3 |
C, C++, and Java | "\u0633" | |
---|---|---|
CSS Code | \0633 | |
JavaScript | "\u0633" | |
Perl | \x{0633} | |
Python 2 | u"\u0633" | |
Python 3 | \u0633 | |
Ruby | \u{0633} |