| HTML Entity (dec) | 旙 | 
| HTML Entity (hex) | 旙 | 
| UTF-8 (hex) | 0xe69799 / 0xe6 0x97 0x99 (3 bytes) | 
| UTF-8 (dec) | 230, 151, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0x65d9 / 0x65 0xd9 (2 bytes) | 
| UTF-16-BE (dec) | 101, 217 (2 bytes) | 
| UTF-32-BE (hex) | 0x65d9 / 0x00 0x00 0x65 0xd9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 101, 217 (4 bytes) | 
| C/C++/Java source code | "\u65d9" | 
| Python source code | "\u65d9" |