| HTML Entity (dec) | 餀 |
| HTML Entity (hex) | 餀 |
| UTF-8 (hex) | 0xe9a480 / 0xe9 0xa4 0x80 (3 bytes) |
| UTF-8 (dec) | 233, 164, 128 (3 bytes) |
| UTF-16-BE (hex) | 0x9900 / 0x99 0x00 (2 bytes) |
| UTF-16-BE (dec) | 153, 0 (2 bytes) |
| UTF-32-BE (hex) | 0x9900 / 0x00 0x00 0x99 0x00 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 153, 0 (4 bytes) |
| C/C++/Java source code | "\u9900" |
| Python source code | "\u9900" |