| HTML Entity (dec) | 黠 | 
| HTML Entity (hex) | 黠 | 
| UTF-8 (hex) | 0xe9bba0 / 0xe9 0xbb 0xa0 (3 bytes) | 
| UTF-8 (dec) | 233, 187, 160 (3 bytes) | 
| UTF-16-BE (hex) | 0x9ee0 / 0x9e 0xe0 (2 bytes) | 
| UTF-16-BE (dec) | 158, 224 (2 bytes) | 
| UTF-32-BE (hex) | 0x9ee0 / 0x00 0x00 0x9e 0xe0 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 158, 224 (4 bytes) | 
| C/C++/Java source code | "\u9ee0" | 
| Python source code | "\u9ee0" |