| HTML Entity (dec) | 諼 | 
| HTML Entity (hex) | 諼 | 
| UTF-8 (hex) | 0xe8abbc / 0xe8 0xab 0xbc (3 bytes) | 
| UTF-8 (dec) | 232, 171, 188 (3 bytes) | 
| UTF-16-BE (hex) | 0x8afc / 0x8a 0xfc (2 bytes) | 
| UTF-16-BE (dec) | 138, 252 (2 bytes) | 
| UTF-32-BE (hex) | 0x8afc / 0x00 0x00 0x8a 0xfc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 138, 252 (4 bytes) | 
| C/C++/Java source code | "\u8afc" | 
| Python source code | "\u8afc" |