| HTML Entity (dec) | 颿 | 
| HTML Entity (hex) | 颿 | 
| UTF-8 (hex) | 0xe9a2bf / 0xe9 0xa2 0xbf (3 bytes) | 
| UTF-8 (dec) | 233, 162, 191 (3 bytes) | 
| UTF-16-BE (hex) | 0x98bf / 0x98 0xbf (2 bytes) | 
| UTF-16-BE (dec) | 152, 191 (2 bytes) | 
| UTF-32-BE (hex) | 0x98bf / 0x00 0x00 0x98 0xbf (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 152, 191 (4 bytes) | 
| C/C++/Java source code | "\u98bf" | 
| Python source code | "\u98bf" |