
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1256 | 143 | 8F |
| Unicode | U+0688 | |
|---|---|---|
| Unicode Decimal | 1672 | |
| Unicode Escape | \u0688 | |
| UTF-8 (hex) | 0xDA 0x88 | |
| UTF-8 (binary) | 11011010:10001000 | |
| UTF-8 (binary) | ||
| 11011010:10001000 | ||
| UTF-16 | 0x0688 | |
| UTF-32 | 0x00000688 | |
| HTML Number | ڈ | |
|---|---|---|
| HTML Hex | ڈ |
| URL Escape Code | %DA%88 | |
|---|---|---|
| Quoted-printable | =DA=88 |
| C, C++, and Java | "\u0688" | |
|---|---|---|
| CSS Code | \0688 | |
| JavaScript | "\u0688" | |
| Perl | \x{0688} | |
| Python 2 | u"\u0688" | |
| Python 3 | \u0688 | |
| Ruby | \u{0688} |