Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 196 | C4 |
Windows-1256 | 196 | C4 |
Unicode | U+0624 | |
---|---|---|
Unicode Decimal | 1572 | |
Unicode Escape | \u0624 | |
UTF-8 (hex) | 0xD8 0xA4 | |
UTF-8 (binary) | 11011000:10100100 | |
UTF-8 (binary) | ||
11011000:10100100 | ||
UTF-16 | 0x0624 | |
UTF-32 | 0x00000624 |
HTML Number | ؤ | |
---|---|---|
HTML Hex | ؤ |
URL Escape Code | %D8%A4 | |
---|---|---|
Quoted-printable | =D8=A4 |
C, C++, and Java | "\u0624" | |
---|---|---|
CSS Code | \0624 | |
JavaScript | "\u0624" | |
Perl | \x{0624} | |
Python 2 | u"\u0624" | |
Python 3 | \u0624 | |
Ruby | \u{0624} |