| HTML Entity (dec) | ӕ |
| HTML Entity (hex) | ӕ |
| UTF-8 (hex) | 0xd395 / 0xd3 0x95 (2 bytes) |
| UTF-8 (dec) | 211, 149 (2 bytes) |
| UTF-16-BE (hex) | 0x4d5 / 0x04 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 4, 213 (2 bytes) |
| UTF-32-BE (hex) | 0x4d5 / 0x00 0x00 0x04 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 213 (4 bytes) |
| C/C++/Java source code | "\u04d5" |
| Python source code | "\u04d5" |