| HTML Entity (dec) | 癏 |
| HTML Entity (hex) | 癏 |
| UTF-8 (hex) | 0xe7998f / 0xe7 0x99 0x8f (3 bytes) |
| UTF-8 (dec) | 231, 153, 143 (3 bytes) |
| UTF-16-BE (hex) | 0x764f / 0x76 0x4f (2 bytes) |
| UTF-16-BE (dec) | 118, 79 (2 bytes) |
| UTF-32-BE (hex) | 0x764f / 0x00 0x00 0x76 0x4f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 118, 79 (4 bytes) |
| C/C++/Java source code | "\u764f" |
| Python source code | "\u764f" |