| HTML Entity (dec) | 望 |
| HTML Entity (hex) | 望 |
| UTF-8 (hex) | 0xefaa93 / 0xef 0xaa 0x93 (3 bytes) |
| UTF-8 (dec) | 239, 170, 147 (3 bytes) |
| UTF-16-BE (hex) | 0xfa93 / 0xfa 0x93 (2 bytes) |
| UTF-16-BE (dec) | 250, 147 (2 bytes) |
| UTF-32-BE (hex) | 0xfa93 / 0x00 0x00 0xfa 0x93 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 147 (4 bytes) |
| C/C++/Java source code | "\ufa93" |
| Python source code | "\ufa93" |