| HTML Entity (dec) | 鑯 | 
| HTML Entity (hex) | 鑯 | 
| UTF-8 (hex) | 0xe991af / 0xe9 0x91 0xaf (3 bytes) | 
| UTF-8 (dec) | 233, 145, 175 (3 bytes) | 
| UTF-16-BE (hex) | 0x946f / 0x94 0x6f (2 bytes) | 
| UTF-16-BE (dec) | 148, 111 (2 bytes) | 
| UTF-32-BE (hex) | 0x946f / 0x00 0x00 0x94 0x6f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 148, 111 (4 bytes) | 
| C/C++/Java source code | "\u946f" | 
| Python source code | "\u946f" |