| HTML Entity (dec) | 缑 |
| HTML Entity (hex) | 缑 |
| UTF-8 (hex) | 0xe7bc91 / 0xe7 0xbc 0x91 (3 bytes) |
| UTF-8 (dec) | 231, 188, 145 (3 bytes) |
| UTF-16-BE (hex) | 0x7f11 / 0x7f 0x11 (2 bytes) |
| UTF-16-BE (dec) | 127, 17 (2 bytes) |
| UTF-32-BE (hex) | 0x7f11 / 0x00 0x00 0x7f 0x11 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 127, 17 (4 bytes) |
| C/C++/Java source code | "\u7f11" |
| Python source code | "\u7f11" |