| HTML Entity (dec) | 볒 |
| HTML Entity (hex) | 볒 |
| UTF-8 (hex) | 0xebb392 / 0xeb 0xb3 0x92 (3 bytes) |
| UTF-8 (dec) | 235, 179, 146 (3 bytes) |
| UTF-16-BE (hex) | 0xbcd2 / 0xbc 0xd2 (2 bytes) |
| UTF-16-BE (dec) | 188, 210 (2 bytes) |
| UTF-32-BE (hex) | 0xbcd2 / 0x00 0x00 0xbc 0xd2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 188, 210 (4 bytes) |
| C/C++/Java source code | "\ubcd2" |
| Python source code | "\ubcd2" |