| HTML Entity (dec) | 섾 |
| HTML Entity (hex) | 섾 |
| UTF-8 (hex) | 0xec84be / 0xec 0x84 0xbe (3 bytes) |
| UTF-8 (dec) | 236, 132, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xc13e / 0xc1 0x3e (2 bytes) |
| UTF-16-BE (dec) | 193, 62 (2 bytes) |
| UTF-32-BE (hex) | 0xc13e / 0x00 0x00 0xc1 0x3e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 193, 62 (4 bytes) |
| C/C++/Java source code | "\uc13e" |
| Python source code | "\uc13e" |