| HTML Entity (dec) | ꄾ | 
| HTML Entity (hex) | ꄾ | 
| UTF-8 (hex) | 0xea84be / 0xea 0x84 0xbe (3 bytes) | 
| UTF-8 (dec) | 234, 132, 190 (3 bytes) | 
| UTF-16-BE (hex) | 0xa13e / 0xa1 0x3e (2 bytes) | 
| UTF-16-BE (dec) | 161, 62 (2 bytes) | 
| UTF-32-BE (hex) | 0xa13e / 0x00 0x00 0xa1 0x3e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 161, 62 (4 bytes) | 
| C/C++/Java source code | "\ua13e" | 
| Python source code | "\ua13e" |