| HTML Entity (dec) | 삾 |
| HTML Entity (hex) | 삾 |
| UTF-8 (hex) | 0xec82be / 0xec 0x82 0xbe (3 bytes) |
| UTF-8 (dec) | 236, 130, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xc0be / 0xc0 0xbe (2 bytes) |
| UTF-16-BE (dec) | 192, 190 (2 bytes) |
| UTF-32-BE (hex) | 0xc0be / 0x00 0x00 0xc0 0xbe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 192, 190 (4 bytes) |
| C/C++/Java source code | "\uc0be" |
| Python source code | "\uc0be" |