Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 239 | EF |
Windows-1256 | 245 | F5 |
Unicode | U+064F | |
---|---|---|
Unicode Decimal | 1615 | |
Unicode Escape | \u064f | |
UTF-8 (hex) | 0xD9 0x8F | |
UTF-8 (binary) | 11011001:10001111 | |
UTF-8 (binary) | ||
11011001:10001111 | ||
UTF-16 | 0x064F | |
UTF-32 | 0x0000064F |
HTML Number | ُ | |
---|---|---|
HTML Hex | ُ |
URL Escape Code | %D9%8F | |
---|---|---|
Quoted-printable | =D9=8F |
C, C++, and Java | "\u064F" | |
---|---|---|
CSS Code | \064F | |
JavaScript | "\u064F" | |
Perl | \x{064F} | |
Python 2 | u"\u064F" | |
Python 3 | \u064F | |
Ruby | \u{064F} |