| HTML Entity (dec) | ꌬ |
| HTML Entity (hex) | ꌬ |
| UTF-8 (hex) | 0xea8cac / 0xea 0x8c 0xac (3 bytes) |
| UTF-8 (dec) | 234, 140, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xa32c / 0xa3 0x2c (2 bytes) |
| UTF-16-BE (dec) | 163, 44 (2 bytes) |
| UTF-32-BE (hex) | 0xa32c / 0x00 0x00 0xa3 0x2c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 163, 44 (4 bytes) |
| C/C++/Java source code | "\ua32c" |
| Python source code | "\ua32c" |