| HTML Entity (dec) | 锖 | 
| HTML Entity (hex) | 锖 | 
| UTF-8 (hex) | 0xe99496 / 0xe9 0x94 0x96 (3 bytes) | 
| UTF-8 (dec) | 233, 148, 150 (3 bytes) | 
| UTF-16-BE (hex) | 0x9516 / 0x95 0x16 (2 bytes) | 
| UTF-16-BE (dec) | 149, 22 (2 bytes) | 
| UTF-32-BE (hex) | 0x9516 / 0x00 0x00 0x95 0x16 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 149, 22 (4 bytes) | 
| C/C++/Java source code | "\u9516" | 
| Python source code | "\u9516" |