| HTML Entity (dec) | ˎ |
| HTML Entity (hex) | ˎ |
| UTF-8 (hex) | 0xcb8e / 0xcb 0x8e (2 bytes) |
| UTF-8 (dec) | 203, 142 (2 bytes) |
| UTF-16-BE (hex) | 0x2ce / 0x02 0xce (2 bytes) |
| UTF-16-BE (dec) | 2, 206 (2 bytes) |
| UTF-32-BE (hex) | 0x2ce / 0x00 0x00 0x02 0xce (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 206 (4 bytes) |
| C/C++/Java source code | "\u02ce" |
| Python source code | "\u02ce" |