| HTML Entity (dec) | 郥 |
| HTML Entity (hex) | 郥 |
| UTF-8 (hex) | 0xe983a5 / 0xe9 0x83 0xa5 (3 bytes) |
| UTF-8 (dec) | 233, 131, 165 (3 bytes) |
| UTF-16-BE (hex) | 0x90e5 / 0x90 0xe5 (2 bytes) |
| UTF-16-BE (dec) | 144, 229 (2 bytes) |
| UTF-32-BE (hex) | 0x90e5 / 0x00 0x00 0x90 0xe5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 144, 229 (4 bytes) |
| C/C++/Java source code | "\u90e5" |
| Python source code | "\u90e5" |