| HTML Entity (dec) | 仺 | 
| HTML Entity (hex) | 仺 | 
| UTF-8 (hex) | 0xe4bbba / 0xe4 0xbb 0xba (3 bytes) | 
| UTF-8 (dec) | 228, 187, 186 (3 bytes) | 
| UTF-16-BE (hex) | 0x4efa / 0x4e 0xfa (2 bytes) | 
| UTF-16-BE (dec) | 78, 250 (2 bytes) | 
| UTF-32-BE (hex) | 0x4efa / 0x00 0x00 0x4e 0xfa (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 78, 250 (4 bytes) | 
| C/C++/Java source code | "\u4efa" | 
| Python source code | "\u4efa" |