| HTML Entity (dec) | 黵 |
| HTML Entity (hex) | 黵 |
| UTF-8 (hex) | 0xe9bbb5 / 0xe9 0xbb 0xb5 (3 bytes) |
| UTF-8 (dec) | 233, 187, 181 (3 bytes) |
| UTF-16-BE (hex) | 0x9ef5 / 0x9e 0xf5 (2 bytes) |
| UTF-16-BE (dec) | 158, 245 (2 bytes) |
| UTF-32-BE (hex) | 0x9ef5 / 0x00 0x00 0x9e 0xf5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 158, 245 (4 bytes) |
| C/C++/Java source code | "\u9ef5" |
| Python source code | "\u9ef5" |