| HTML Entity (dec) | ѭ | 
| HTML Entity (hex) | ѭ | 
| UTF-8 (hex) | 0xd1ad / 0xd1 0xad (2 bytes) | 
| UTF-8 (dec) | 209, 173 (2 bytes) | 
| UTF-16-BE (hex) | 0x46d / 0x04 0x6d (2 bytes) | 
| UTF-16-BE (dec) | 4, 109 (2 bytes) | 
| UTF-32-BE (hex) | 0x46d / 0x00 0x00 0x04 0x6d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 109 (4 bytes) | 
| C/C++/Java source code | "\u046d" | 
| Python source code | "\u046d" |