| HTML Entity (dec) | ѫ |
| HTML Entity (hex) | ѫ |
| UTF-8 (hex) | 0xd1ab / 0xd1 0xab (2 bytes) |
| UTF-8 (dec) | 209, 171 (2 bytes) |
| UTF-16-BE (hex) | 0x46b / 0x04 0x6b (2 bytes) |
| UTF-16-BE (dec) | 4, 107 (2 bytes) |
| UTF-32-BE (hex) | 0x46b / 0x00 0x00 0x04 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 107 (4 bytes) |
| C/C++/Java source code | "\u046b" |
| Python source code | "\u046b" |