| HTML Entity (dec) | ˆ | 
| HTML Entity (hex) | ˆ | 
| UTF-8 (hex) | 0xcb86 / 0xcb 0x86 (2 bytes) | 
| UTF-8 (dec) | 203, 134 (2 bytes) | 
| UTF-16-BE (hex) | 0x2c6 / 0x02 0xc6 (2 bytes) | 
| UTF-16-BE (dec) | 2, 198 (2 bytes) | 
| UTF-32-BE (hex) | 0x2c6 / 0x00 0x00 0x02 0xc6 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 2, 198 (4 bytes) | 
| C/C++/Java source code | "\u02c6" | 
| Python source code | "\u02c6" |