| HTML Entity (dec) | ̎ |
| HTML Entity (hex) | ̎ |
| UTF-8 (hex) | 0xcc8e / 0xcc 0x8e (2 bytes) |
| UTF-8 (dec) | 204, 142 (2 bytes) |
| UTF-16-BE (hex) | 0x30e / 0x03 0x0e (2 bytes) |
| UTF-16-BE (dec) | 3, 14 (2 bytes) |
| UTF-32-BE (hex) | 0x30e / 0x00 0x00 0x03 0x0e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 14 (4 bytes) |
| C/C++/Java source code | "\u030e" |
| Python source code | "\u030e" |