| HTML Entity (dec) | 욿 |
| HTML Entity (hex) | 욿 |
| UTF-8 (hex) | 0xec9abf / 0xec 0x9a 0xbf (3 bytes) |
| UTF-8 (dec) | 236, 154, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xc6bf / 0xc6 0xbf (2 bytes) |
| UTF-16-BE (dec) | 198, 191 (2 bytes) |
| UTF-32-BE (hex) | 0xc6bf / 0x00 0x00 0xc6 0xbf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 198, 191 (4 bytes) |
| C/C++/Java source code | "\uc6bf" |
| Python source code | "\uc6bf" |