| HTML Entity (dec) | 鞇 | 
| HTML Entity (hex) | 鞇 | 
| UTF-8 (hex) | 0xe99e87 / 0xe9 0x9e 0x87 (3 bytes) | 
| UTF-8 (dec) | 233, 158, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0x9787 / 0x97 0x87 (2 bytes) | 
| UTF-16-BE (dec) | 151, 135 (2 bytes) | 
| UTF-32-BE (hex) | 0x9787 / 0x00 0x00 0x97 0x87 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 151, 135 (4 bytes) | 
| C/C++/Java source code | "\u9787" | 
| Python source code | "\u9787" |