| HTML Entity (dec) | 鵘 | 
| HTML Entity (hex) | 鵘 | 
| UTF-8 (hex) | 0xe9b598 / 0xe9 0xb5 0x98 (3 bytes) | 
| UTF-8 (dec) | 233, 181, 152 (3 bytes) | 
| UTF-16-BE (hex) | 0x9d58 / 0x9d 0x58 (2 bytes) | 
| UTF-16-BE (dec) | 157, 88 (2 bytes) | 
| UTF-32-BE (hex) | 0x9d58 / 0x00 0x00 0x9d 0x58 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 157, 88 (4 bytes) | 
| C/C++/Java source code | "\u9d58" | 
| Python source code | "\u9d58" |