Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 195 | C3 |
Windows-1256 | 195 | C3 |
Unicode | U+0623 | |
---|---|---|
Unicode Decimal | 1571 | |
Unicode Escape | \u0623 | |
UTF-8 (hex) | 0xD8 0xA3 | |
UTF-8 (binary) | 11011000:10100011 | |
UTF-8 (binary) | ||
11011000:10100011 | ||
UTF-16 | 0x0623 | |
UTF-32 | 0x00000623 |
HTML Number | أ | |
---|---|---|
HTML Hex | أ |
URL Escape Code | %D8%A3 | |
---|---|---|
Quoted-printable | =D8=A3 |
C, C++, and Java | "\u0623" | |
---|---|---|
CSS Code | \0623 | |
JavaScript | "\u0623" | |
Perl | \x{0623} | |
Python 2 | u"\u0623" | |
Python 3 | \u0623 | |
Ruby | \u{0623} |