| HTML Entity (dec) | 쐰 |
| HTML Entity (hex) | 쐰 |
| UTF-8 (hex) | 0xec90b0 / 0xec 0x90 0xb0 (3 bytes) |
| UTF-8 (dec) | 236, 144, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xc430 / 0xc4 0x30 (2 bytes) |
| UTF-16-BE (dec) | 196, 48 (2 bytes) |
| UTF-32-BE (hex) | 0xc430 / 0x00 0x00 0xc4 0x30 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 196, 48 (4 bytes) |
| C/C++/Java source code | "\uc430" |
| Python source code | "\uc430" |