| HTML Entity (dec) | ߜ |
| HTML Entity (hex) | ߜ |
| UTF-8 (hex) | 0xdf9c / 0xdf 0x9c (2 bytes) |
| UTF-8 (dec) | 223, 156 (2 bytes) |
| UTF-16-BE (hex) | 0x7dc / 0x07 0xdc (2 bytes) |
| UTF-16-BE (dec) | 7, 220 (2 bytes) |
| UTF-32-BE (hex) | 0x7dc / 0x00 0x00 0x07 0xdc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 220 (4 bytes) |
| C/C++/Java source code | "\u07dc" |
| Python source code | "\u07dc" |