| HTML Entity (dec) | 𖮈 | 
| HTML Entity (hex) | 𖮈 | 
| UTF-8 (hex) | 0xf096ae88 / 0xf0 0x96 0xae 0x88 (4 bytes) | 
| UTF-8 (dec) | 240, 150, 174, 136 (4 bytes) | 
| UTF-16-BE (hex) | 0xd81adf88 / 0xd8 0x1a 0xdf 0x88 (4 bytes) | 
| UTF-16-BE (dec) | 216, 26, 223, 136 (4 bytes) | 
| UTF-32-BE (hex) | 0x16b88 / 0x00 0x01 0x6b 0x88 (4 bytes) | 
| UTF-32-BE (dec) | 0, 1, 107, 136 (4 bytes) | 
| C/C++/Java source code | "\u16b88" | 
| Python source code | "\u16b88" |