| HTML Entity (dec) | 즂 |
| HTML Entity (hex) | 즂 |
| UTF-8 (hex) | 0xeca682 / 0xec 0xa6 0x82 (3 bytes) |
| UTF-8 (dec) | 236, 166, 130 (3 bytes) |
| UTF-16-BE (hex) | 0xc982 / 0xc9 0x82 (2 bytes) |
| UTF-16-BE (dec) | 201, 130 (2 bytes) |
| UTF-32-BE (hex) | 0xc982 / 0x00 0x00 0xc9 0x82 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 201, 130 (4 bytes) |
| C/C++/Java source code | "\uc982" |
| Python source code | "\uc982" |