Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 200 | C8 |
Windows-1256 | 200 | C8 |
Unicode | U+0628 | |
---|---|---|
Unicode Decimal | 1576 | |
Unicode Escape | \u0628 | |
UTF-8 (hex) | 0xD8 0xA8 | |
UTF-8 (binary) | 11011000:10101000 | |
UTF-8 (binary) | ||
11011000:10101000 | ||
UTF-16 | 0x0628 | |
UTF-32 | 0x00000628 |
HTML Number | ب | |
---|---|---|
HTML Hex | ب |
URL Escape Code | %D8%A8 | |
---|---|---|
Quoted-printable | =D8=A8 |
C, C++, and Java | "\u0628" | |
---|---|---|
CSS Code | \0628 | |
JavaScript | "\u0628" | |
Perl | \x{0628} | |
Python 2 | u"\u0628" | |
Python 3 | \u0628 | |
Ruby | \u{0628} |