| HTML Entity (dec) | 𥂕 | 
| HTML Entity (hex) | 𥂕 | 
| UTF-8 (hex) | 0xf0a58295 / 0xf0 0xa5 0x82 0x95 (4 bytes) | 
| UTF-8 (dec) | 240, 165, 130, 149 (4 bytes) | 
| UTF-16-BE (hex) | 0xd854dc95 / 0xd8 0x54 0xdc 0x95 (4 bytes) | 
| UTF-16-BE (dec) | 216, 84, 220, 149 (4 bytes) | 
| UTF-32-BE (hex) | 0x25095 / 0x00 0x02 0x50 0x95 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 80, 149 (4 bytes) | 
| C/C++/Java source code | "\u25095" | 
| Python source code | "\u25095" |