
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-6 | 209 | D1 |
| Windows-1256 | 209 | D1 |
| Unicode | U+0631 | |
|---|---|---|
| Unicode Decimal | 1585 | |
| Unicode Escape | \u0631 | |
| UTF-8 (hex) | 0xD8 0xB1 | |
| UTF-8 (binary) | 11011000:10110001 | |
| UTF-8 (binary) | ||
| 11011000:10110001 | ||
| UTF-16 | 0x0631 | |
| UTF-32 | 0x00000631 | |
| HTML Number | ر | |
|---|---|---|
| HTML Hex | ر |
| URL Escape Code | %D8%B1 | |
|---|---|---|
| Quoted-printable | =D8=B1 |
| C, C++, and Java | "\u0631" | |
|---|---|---|
| CSS Code | \0631 | |
| JavaScript | "\u0631" | |
| Perl | \x{0631} | |
| Python 2 | u"\u0631" | |
| Python 3 | \u0631 | |
| Ruby | \u{0631} |