| HTML Entity (dec) | ݒ | 
| HTML Entity (hex) | ݒ | 
| UTF-8 (hex) | 0xdd92 / 0xdd 0x92 (2 bytes) | 
| UTF-8 (dec) | 221, 146 (2 bytes) | 
| UTF-16-BE (hex) | 0x752 / 0x07 0x52 (2 bytes) | 
| UTF-16-BE (dec) | 7, 82 (2 bytes) | 
| UTF-32-BE (hex) | 0x752 / 0x00 0x00 0x07 0x52 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 7, 82 (4 bytes) | 
| C/C++/Java source code | "\u0752" | 
| Python source code | "\u0752" |