| HTML Entity (dec) | 𧙒 | 
| HTML Entity (hex) | 𧙒 | 
| UTF-8 (hex) | 0xf0a79992 / 0xf0 0xa7 0x99 0x92 (4 bytes) | 
| UTF-8 (dec) | 240, 167, 153, 146 (4 bytes) | 
| UTF-16-BE (hex) | 0xd85dde52 / 0xd8 0x5d 0xde 0x52 (4 bytes) | 
| UTF-16-BE (dec) | 216, 93, 222, 82 (4 bytes) | 
| UTF-32-BE (hex) | 0x27652 / 0x00 0x02 0x76 0x52 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 118, 82 (4 bytes) | 
| C/C++/Java source code | "\u27652" | 
| Python source code | "\u27652" |