Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 193 | C1 |
Windows-1256 | 193 | C1 |
Unicode | U+0621 | |
---|---|---|
Unicode Decimal | 1569 | |
Unicode Escape | \u0621 | |
UTF-8 (hex) | 0xD8 0xA1 | |
UTF-8 (binary) | 11011000:10100001 | |
UTF-8 (binary) | ||
11011000:10100001 | ||
UTF-16 | 0x0621 | |
UTF-32 | 0x00000621 |
HTML Number | ء | |
---|---|---|
HTML Hex | ء |
URL Escape Code | %D8%A1 | |
---|---|---|
Quoted-printable | =D8=A1 |
C, C++, and Java | "\u0621" | |
---|---|---|
CSS Code | \0621 | |
JavaScript | "\u0621" | |
Perl | \x{0621} | |
Python 2 | u"\u0621" | |
Python 3 | \u0621 | |
Ruby | \u{0621} |