| HTML Entity (dec) | 䀘 |
| HTML Entity (hex) | 䀘 |
| UTF-8 (hex) | 0xefab93 / 0xef 0xab 0x93 (3 bytes) |
| UTF-8 (dec) | 239, 171, 147 (3 bytes) |
| UTF-16-BE (hex) | 0xfad3 / 0xfa 0xd3 (2 bytes) |
| UTF-16-BE (dec) | 250, 211 (2 bytes) |
| UTF-32-BE (hex) | 0xfad3 / 0x00 0x00 0xfa 0xd3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 211 (4 bytes) |
| C/C++/Java source code | "\ufad3" |
| Python source code | "\ufad3" |