| HTML Entity (dec) | 𖫤 | 
| HTML Entity (hex) | 𖫤 | 
| UTF-8 (hex) | 0xf096aba4 / 0xf0 0x96 0xab 0xa4 (4 bytes) | 
| UTF-8 (dec) | 240, 150, 171, 164 (4 bytes) | 
| UTF-16-BE (hex) | 0xd81adee4 / 0xd8 0x1a 0xde 0xe4 (4 bytes) | 
| UTF-16-BE (dec) | 216, 26, 222, 228 (4 bytes) | 
| UTF-32-BE (hex) | 0x16ae4 / 0x00 0x01 0x6a 0xe4 (4 bytes) | 
| UTF-32-BE (dec) | 0, 1, 106, 228 (4 bytes) | 
| C/C++/Java source code | "\u16ae4" | 
| Python source code | "\u16ae4" |