| HTML Entity (dec) | Ҋ |
| HTML Entity (hex) | Ҋ |
| UTF-8 (hex) | 0xd28a / 0xd2 0x8a (2 bytes) |
| UTF-8 (dec) | 210, 138 (2 bytes) |
| UTF-16-BE (hex) | 0x48a / 0x04 0x8a (2 bytes) |
| UTF-16-BE (dec) | 4, 138 (2 bytes) |
| UTF-32-BE (hex) | 0x48a / 0x00 0x00 0x04 0x8a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 138 (4 bytes) |
| C/C++/Java source code | "\u048a" |
| Python source code | "\u048a" |