| HTML Entity (dec) | ϖ |
| HTML Entity (hex) | ϖ |
| UTF-8 (hex) | 0xcf96 / 0xcf 0x96 (2 bytes) |
| UTF-8 (dec) | 207, 150 (2 bytes) |
| UTF-16-BE (hex) | 0x3d6 / 0x03 0xd6 (2 bytes) |
| UTF-16-BE (dec) | 3, 214 (2 bytes) |
| UTF-32-BE (hex) | 0x3d6 / 0x00 0x00 0x03 0xd6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 214 (4 bytes) |
| C/C++/Java source code | "\u03d6" |
| Python source code | "\u03d6" |