| HTML Entity (dec) | 顚 | 
| HTML Entity (hex) | 顚 | 
| UTF-8 (hex) | 0xe9a19a / 0xe9 0xa1 0x9a (3 bytes) | 
| UTF-8 (dec) | 233, 161, 154 (3 bytes) | 
| UTF-16-BE (hex) | 0x985a / 0x98 0x5a (2 bytes) | 
| UTF-16-BE (dec) | 152, 90 (2 bytes) | 
| UTF-32-BE (hex) | 0x985a / 0x00 0x00 0x98 0x5a (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 152, 90 (4 bytes) | 
| C/C++/Java source code | "\u985a" | 
| Python source code | "\u985a" |