| HTML Entity (dec) | 위 |
| HTML Entity (hex) | 위 |
| UTF-8 (hex) | 0xec9c84 / 0xec 0x9c 0x84 (3 bytes) |
| UTF-8 (dec) | 236, 156, 132 (3 bytes) |
| UTF-16-BE (hex) | 0xc704 / 0xc7 0x04 (2 bytes) |
| UTF-16-BE (dec) | 199, 4 (2 bytes) |
| UTF-32-BE (hex) | 0xc704 / 0x00 0x00 0xc7 0x04 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 199, 4 (4 bytes) |
| C/C++/Java source code | "\uc704" |
| Python source code | "\uc704" |