| HTML Entity (dec) | 鉶 |
| HTML Entity (hex) | 鉶 |
| UTF-8 (hex) | 0xefab85 / 0xef 0xab 0x85 (3 bytes) |
| UTF-8 (dec) | 239, 171, 133 (3 bytes) |
| UTF-16-BE (hex) | 0xfac5 / 0xfa 0xc5 (2 bytes) |
| UTF-16-BE (dec) | 250, 197 (2 bytes) |
| UTF-32-BE (hex) | 0xfac5 / 0x00 0x00 0xfa 0xc5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 197 (4 bytes) |
| C/C++/Java source code | "\ufac5" |
| Python source code | "\ufac5" |