| HTML Entity (dec) | 郿 |
| HTML Entity (hex) | 郿 |
| UTF-8 (hex) | 0xe983bf / 0xe9 0x83 0xbf (3 bytes) |
| UTF-8 (dec) | 233, 131, 191 (3 bytes) |
| UTF-16-BE (hex) | 0x90ff / 0x90 0xff (2 bytes) |
| UTF-16-BE (dec) | 144, 255 (2 bytes) |
| UTF-32-BE (hex) | 0x90ff / 0x00 0x00 0x90 0xff (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 144, 255 (4 bytes) |
| C/C++/Java source code | "\u90ff" |
| Python source code | "\u90ff" |