| HTML Entity (dec) | 迣 | 
| HTML Entity (hex) | 迣 | 
| UTF-8 (hex) | 0xe8bfa3 / 0xe8 0xbf 0xa3 (3 bytes) | 
| UTF-8 (dec) | 232, 191, 163 (3 bytes) | 
| UTF-16-BE (hex) | 0x8fe3 / 0x8f 0xe3 (2 bytes) | 
| UTF-16-BE (dec) | 143, 227 (2 bytes) | 
| UTF-32-BE (hex) | 0x8fe3 / 0x00 0x00 0x8f 0xe3 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 143, 227 (4 bytes) | 
| C/C++/Java source code | "\u8fe3" | 
| Python source code | "\u8fe3" |