| HTML Entity (dec) | 𤗜 | 
| HTML Entity (hex) | 𤗜 | 
| UTF-8 (hex) | 0xf0a4979c / 0xf0 0xa4 0x97 0x9c (4 bytes) | 
| UTF-8 (dec) | 240, 164, 151, 156 (4 bytes) | 
| UTF-16-BE (hex) | 0xd851dddc / 0xd8 0x51 0xdd 0xdc (4 bytes) | 
| UTF-16-BE (dec) | 216, 81, 221, 220 (4 bytes) | 
| UTF-32-BE (hex) | 0x245dc / 0x00 0x02 0x45 0xdc (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 69, 220 (4 bytes) | 
| C/C++/Java source code | "\u245dc" | 
| Python source code | "\u245dc" |