| HTML Entity (dec) | ϭ | 
| HTML Entity (hex) | ϭ | 
| UTF-8 (hex) | 0xcfad / 0xcf 0xad (2 bytes) | 
| UTF-8 (dec) | 207, 173 (2 bytes) | 
| UTF-16-BE (hex) | 0x3ed / 0x03 0xed (2 bytes) | 
| UTF-16-BE (dec) | 3, 237 (2 bytes) | 
| UTF-32-BE (hex) | 0x3ed / 0x00 0x00 0x03 0xed (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 3, 237 (4 bytes) | 
| C/C++/Java source code | "\u03ed" | 
| Python source code | "\u03ed" |