| HTML Entity (dec) | Ӽ |
| HTML Entity (hex) | Ӽ |
| UTF-8 (hex) | 0xd3bc / 0xd3 0xbc (2 bytes) |
| UTF-8 (dec) | 211, 188 (2 bytes) |
| UTF-16-BE (hex) | 0x4fc / 0x04 0xfc (2 bytes) |
| UTF-16-BE (dec) | 4, 252 (2 bytes) |
| UTF-32-BE (hex) | 0x4fc / 0x00 0x00 0x04 0xfc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 252 (4 bytes) |
| C/C++/Java source code | "\u04fc" |
| Python source code | "\u04fc" |