| HTML Entity (dec) | ˣ |
| HTML Entity (hex) | ˣ |
| UTF-8 (hex) | 0xcba3 / 0xcb 0xa3 (2 bytes) |
| UTF-8 (dec) | 203, 163 (2 bytes) |
| UTF-16-BE (hex) | 0x2e3 / 0x02 0xe3 (2 bytes) |
| UTF-16-BE (dec) | 2, 227 (2 bytes) |
| UTF-32-BE (hex) | 0x2e3 / 0x00 0x00 0x02 0xe3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 227 (4 bytes) |
| C/C++/Java source code | "\u02e3" |
| Python source code | "\u02e3" |