| HTML Entity (dec) | Ŏ |
| HTML Entity (hex) | Ŏ |
| UTF-8 (hex) | 0xc58e / 0xc5 0x8e (2 bytes) |
| UTF-8 (dec) | 197, 142 (2 bytes) |
| UTF-16-BE (hex) | 0x14e / 0x01 0x4e (2 bytes) |
| UTF-16-BE (dec) | 1, 78 (2 bytes) |
| UTF-32-BE (hex) | 0x14e / 0x00 0x00 0x01 0x4e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 1, 78 (4 bytes) |
| C/C++/Java source code | "\u014e" |
| Python source code | "\u014e" |