| HTML Entity (dec) | ꢌ |
| HTML Entity (hex) | ꢌ |
| UTF-8 (hex) | 0xeaa28c / 0xea 0xa2 0x8c (3 bytes) |
| UTF-8 (dec) | 234, 162, 140 (3 bytes) |
| UTF-16-BE (hex) | 0xa88c / 0xa8 0x8c (2 bytes) |
| UTF-16-BE (dec) | 168, 140 (2 bytes) |
| UTF-32-BE (hex) | 0xa88c / 0x00 0x00 0xa8 0x8c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 168, 140 (4 bytes) |
| C/C++/Java source code | "\ua88c" |
| Python source code | "\ua88c" |