| HTML Entity (dec) | 𤡿 | 
| HTML Entity (hex) | 𤡿 | 
| UTF-8 (hex) | 0xf0a4a1bf / 0xf0 0xa4 0xa1 0xbf (4 bytes) | 
| UTF-8 (dec) | 240, 164, 161, 191 (4 bytes) | 
| UTF-16-BE (hex) | 0xd852dc7f / 0xd8 0x52 0xdc 0x7f (4 bytes) | 
| UTF-16-BE (dec) | 216, 82, 220, 127 (4 bytes) | 
| UTF-32-BE (hex) | 0x2487f / 0x00 0x02 0x48 0x7f (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 72, 127 (4 bytes) | 
| C/C++/Java source code | "\u2487f" | 
| Python source code | "\u2487f" |