| HTML Entity (dec) | 萉 |
| HTML Entity (hex) | 萉 |
| UTF-8 (hex) | 0xe89089 / 0xe8 0x90 0x89 (3 bytes) |
| UTF-8 (dec) | 232, 144, 137 (3 bytes) |
| UTF-16-BE (hex) | 0x8409 / 0x84 0x09 (2 bytes) |
| UTF-16-BE (dec) | 132, 9 (2 bytes) |
| UTF-32-BE (hex) | 0x8409 / 0x00 0x00 0x84 0x09 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 132, 9 (4 bytes) |
| C/C++/Java source code | "\u8409" |
| Python source code | "\u8409" |