| HTML Entity (dec) | 얿 |
| HTML Entity (hex) | 얿 |
| UTF-8 (hex) | 0xec96bf / 0xec 0x96 0xbf (3 bytes) |
| UTF-8 (dec) | 236, 150, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xc5bf / 0xc5 0xbf (2 bytes) |
| UTF-16-BE (dec) | 197, 191 (2 bytes) |
| UTF-32-BE (hex) | 0xc5bf / 0x00 0x00 0xc5 0xbf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 197, 191 (4 bytes) |
| C/C++/Java source code | "\uc5bf" |
| Python source code | "\uc5bf" |