| HTML Entity (dec) | ꅘ | 
| HTML Entity (hex) | ꅘ | 
| UTF-8 (hex) | 0xea8598 / 0xea 0x85 0x98 (3 bytes) | 
| UTF-8 (dec) | 234, 133, 152 (3 bytes) | 
| UTF-16-BE (hex) | 0xa158 / 0xa1 0x58 (2 bytes) | 
| UTF-16-BE (dec) | 161, 88 (2 bytes) | 
| UTF-32-BE (hex) | 0xa158 / 0x00 0x00 0xa1 0x58 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 161, 88 (4 bytes) | 
| C/C++/Java source code | "\ua158" | 
| Python source code | "\ua158" |