| HTML Entity (dec) | Ͼ |
| HTML Entity (hex) | Ͼ |
| UTF-8 (hex) | 0xcfbe / 0xcf 0xbe (2 bytes) |
| UTF-8 (dec) | 207, 190 (2 bytes) |
| UTF-16-BE (hex) | 0x3fe / 0x03 0xfe (2 bytes) |
| UTF-16-BE (dec) | 3, 254 (2 bytes) |
| UTF-32-BE (hex) | 0x3fe / 0x00 0x00 0x03 0xfe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 254 (4 bytes) |
| C/C++/Java source code | "\u03fe" |
| Python source code | "\u03fe" |