| HTML Entity (dec) | 𡁱 | 
| HTML Entity (hex) | 𡁱 | 
| UTF-8 (hex) | 0xf0a181b1 / 0xf0 0xa1 0x81 0xb1 (4 bytes) | 
| UTF-8 (dec) | 240, 161, 129, 177 (4 bytes) | 
| UTF-16-BE (hex) | 0xd844dc71 / 0xd8 0x44 0xdc 0x71 (4 bytes) | 
| UTF-16-BE (dec) | 216, 68, 220, 113 (4 bytes) | 
| UTF-32-BE (hex) | 0x21071 / 0x00 0x02 0x10 0x71 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 16, 113 (4 bytes) | 
| C/C++/Java source code | "\u21071" | 
| Python source code | "\u21071" |