Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 191 | BF |
Windows-1256 | 191 | BF |
Unicode | U+061F | |
---|---|---|
Unicode Decimal | 1567 | |
Unicode Escape | \u061f | |
UTF-8 (hex) | 0xD8 0x9F | |
UTF-8 (binary) | 11011000:10011111 | |
UTF-8 (binary) | ||
11011000:10011111 | ||
UTF-16 | 0x061F | |
UTF-32 | 0x0000061F |
HTML Number | ؟ | |
---|---|---|
HTML Hex | ؟ |
URL Escape Code | %D8%9F | |
---|---|---|
Quoted-printable | =D8=9F |
C, C++, and Java | "\u061F" | |
---|---|---|
CSS Code | \061F | |
JavaScript | "\u061F" | |
Perl | \x{061F} | |
Python 2 | u"\u061F" | |
Python 3 | \u061F | |
Ruby | \u{061F} |