| HTML Entity (dec) | 雯 |
| HTML Entity (hex) | 雯 |
| UTF-8 (hex) | 0xe99baf / 0xe9 0x9b 0xaf (3 bytes) |
| UTF-8 (dec) | 233, 155, 175 (3 bytes) |
| UTF-16-BE (hex) | 0x96ef / 0x96 0xef (2 bytes) |
| UTF-16-BE (dec) | 150, 239 (2 bytes) |
| UTF-32-BE (hex) | 0x96ef / 0x00 0x00 0x96 0xef (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 150, 239 (4 bytes) |
| C/C++/Java source code | "\u96ef" |
| Python source code | "\u96ef" |