| HTML Entity (dec) | ϳ |
| HTML Entity (hex) | ϳ |
| UTF-8 (hex) | 0xcfb3 / 0xcf 0xb3 (2 bytes) |
| UTF-8 (dec) | 207, 179 (2 bytes) |
| UTF-16-BE (hex) | 0x3f3 / 0x03 0xf3 (2 bytes) |
| UTF-16-BE (dec) | 3, 243 (2 bytes) |
| UTF-32-BE (hex) | 0x3f3 / 0x00 0x00 0x03 0xf3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 243 (4 bytes) |
| C/C++/Java source code | "\u03f3" |
| Python source code | "\u03f3" |