| HTML Entity (dec) | 仳 | 
| HTML Entity (hex) | 仳 | 
| UTF-8 (hex) | 0xe4bbb3 / 0xe4 0xbb 0xb3 (3 bytes) | 
| UTF-8 (dec) | 228, 187, 179 (3 bytes) | 
| UTF-16-BE (hex) | 0x4ef3 / 0x4e 0xf3 (2 bytes) | 
| UTF-16-BE (dec) | 78, 243 (2 bytes) | 
| UTF-32-BE (hex) | 0x4ef3 / 0x00 0x00 0x4e 0xf3 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 78, 243 (4 bytes) | 
| C/C++/Java source code | "\u4ef3" | 
| Python source code | "\u4ef3" |