| HTML Entity (dec) | Ӏ |
| HTML Entity (hex) | Ӏ |
| UTF-8 (hex) | 0xd380 / 0xd3 0x80 (2 bytes) |
| UTF-8 (dec) | 211, 128 (2 bytes) |
| UTF-16-BE (hex) | 0x4c0 / 0x04 0xc0 (2 bytes) |
| UTF-16-BE (dec) | 4, 192 (2 bytes) |
| UTF-32-BE (hex) | 0x4c0 / 0x00 0x00 0x04 0xc0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 192 (4 bytes) |
| C/C++/Java source code | "\u04c0" |
| Python source code | "\u04c0" |