| HTML Entity (dec) | ΄ |
| HTML Entity (hex) | ΄ |
| UTF-8 (hex) | 0xce84 / 0xce 0x84 (2 bytes) |
| UTF-8 (dec) | 206, 132 (2 bytes) |
| UTF-16-BE (hex) | 0x384 / 0x03 0x84 (2 bytes) |
| UTF-16-BE (dec) | 3, 132 (2 bytes) |
| UTF-32-BE (hex) | 0x384 / 0x00 0x00 0x03 0x84 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 132 (4 bytes) |
| C/C++/Java source code | "\u0384" |
| Python source code | "\u0384" |