| HTML Entity (dec) | ϛ |
| HTML Entity (hex) | ϛ |
| UTF-8 (hex) | 0xcf9b / 0xcf 0x9b (2 bytes) |
| UTF-8 (dec) | 207, 155 (2 bytes) |
| UTF-16-BE (hex) | 0x3db / 0x03 0xdb (2 bytes) |
| UTF-16-BE (dec) | 3, 219 (2 bytes) |
| UTF-32-BE (hex) | 0x3db / 0x00 0x00 0x03 0xdb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 219 (4 bytes) |
| C/C++/Java source code | "\u03db" |
| Python source code | "\u03db" |