| HTML Entity (dec) | 婢 |
| HTML Entity (hex) | 婢 |
| UTF-8 (hex) | 0xefaa80 / 0xef 0xaa 0x80 (3 bytes) |
| UTF-8 (dec) | 239, 170, 128 (3 bytes) |
| UTF-16-BE (hex) | 0xfa80 / 0xfa 0x80 (2 bytes) |
| UTF-16-BE (dec) | 250, 128 (2 bytes) |
| UTF-32-BE (hex) | 0xfa80 / 0x00 0x00 0xfa 0x80 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 128 (4 bytes) |
| C/C++/Java source code | "\ufa80" |
| Python source code | "\ufa80" |