| HTML Entity (dec) | 髷 |
| HTML Entity (hex) | 髷 |
| UTF-8 (hex) | 0xe9abb7 / 0xe9 0xab 0xb7 (3 bytes) |
| UTF-8 (dec) | 233, 171, 183 (3 bytes) |
| UTF-16-BE (hex) | 0x9af7 / 0x9a 0xf7 (2 bytes) |
| UTF-16-BE (dec) | 154, 247 (2 bytes) |
| UTF-32-BE (hex) | 0x9af7 / 0x00 0x00 0x9a 0xf7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 154, 247 (4 bytes) |
| C/C++/Java source code | "\u9af7" |
| Python source code | "\u9af7" |