| HTML Entity (dec) | 𥉉 |
| HTML Entity (hex) | 𥉉 |
| UTF-8 (hex) | 0xefab95 / 0xef 0xab 0x95 (3 bytes) |
| UTF-8 (dec) | 239, 171, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xfad5 / 0xfa 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 250, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xfad5 / 0x00 0x00 0xfa 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 213 (4 bytes) |
| C/C++/Java source code | "\ufad5" |
| Python source code | "\ufad5" |