| HTML Entity (dec) | 鎙 | 
| HTML Entity (hex) | 鎙 | 
| UTF-8 (hex) | 0xe98e99 / 0xe9 0x8e 0x99 (3 bytes) | 
| UTF-8 (dec) | 233, 142, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0x9399 / 0x93 0x99 (2 bytes) | 
| UTF-16-BE (dec) | 147, 153 (2 bytes) | 
| UTF-32-BE (hex) | 0x9399 / 0x00 0x00 0x93 0x99 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 147, 153 (4 bytes) | 
| C/C++/Java source code | "\u9399" | 
| Python source code | "\u9399" |