Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 197 | C5 |
Windows-1256 | 197 | C5 |
Unicode | U+0625 | |
---|---|---|
Unicode Decimal | 1573 | |
Unicode Escape | \u0625 | |
UTF-8 (hex) | 0xD8 0xA5 | |
UTF-8 (binary) | 11011000:10100101 | |
UTF-8 (binary) | ||
11011000:10100101 | ||
UTF-16 | 0x0625 | |
UTF-32 | 0x00000625 |
HTML Number | إ | |
---|---|---|
HTML Hex | إ |
URL Escape Code | %D8%A5 | |
---|---|---|
Quoted-printable | =D8=A5 |
C, C++, and Java | "\u0625" | |
---|---|---|
CSS Code | \0625 | |
JavaScript | "\u0625" | |
Perl | \x{0625} | |
Python 2 | u"\u0625" | |
Python 3 | \u0625 | |
Ruby | \u{0625} |