| HTML Entity (dec) | ݪ | 
| HTML Entity (hex) | ݪ | 
| UTF-8 (hex) | 0xddaa / 0xdd 0xaa (2 bytes) | 
| UTF-8 (dec) | 221, 170 (2 bytes) | 
| UTF-16-BE (hex) | 0x76a / 0x07 0x6a (2 bytes) | 
| UTF-16-BE (dec) | 7, 106 (2 bytes) | 
| UTF-32-BE (hex) | 0x76a / 0x00 0x00 0x07 0x6a (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 7, 106 (4 bytes) | 
| C/C++/Java source code | "\u076a" | 
| Python source code | "\u076a" |