| HTML Entity (dec) | ӭ | 
| HTML Entity (hex) | ӭ | 
| UTF-8 (hex) | 0xd3ad / 0xd3 0xad (2 bytes) | 
| UTF-8 (dec) | 211, 173 (2 bytes) | 
| UTF-16-BE (hex) | 0x4ed / 0x04 0xed (2 bytes) | 
| UTF-16-BE (dec) | 4, 237 (2 bytes) | 
| UTF-32-BE (hex) | 0x4ed / 0x00 0x00 0x04 0xed (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 237 (4 bytes) | 
| C/C++/Java source code | "\u04ed" | 
| Python source code | "\u04ed" |