| HTML Entity (dec) | 顉 | 
| HTML Entity (hex) | 顉 | 
| UTF-8 (hex) | 0xe9a189 / 0xe9 0xa1 0x89 (3 bytes) | 
| UTF-8 (dec) | 233, 161, 137 (3 bytes) | 
| UTF-16-BE (hex) | 0x9849 / 0x98 0x49 (2 bytes) | 
| UTF-16-BE (dec) | 152, 73 (2 bytes) | 
| UTF-32-BE (hex) | 0x9849 / 0x00 0x00 0x98 0x49 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 152, 73 (4 bytes) | 
| C/C++/Java source code | "\u9849" | 
| Python source code | "\u9849" |