| HTML Entity (dec) | Ϗ |
| HTML Entity (hex) | Ϗ |
| UTF-8 (hex) | 0xcf8f / 0xcf 0x8f (2 bytes) |
| UTF-8 (dec) | 207, 143 (2 bytes) |
| UTF-16-BE (hex) | 0x3cf / 0x03 0xcf (2 bytes) |
| UTF-16-BE (dec) | 3, 207 (2 bytes) |
| UTF-32-BE (hex) | 0x3cf / 0x00 0x00 0x03 0xcf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 207 (4 bytes) |
| C/C++/Java source code | "\u03cf" |
| Python source code | "\u03cf" |