| HTML Entity (dec) | ѝ |
| HTML Entity (hex) | ѝ |
| UTF-8 (hex) | 0xd19d / 0xd1 0x9d (2 bytes) |
| UTF-8 (dec) | 209, 157 (2 bytes) |
| UTF-16-BE (hex) | 0x45d / 0x04 0x5d (2 bytes) |
| UTF-16-BE (dec) | 4, 93 (2 bytes) |
| UTF-32-BE (hex) | 0x45d / 0x00 0x00 0x04 0x5d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 93 (4 bytes) |
| C/C++/Java source code | "\u045d" |
| Python source code | "\u045d" |