| HTML Entity (dec) | ꕳ |
| HTML Entity (hex) | ꕳ |
| UTF-8 (hex) | 0xea95b3 / 0xea 0x95 0xb3 (3 bytes) |
| UTF-8 (dec) | 234, 149, 179 (3 bytes) |
| UTF-16-BE (hex) | 0xa573 / 0xa5 0x73 (2 bytes) |
| UTF-16-BE (dec) | 165, 115 (2 bytes) |
| UTF-32-BE (hex) | 0xa573 / 0x00 0x00 0xa5 0x73 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 165, 115 (4 bytes) |
| C/C++/Java source code | "\ua573" |
| Python source code | "\ua573" |