| HTML Entity (dec) | ˀ | 
| HTML Entity (hex) | ˀ | 
| UTF-8 (hex) | 0xcb80 / 0xcb 0x80 (2 bytes) | 
| UTF-8 (dec) | 203, 128 (2 bytes) | 
| UTF-16-BE (hex) | 0x2c0 / 0x02 0xc0 (2 bytes) | 
| UTF-16-BE (dec) | 2, 192 (2 bytes) | 
| UTF-32-BE (hex) | 0x2c0 / 0x00 0x00 0x02 0xc0 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 2, 192 (4 bytes) | 
| C/C++/Java source code | "\u02c0" | 
| Python source code | "\u02c0" |