
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1256 | 138 | 8A |
| Unicode | U+0679 | |
|---|---|---|
| Unicode Decimal | 1657 | |
| Unicode Escape | \u0679 | |
| UTF-8 (hex) | 0xD9 0xB9 | |
| UTF-8 (binary) | 11011001:10111001 | |
| UTF-8 (binary) | ||
| 11011001:10111001 | ||
| UTF-16 | 0x0679 | |
| UTF-32 | 0x00000679 | |
| HTML Number | ٹ | |
|---|---|---|
| HTML Hex | ٹ |
| URL Escape Code | %D9%B9 | |
|---|---|---|
| Quoted-printable | =D9=B9 |
| C, C++, and Java | "\u0679" | |
|---|---|---|
| CSS Code | \0679 | |
| JavaScript | "\u0679" | |
| Perl | \x{0679} | |
| Python 2 | u"\u0679" | |
| Python 3 | \u0679 | |
| Ruby | \u{0679} |