| HTML Entity (dec) | 앫 |
| HTML Entity (hex) | 앫 |
| UTF-8 (hex) | 0xec95ab / 0xec 0x95 0xab (3 bytes) |
| UTF-8 (dec) | 236, 149, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xc56b / 0xc5 0x6b (2 bytes) |
| UTF-16-BE (dec) | 197, 107 (2 bytes) |
| UTF-32-BE (hex) | 0xc56b / 0x00 0x00 0xc5 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 197, 107 (4 bytes) |
| C/C++/Java source code | "\uc56b" |
| Python source code | "\uc56b" |