| HTML Entity (dec) | 黃 |
| HTML Entity (hex) | 黃 |
| UTF-8 (hex) | 0xe9bb83 / 0xe9 0xbb 0x83 (3 bytes) |
| UTF-8 (dec) | 233, 187, 131 (3 bytes) |
| UTF-16-BE (hex) | 0x9ec3 / 0x9e 0xc3 (2 bytes) |
| UTF-16-BE (dec) | 158, 195 (2 bytes) |
| UTF-32-BE (hex) | 0x9ec3 / 0x00 0x00 0x9e 0xc3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 158, 195 (4 bytes) |
| C/C++/Java source code | "\u9ec3" |
| Python source code | "\u9ec3" |