| HTML Entity (dec) | ꌷ | 
| HTML Entity (hex) | ꌷ | 
| UTF-8 (hex) | 0xea8cb7 / 0xea 0x8c 0xb7 (3 bytes) | 
| UTF-8 (dec) | 234, 140, 183 (3 bytes) | 
| UTF-16-BE (hex) | 0xa337 / 0xa3 0x37 (2 bytes) | 
| UTF-16-BE (dec) | 163, 55 (2 bytes) | 
| UTF-32-BE (hex) | 0xa337 / 0x00 0x00 0xa3 0x37 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 55 (4 bytes) | 
| C/C++/Java source code | "\ua337" | 
| Python source code | "\ua337" |