| HTML Entity (dec) | 웿 |
| HTML Entity (hex) | 웿 |
| UTF-8 (hex) | 0xec9bbf / 0xec 0x9b 0xbf (3 bytes) |
| UTF-8 (dec) | 236, 155, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xc6ff / 0xc6 0xff (2 bytes) |
| UTF-16-BE (dec) | 198, 255 (2 bytes) |
| UTF-32-BE (hex) | 0xc6ff / 0x00 0x00 0xc6 0xff (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 198, 255 (4 bytes) |
| C/C++/Java source code | "\uc6ff" |
| Python source code | "\uc6ff" |