| HTML Entity (dec) | 鎜 |
| HTML Entity (hex) | 鎜 |
| UTF-8 (hex) | 0xe98e9c / 0xe9 0x8e 0x9c (3 bytes) |
| UTF-8 (dec) | 233, 142, 156 (3 bytes) |
| UTF-16-BE (hex) | 0x939c / 0x93 0x9c (2 bytes) |
| UTF-16-BE (dec) | 147, 156 (2 bytes) |
| UTF-32-BE (hex) | 0x939c / 0x00 0x00 0x93 0x9c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 147, 156 (4 bytes) |
| C/C++/Java source code | "\u939c" |
| Python source code | "\u939c" |