| HTML Entity (dec) | 𢒁 | 
| HTML Entity (hex) | 𢒁 | 
| UTF-8 (hex) | 0xf0a29281 / 0xf0 0xa2 0x92 0x81 (4 bytes) | 
| UTF-8 (dec) | 240, 162, 146, 129 (4 bytes) | 
| UTF-16-BE (hex) | 0xd849dc81 / 0xd8 0x49 0xdc 0x81 (4 bytes) | 
| UTF-16-BE (dec) | 216, 73, 220, 129 (4 bytes) | 
| UTF-32-BE (hex) | 0x22481 / 0x00 0x02 0x24 0x81 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 36, 129 (4 bytes) | 
| C/C++/Java source code | "\u22481" | 
| Python source code | "\u22481" |