| HTML Entity (dec) | ՞ |
| HTML Entity (hex) | ՞ |
| UTF-8 (hex) | 0xd59e / 0xd5 0x9e (2 bytes) |
| UTF-8 (dec) | 213, 158 (2 bytes) |
| UTF-16-BE (hex) | 0x55e / 0x05 0x5e (2 bytes) |
| UTF-16-BE (dec) | 5, 94 (2 bytes) |
| UTF-32-BE (hex) | 0x55e / 0x00 0x00 0x05 0x5e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 5, 94 (4 bytes) |
| C/C++/Java source code | "\u055e" |
| Python source code | "\u055e" |