| HTML Entity (dec) | 소 |
| HTML Entity (hex) | 소 |
| UTF-8 (hex) | 0xec868c / 0xec 0x86 0x8c (3 bytes) |
| UTF-8 (dec) | 236, 134, 140 (3 bytes) |
| UTF-16-BE (hex) | 0xc18c / 0xc1 0x8c (2 bytes) |
| UTF-16-BE (dec) | 193, 140 (2 bytes) |
| UTF-32-BE (hex) | 0xc18c / 0x00 0x00 0xc1 0x8c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 193, 140 (4 bytes) |
| C/C++/Java source code | "\uc18c" |
| Python source code | "\uc18c" |