| HTML Entity (dec) | 衾 | 
| HTML Entity (hex) | 衾 | 
| UTF-8 (hex) | 0xe8a1be / 0xe8 0xa1 0xbe (3 bytes) | 
| UTF-8 (dec) | 232, 161, 190 (3 bytes) | 
| UTF-16-BE (hex) | 0x887e / 0x88 0x7e (2 bytes) | 
| UTF-16-BE (dec) | 136, 126 (2 bytes) | 
| UTF-32-BE (hex) | 0x887e / 0x00 0x00 0x88 0x7e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 136, 126 (4 bytes) | 
| C/C++/Java source code | "\u887e" | 
| Python source code | "\u887e" |