| HTML Entity (dec) | 鿣 | 
| HTML Entity (hex) | 鿣 | 
| UTF-8 (hex) | 0xe9bfa3 / 0xe9 0xbf 0xa3 (3 bytes) | 
| UTF-8 (dec) | 233, 191, 163 (3 bytes) | 
| UTF-16-BE (hex) | 0x9fe3 / 0x9f 0xe3 (2 bytes) | 
| UTF-16-BE (dec) | 159, 227 (2 bytes) | 
| UTF-32-BE (hex) | 0x9fe3 / 0x00 0x00 0x9f 0xe3 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 159, 227 (4 bytes) | 
| C/C++/Java source code | "\u9fe3" | 
| Python source code | "\u9fe3" |