| HTML Entity (dec) | 𫧯 | 
| HTML Entity (hex) | 𫧯 | 
| UTF-8 (hex) | 0xf0aba7af / 0xf0 0xab 0xa7 0xaf (4 bytes) | 
| UTF-8 (dec) | 240, 171, 167, 175 (4 bytes) | 
| UTF-16-BE (hex) | 0xd86eddef / 0xd8 0x6e 0xdd 0xef (4 bytes) | 
| UTF-16-BE (dec) | 216, 110, 221, 239 (4 bytes) | 
| UTF-32-BE (hex) | 0x2b9ef / 0x00 0x02 0xb9 0xef (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 185, 239 (4 bytes) | 
| C/C++/Java source code | "\u2b9ef" | 
| Python source code | "\u2b9ef" |