| HTML Entity (dec) | 𣏕 |
| HTML Entity (hex) | 𣏕 |
| UTF-8 (hex) | 0xefab91 / 0xef 0xab 0x91 (3 bytes) |
| UTF-8 (dec) | 239, 171, 145 (3 bytes) |
| UTF-16-BE (hex) | 0xfad1 / 0xfa 0xd1 (2 bytes) |
| UTF-16-BE (dec) | 250, 209 (2 bytes) |
| UTF-32-BE (hex) | 0xfad1 / 0x00 0x00 0xfa 0xd1 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 209 (4 bytes) |
| C/C++/Java source code | "\ufad1" |
| Python source code | "\ufad1" |