| HTML Entity (dec) | ꌳ | 
| HTML Entity (hex) | ꌳ | 
| UTF-8 (hex) | 0xea8cb3 / 0xea 0x8c 0xb3 (3 bytes) | 
| UTF-8 (dec) | 234, 140, 179 (3 bytes) | 
| UTF-16-BE (hex) | 0xa333 / 0xa3 0x33 (2 bytes) | 
| UTF-16-BE (dec) | 163, 51 (2 bytes) | 
| UTF-32-BE (hex) | 0xa333 / 0x00 0x00 0xa3 0x33 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 51 (4 bytes) | 
| C/C++/Java source code | "\ua333" | 
| Python source code | "\ua333" |