| HTML Entity (dec) | Ꮯ | 
| HTML Entity (hex) | Ꮯ | 
| UTF-8 (hex) | 0xe18f9f / 0xe1 0x8f 0x9f (3 bytes) | 
| UTF-8 (dec) | 225, 143, 159 (3 bytes) | 
| UTF-16-BE (hex) | 0x13df / 0x13 0xdf (2 bytes) | 
| UTF-16-BE (dec) | 19, 223 (2 bytes) | 
| UTF-32-BE (hex) | 0x13df / 0x00 0x00 0x13 0xdf (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 19, 223 (4 bytes) | 
| C/C++/Java source code | "\u13df" | 
| Python source code | "\u13df" |