| HTML Entity (dec) | ꌹ | 
| HTML Entity (hex) | ꌹ | 
| UTF-8 (hex) | 0xea8cb9 / 0xea 0x8c 0xb9 (3 bytes) | 
| UTF-8 (dec) | 234, 140, 185 (3 bytes) | 
| UTF-16-BE (hex) | 0xa339 / 0xa3 0x39 (2 bytes) | 
| UTF-16-BE (dec) | 163, 57 (2 bytes) | 
| UTF-32-BE (hex) | 0xa339 / 0x00 0x00 0xa3 0x39 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 57 (4 bytes) | 
| C/C++/Java source code | "\ua339" | 
| Python source code | "\ua339" |