| HTML Entity (dec) | ώ |
| HTML Entity (hex) | ώ |
| UTF-8 (hex) | 0xcf8e / 0xcf 0x8e (2 bytes) |
| UTF-8 (dec) | 207, 142 (2 bytes) |
| UTF-16-BE (hex) | 0x3ce / 0x03 0xce (2 bytes) |
| UTF-16-BE (dec) | 3, 206 (2 bytes) |
| UTF-32-BE (hex) | 0x3ce / 0x00 0x00 0x03 0xce (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 206 (4 bytes) |
| C/C++/Java source code | "\u03ce" |
| Python source code | "\u03ce" |