| HTML Entity (dec) | Ӆ |
| HTML Entity (hex) | Ӆ |
| UTF-8 (hex) | 0xd385 / 0xd3 0x85 (2 bytes) |
| UTF-8 (dec) | 211, 133 (2 bytes) |
| UTF-16-BE (hex) | 0x4c5 / 0x04 0xc5 (2 bytes) |
| UTF-16-BE (dec) | 4, 197 (2 bytes) |
| UTF-32-BE (hex) | 0x4c5 / 0x00 0x00 0x04 0xc5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 197 (4 bytes) |
| C/C++/Java source code | "\u04c5" |
| Python source code | "\u04c5" |