Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 213 | D5 |
Windows-1256 | 213 | D5 |
Unicode | U+0635 | |
---|---|---|
Unicode Decimal | 1589 | |
Unicode Escape | \u0635 | |
UTF-8 (hex) | 0xD8 0xB5 | |
UTF-8 (binary) | 11011000:10110101 | |
UTF-8 (binary) | ||
11011000:10110101 | ||
UTF-16 | 0x0635 | |
UTF-32 | 0x00000635 |
HTML Number | ص | |
---|---|---|
HTML Hex | ص |
URL Escape Code | %D8%B5 | |
---|---|---|
Quoted-printable | =D8=B5 |
C, C++, and Java | "\u0635" | |
---|---|---|
CSS Code | \0635 | |
JavaScript | "\u0635" | |
Perl | \x{0635} | |
Python 2 | u"\u0635" | |
Python 3 | \u0635 | |
Ruby | \u{0635} |