| HTML Entity (dec) | ڍ |
| HTML Entity (hex) | ڍ |
| UTF-8 (hex) | 0xda8d / 0xda 0x8d (2 bytes) |
| UTF-8 (dec) | 218, 141 (2 bytes) |
| UTF-16-BE (hex) | 0x68d / 0x06 0x8d (2 bytes) |
| UTF-16-BE (dec) | 6, 141 (2 bytes) |
| UTF-32-BE (hex) | 0x68d / 0x00 0x00 0x06 0x8d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 141 (4 bytes) |
| C/C++/Java source code | "\u068d" |
| Python source code | "\u068d" |