Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 194 | C2 |
Windows-1256 | 194 | C2 |
Unicode | U+0622 | |
---|---|---|
Unicode Decimal | 1570 | |
Unicode Escape | \u0622 | |
UTF-8 (hex) | 0xD8 0xA2 | |
UTF-8 (binary) | 11011000:10100010 | |
UTF-8 (binary) | ||
11011000:10100010 | ||
UTF-16 | 0x0622 | |
UTF-32 | 0x00000622 |
HTML Number | آ | |
---|---|---|
HTML Hex | آ |
URL Escape Code | %D8%A2 | |
---|---|---|
Quoted-printable | =D8=A2 |
C, C++, and Java | "\u0622" | |
---|---|---|
CSS Code | \0622 | |
JavaScript | "\u0622" | |
Perl | \x{0622} | |
Python 2 | u"\u0622" | |
Python 3 | \u0622 | |
Ruby | \u{0622} |