| HTML Entity (dec) | 鑘 | 
| HTML Entity (hex) | 鑘 | 
| UTF-8 (hex) | 0xe99198 / 0xe9 0x91 0x98 (3 bytes) | 
| UTF-8 (dec) | 233, 145, 152 (3 bytes) | 
| UTF-16-BE (hex) | 0x9458 / 0x94 0x58 (2 bytes) | 
| UTF-16-BE (dec) | 148, 88 (2 bytes) | 
| UTF-32-BE (hex) | 0x9458 / 0x00 0x00 0x94 0x58 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 148, 88 (4 bytes) | 
| C/C++/Java source code | "\u9458" | 
| Python source code | "\u9458" |