| HTML Entity (dec) | 𢿂 |
| HTML Entity (hex) | 𢿂 |
| UTF-8 (hex) | 0xf0a2bf82 / 0xf0 0xa2 0xbf 0x82 (4 bytes) |
| UTF-8 (dec) | 240, 162, 191, 130 (4 bytes) |
| UTF-16-BE (hex) | 0xd84bdfc2 / 0xd8 0x4b 0xdf 0xc2 (4 bytes) |
| UTF-16-BE (dec) | 216, 75, 223, 194 (4 bytes) |
| UTF-32-BE (hex) | 0x22fc2 / 0x00 0x02 0x2f 0xc2 (4 bytes) |
| UTF-32-BE (dec) | 0, 2, 47, 194 (4 bytes) |
| C/C++/Java source code | "\u22fc2" |
| Python source code | "\u22fc2" |