| HTML Entity (dec) | ꂔ | 
| HTML Entity (hex) | ꂔ | 
| UTF-8 (hex) | 0xea8294 / 0xea 0x82 0x94 (3 bytes) | 
| UTF-8 (dec) | 234, 130, 148 (3 bytes) | 
| UTF-16-BE (hex) | 0xa094 / 0xa0 0x94 (2 bytes) | 
| UTF-16-BE (dec) | 160, 148 (2 bytes) | 
| UTF-32-BE (hex) | 0xa094 / 0x00 0x00 0xa0 0x94 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 160, 148 (4 bytes) | 
| C/C++/Java source code | "\ua094" | 
| Python source code | "\ua094" |