| HTML Entity (dec) | ꕛ |
| HTML Entity (hex) | ꕛ |
| UTF-8 (hex) | 0xea959b / 0xea 0x95 0x9b (3 bytes) |
| UTF-8 (dec) | 234, 149, 155 (3 bytes) |
| UTF-16-BE (hex) | 0xa55b / 0xa5 0x5b (2 bytes) |
| UTF-16-BE (dec) | 165, 91 (2 bytes) |
| UTF-32-BE (hex) | 0xa55b / 0x00 0x00 0xa5 0x5b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 165, 91 (4 bytes) |
| C/C++/Java source code | "\ua55b" |
| Python source code | "\ua55b" |