| HTML Entity (dec) | Ӈ | 
| HTML Entity (hex) | Ӈ | 
| UTF-8 (hex) | 0xd387 / 0xd3 0x87 (2 bytes) | 
| UTF-8 (dec) | 211, 135 (2 bytes) | 
| UTF-16-BE (hex) | 0x4c7 / 0x04 0xc7 (2 bytes) | 
| UTF-16-BE (dec) | 4, 199 (2 bytes) | 
| UTF-32-BE (hex) | 0x4c7 / 0x00 0x00 0x04 0xc7 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 199 (4 bytes) | 
| C/C++/Java source code | "\u04c7" | 
| Python source code | "\u04c7" |