| HTML Entity (dec) | Ѯ |
| HTML Entity (hex) | Ѯ |
| UTF-8 (hex) | 0xd1ae / 0xd1 0xae (2 bytes) |
| UTF-8 (dec) | 209, 174 (2 bytes) |
| UTF-16-BE (hex) | 0x46e / 0x04 0x6e (2 bytes) |
| UTF-16-BE (dec) | 4, 110 (2 bytes) |
| UTF-32-BE (hex) | 0x46e / 0x00 0x00 0x04 0x6e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 110 (4 bytes) |
| C/C++/Java source code | "\u046e" |
| Python source code | "\u046e" |