| HTML Entity (dec) | 鷾 |
| HTML Entity (hex) | 鷾 |
| UTF-8 (hex) | 0xe9b7be / 0xe9 0xb7 0xbe (3 bytes) |
| UTF-8 (dec) | 233, 183, 190 (3 bytes) |
| UTF-16-BE (hex) | 0x9dfe / 0x9d 0xfe (2 bytes) |
| UTF-16-BE (dec) | 157, 254 (2 bytes) |
| UTF-32-BE (hex) | 0x9dfe / 0x00 0x00 0x9d 0xfe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 157, 254 (4 bytes) |
| C/C++/Java source code | "\u9dfe" |
| Python source code | "\u9dfe" |