| HTML Entity (dec) | 𠯟 |
| HTML Entity (hex) | 𠯟 |
| UTF-8 (hex) | 0xf0a0af9f / 0xf0 0xa0 0xaf 0x9f (4 bytes) |
| UTF-8 (dec) | 240, 160, 175, 159 (4 bytes) |
| UTF-16-BE (hex) | 0xd842dfdf / 0xd8 0x42 0xdf 0xdf (4 bytes) |
| UTF-16-BE (dec) | 216, 66, 223, 223 (4 bytes) |
| UTF-32-BE (hex) | 0x20bdf / 0x00 0x02 0x0b 0xdf (4 bytes) |
| UTF-32-BE (dec) | 0, 2, 11, 223 (4 bytes) |
| C/C++/Java source code | "\u20bdf" |
| Python source code | "\u20bdf" |