| HTML Entity (dec) | ꈌ |
| HTML Entity (hex) | ꈌ |
| UTF-8 (hex) | 0xea888c / 0xea 0x88 0x8c (3 bytes) |
| UTF-8 (dec) | 234, 136, 140 (3 bytes) |
| UTF-16-BE (hex) | 0xa20c / 0xa2 0x0c (2 bytes) |
| UTF-16-BE (dec) | 162, 12 (2 bytes) |
| UTF-32-BE (hex) | 0xa20c / 0x00 0x00 0xa2 0x0c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 162, 12 (4 bytes) |
| C/C++/Java source code | "\ua20c" |
| Python source code | "\ua20c" |