
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1256 | 142 | 8E |
| Unicode | U+0698 | |
|---|---|---|
| Unicode Decimal | 1688 | |
| Unicode Escape | \u0698 | |
| UTF-8 (hex) | 0xDA 0x98 | |
| UTF-8 (binary) | 11011010:10011000 | |
| UTF-8 (binary) | ||
| 11011010:10011000 | ||
| UTF-16 | 0x0698 | |
| UTF-32 | 0x00000698 | |
| HTML Number | ژ | |
|---|---|---|
| HTML Hex | ژ |
| URL Escape Code | %DA%98 | |
|---|---|---|
| Quoted-printable | =DA=98 |
| C, C++, and Java | "\u0698" | |
|---|---|---|
| CSS Code | \0698 | |
| JavaScript | "\u0698" | |
| Perl | \x{0698} | |
| Python 2 | u"\u0698" | |
| Python 3 | \u0698 | |
| Ruby | \u{0698} |