| HTML Entity (dec) | 쒾 |
| HTML Entity (hex) | 쒾 |
| UTF-8 (hex) | 0xec92be / 0xec 0x92 0xbe (3 bytes) |
| UTF-8 (dec) | 236, 146, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xc4be / 0xc4 0xbe (2 bytes) |
| UTF-16-BE (dec) | 196, 190 (2 bytes) |
| UTF-32-BE (hex) | 0xc4be / 0x00 0x00 0xc4 0xbe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 196, 190 (4 bytes) |
| C/C++/Java source code | "\uc4be" |
| Python source code | "\uc4be" |