| HTML Entity (dec) | ꄽ | 
| HTML Entity (hex) | ꄽ | 
| UTF-8 (hex) | 0xea84bd / 0xea 0x84 0xbd (3 bytes) | 
| UTF-8 (dec) | 234, 132, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0xa13d / 0xa1 0x3d (2 bytes) | 
| UTF-16-BE (dec) | 161, 61 (2 bytes) | 
| UTF-32-BE (hex) | 0xa13d / 0x00 0x00 0xa1 0x3d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 161, 61 (4 bytes) | 
| C/C++/Java source code | "\ua13d" | 
| Python source code | "\ua13d" |