| HTML Entity (dec) | 鮄 | 
| HTML Entity (hex) | 鮄 | 
| UTF-8 (hex) | 0xe9ae84 / 0xe9 0xae 0x84 (3 bytes) | 
| UTF-8 (dec) | 233, 174, 132 (3 bytes) | 
| UTF-16-BE (hex) | 0x9b84 / 0x9b 0x84 (2 bytes) | 
| UTF-16-BE (dec) | 155, 132 (2 bytes) | 
| UTF-32-BE (hex) | 0x9b84 / 0x00 0x00 0x9b 0x84 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 155, 132 (4 bytes) | 
| C/C++/Java source code | "\u9b84" | 
| Python source code | "\u9b84" |