| HTML Entity (dec) | 馛 | 
| HTML Entity (hex) | 馛 | 
| UTF-8 (hex) | 0xe9a69b / 0xe9 0xa6 0x9b (3 bytes) | 
| UTF-8 (dec) | 233, 166, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x999b / 0x99 0x9b (2 bytes) | 
| UTF-16-BE (dec) | 153, 155 (2 bytes) | 
| UTF-32-BE (hex) | 0x999b / 0x00 0x00 0x99 0x9b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 153, 155 (4 bytes) | 
| C/C++/Java source code | "\u999b" | 
| Python source code | "\u999b" |