| HTML Entity (dec) | 鹱 | 
| HTML Entity (hex) | 鹱 | 
| UTF-8 (hex) | 0xe9b9b1 / 0xe9 0xb9 0xb1 (3 bytes) | 
| UTF-8 (dec) | 233, 185, 177 (3 bytes) | 
| UTF-16-BE (hex) | 0x9e71 / 0x9e 0x71 (2 bytes) | 
| UTF-16-BE (dec) | 158, 113 (2 bytes) | 
| UTF-32-BE (hex) | 0x9e71 / 0x00 0x00 0x9e 0x71 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 158, 113 (4 bytes) | 
| C/C++/Java source code | "\u9e71" | 
| Python source code | "\u9e71" |