| HTML Entity (dec) | 禩 | 
| HTML Entity (hex) | 禩 | 
| UTF-8 (hex) | 0xe7a6a9 / 0xe7 0xa6 0xa9 (3 bytes) | 
| UTF-8 (dec) | 231, 166, 169 (3 bytes) | 
| UTF-16-BE (hex) | 0x79a9 / 0x79 0xa9 (2 bytes) | 
| UTF-16-BE (dec) | 121, 169 (2 bytes) | 
| UTF-32-BE (hex) | 0x79a9 / 0x00 0x00 0x79 0xa9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 121, 169 (4 bytes) | 
| C/C++/Java source code | "\u79a9" | 
| Python source code | "\u79a9" |