| HTML Entity (dec) | 餑 | 
| HTML Entity (hex) | 餑 | 
| UTF-8 (hex) | 0xe9a491 / 0xe9 0xa4 0x91 (3 bytes) | 
| UTF-8 (dec) | 233, 164, 145 (3 bytes) | 
| UTF-16-BE (hex) | 0x9911 / 0x99 0x11 (2 bytes) | 
| UTF-16-BE (dec) | 153, 17 (2 bytes) | 
| UTF-32-BE (hex) | 0x9911 / 0x00 0x00 0x99 0x11 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 153, 17 (4 bytes) | 
| C/C++/Java source code | "\u9911" | 
| Python source code | "\u9911" |