| HTML Entity (dec) | ᙃ | 
| HTML Entity (hex) | ᙃ | 
| UTF-8 (hex) | 0xe19983 / 0xe1 0x99 0x83 (3 bytes) | 
| UTF-8 (dec) | 225, 153, 131 (3 bytes) | 
| UTF-16-BE (hex) | 0x1643 / 0x16 0x43 (2 bytes) | 
| UTF-16-BE (dec) | 22, 67 (2 bytes) | 
| UTF-32-BE (hex) | 0x1643 / 0x00 0x00 0x16 0x43 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 22, 67 (4 bytes) | 
| C/C++/Java source code | "\u1643" | 
| Python source code | "\u1643" |