| HTML Entity (dec) | ꌵ | 
| HTML Entity (hex) | ꌵ | 
| UTF-8 (hex) | 0xea8cb5 / 0xea 0x8c 0xb5 (3 bytes) | 
| UTF-8 (dec) | 234, 140, 181 (3 bytes) | 
| UTF-16-BE (hex) | 0xa335 / 0xa3 0x35 (2 bytes) | 
| UTF-16-BE (dec) | 163, 53 (2 bytes) | 
| UTF-32-BE (hex) | 0xa335 / 0x00 0x00 0xa3 0x35 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 53 (4 bytes) | 
| C/C++/Java source code | "\ua335" | 
| Python source code | "\ua335" |