| HTML Entity (dec) | 瞄 |
| HTML Entity (hex) | 瞄 |
| UTF-8 (hex) | 0xe79e84 / 0xe7 0x9e 0x84 (3 bytes) |
| UTF-8 (dec) | 231, 158, 132 (3 bytes) |
| UTF-16-BE (hex) | 0x7784 / 0x77 0x84 (2 bytes) |
| UTF-16-BE (dec) | 119, 132 (2 bytes) |
| UTF-32-BE (hex) | 0x7784 / 0x00 0x00 0x77 0x84 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 119, 132 (4 bytes) |
| C/C++/Java source code | "\u7784" |
| Python source code | "\u7784" |