| HTML Entity (dec) | ӣ |
| HTML Entity (hex) | ӣ |
| UTF-8 (hex) | 0xd3a3 / 0xd3 0xa3 (2 bytes) |
| UTF-8 (dec) | 211, 163 (2 bytes) |
| UTF-16-BE (hex) | 0x4e3 / 0x04 0xe3 (2 bytes) |
| UTF-16-BE (dec) | 4, 227 (2 bytes) |
| UTF-32-BE (hex) | 0x4e3 / 0x00 0x00 0x04 0xe3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 227 (4 bytes) |
| C/C++/Java source code | "\u04e3" |
| Python source code | "\u04e3" |