
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-6 | 199 | C7 |
| Windows-1256 | 199 | C7 |
| Unicode | U+0627 | |
|---|---|---|
| Unicode Decimal | 1575 | |
| Unicode Escape | \u0627 | |
| UTF-8 (hex) | 0xD8 0xA7 | |
| UTF-8 (binary) | 11011000:10100111 | |
| UTF-8 (binary) | ||
| 11011000:10100111 | ||
| UTF-16 | 0x0627 | |
| UTF-32 | 0x00000627 | |
| HTML Number | ا | |
|---|---|---|
| HTML Hex | ا |
| URL Escape Code | %D8%A7 | |
|---|---|---|
| Quoted-printable | =D8=A7 |
| C, C++, and Java | "\u0627" | |
|---|---|---|
| CSS Code | \0627 | |
| JavaScript | "\u0627" | |
| Perl | \x{0627} | |
| Python 2 | u"\u0627" | |
| Python 3 | \u0627 | |
| Ruby | \u{0627} |