| HTML Entity (dec) | ꕌ |
| HTML Entity (hex) | ꕌ |
| UTF-8 (hex) | 0xea958c / 0xea 0x95 0x8c (3 bytes) |
| UTF-8 (dec) | 234, 149, 140 (3 bytes) |
| UTF-16-BE (hex) | 0xa54c / 0xa5 0x4c (2 bytes) |
| UTF-16-BE (dec) | 165, 76 (2 bytes) |
| UTF-32-BE (hex) | 0xa54c / 0x00 0x00 0xa5 0x4c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 165, 76 (4 bytes) |
| C/C++/Java source code | "\ua54c" |
| Python source code | "\ua54c" |