| HTML Entity (dec) | ڜ |
| HTML Entity (hex) | ڜ |
| UTF-8 (hex) | 0xda9c / 0xda 0x9c (2 bytes) |
| UTF-8 (dec) | 218, 156 (2 bytes) |
| UTF-16-BE (hex) | 0x69c / 0x06 0x9c (2 bytes) |
| UTF-16-BE (dec) | 6, 156 (2 bytes) |
| UTF-32-BE (hex) | 0x69c / 0x00 0x00 0x06 0x9c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 156 (4 bytes) |
| C/C++/Java source code | "\u069c" |
| Python source code | "\u069c" |