Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-6 | 212 | D4 |
Windows-1256 | 212 | D4 |
Unicode | U+0634 | |
---|---|---|
Unicode Decimal | 1588 | |
Unicode Escape | \u0634 | |
UTF-8 (hex) | 0xD8 0xB4 | |
UTF-8 (binary) | 11011000:10110100 | |
UTF-8 (binary) | ||
11011000:10110100 | ||
UTF-16 | 0x0634 | |
UTF-32 | 0x00000634 |
HTML Number | ش | |
---|---|---|
HTML Hex | ش |
URL Escape Code | %D8%B4 | |
---|---|---|
Quoted-printable | =D8=B4 |
C, C++, and Java | "\u0634" | |
---|---|---|
CSS Code | \0634 | |
JavaScript | "\u0634" | |
Perl | \x{0634} | |
Python 2 | u"\u0634" | |
Python 3 | \u0634 | |
Ruby | \u{0634} |