| HTML Entity (dec) | 鎀 | 
| HTML Entity (hex) | 鎀 | 
| UTF-8 (hex) | 0xe98e80 / 0xe9 0x8e 0x80 (3 bytes) | 
| UTF-8 (dec) | 233, 142, 128 (3 bytes) | 
| UTF-16-BE (hex) | 0x9380 / 0x93 0x80 (2 bytes) | 
| UTF-16-BE (dec) | 147, 128 (2 bytes) | 
| UTF-32-BE (hex) | 0x9380 / 0x00 0x00 0x93 0x80 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 147, 128 (4 bytes) | 
| C/C++/Java source code | "\u9380" | 
| Python source code | "\u9380" |