| HTML Entity (dec) | 𤦐 | 
| HTML Entity (hex) | 𤦐 | 
| UTF-8 (hex) | 0xf0a4a690 / 0xf0 0xa4 0xa6 0x90 (4 bytes) | 
| UTF-8 (dec) | 240, 164, 166, 144 (4 bytes) | 
| UTF-16-BE (hex) | 0xd852dd90 / 0xd8 0x52 0xdd 0x90 (4 bytes) | 
| UTF-16-BE (dec) | 216, 82, 221, 144 (4 bytes) | 
| UTF-32-BE (hex) | 0x24990 / 0x00 0x02 0x49 0x90 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 73, 144 (4 bytes) | 
| C/C++/Java source code | "\u24990" | 
| Python source code | "\u24990" |