| HTML Entity (dec) | 쮽 |
| HTML Entity (hex) | 쮽 |
| UTF-8 (hex) | 0xecaebd / 0xec 0xae 0xbd (3 bytes) |
| UTF-8 (dec) | 236, 174, 189 (3 bytes) |
| UTF-16-BE (hex) | 0xcbbd / 0xcb 0xbd (2 bytes) |
| UTF-16-BE (dec) | 203, 189 (2 bytes) |
| UTF-32-BE (hex) | 0xcbbd / 0x00 0x00 0xcb 0xbd (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 189 (4 bytes) |
| C/C++/Java source code | "\ucbbd" |
| Python source code | "\ucbbd" |