| HTML Entity (dec) | 癢 |
| HTML Entity (hex) | 癢 |
| UTF-8 (hex) | 0xe799a2 / 0xe7 0x99 0xa2 (3 bytes) |
| UTF-8 (dec) | 231, 153, 162 (3 bytes) |
| UTF-16-BE (hex) | 0x7662 / 0x76 0x62 (2 bytes) |
| UTF-16-BE (dec) | 118, 98 (2 bytes) |
| UTF-32-BE (hex) | 0x7662 / 0x00 0x00 0x76 0x62 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 118, 98 (4 bytes) |
| C/C++/Java source code | "\u7662" |
| Python source code | "\u7662" |