| HTML Entity (dec) | ݯ | 
| HTML Entity (hex) | ݯ | 
| UTF-8 (hex) | 0xddaf / 0xdd 0xaf (2 bytes) | 
| UTF-8 (dec) | 221, 175 (2 bytes) | 
| UTF-16-BE (hex) | 0x76f / 0x07 0x6f (2 bytes) | 
| UTF-16-BE (dec) | 7, 111 (2 bytes) | 
| UTF-32-BE (hex) | 0x76f / 0x00 0x00 0x07 0x6f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 7, 111 (4 bytes) | 
| C/C++/Java source code | "\u076f" | 
| Python source code | "\u076f" |