| HTML Entity (dec) | ꌰ | 
| HTML Entity (hex) | ꌰ | 
| UTF-8 (hex) | 0xea8cb0 / 0xea 0x8c 0xb0 (3 bytes) | 
| UTF-8 (dec) | 234, 140, 176 (3 bytes) | 
| UTF-16-BE (hex) | 0xa330 / 0xa3 0x30 (2 bytes) | 
| UTF-16-BE (dec) | 163, 48 (2 bytes) | 
| UTF-32-BE (hex) | 0xa330 / 0x00 0x00 0xa3 0x30 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 48 (4 bytes) | 
| C/C++/Java source code | "\ua330" | 
| Python source code | "\ua330" |