| HTML Entity (dec) | Ҙ | 
| HTML Entity (hex) | Ҙ | 
| UTF-8 (hex) | 0xd298 / 0xd2 0x98 (2 bytes) | 
| UTF-8 (dec) | 210, 152 (2 bytes) | 
| UTF-16-BE (hex) | 0x498 / 0x04 0x98 (2 bytes) | 
| UTF-16-BE (dec) | 4, 152 (2 bytes) | 
| UTF-32-BE (hex) | 0x498 / 0x00 0x00 0x04 0x98 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 152 (4 bytes) | 
| C/C++/Java source code | "\u0498" | 
| Python source code | "\u0498" |