| HTML Entity (dec) | 钥 | 
| HTML Entity (hex) | 钥 | 
| UTF-8 (hex) | 0xe992a5 / 0xe9 0x92 0xa5 (3 bytes) | 
| UTF-8 (dec) | 233, 146, 165 (3 bytes) | 
| UTF-16-BE (hex) | 0x94a5 / 0x94 0xa5 (2 bytes) | 
| UTF-16-BE (dec) | 148, 165 (2 bytes) | 
| UTF-32-BE (hex) | 0x94a5 / 0x00 0x00 0x94 0xa5 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 148, 165 (4 bytes) | 
| C/C++/Java source code | "\u94a5" | 
| Python source code | "\u94a5" |