| HTML Entity (dec) | 쮶 |
| HTML Entity (hex) | 쮶 |
| UTF-8 (hex) | 0xecaeb6 / 0xec 0xae 0xb6 (3 bytes) |
| UTF-8 (dec) | 236, 174, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xcbb6 / 0xcb 0xb6 (2 bytes) |
| UTF-16-BE (dec) | 203, 182 (2 bytes) |
| UTF-32-BE (hex) | 0xcbb6 / 0x00 0x00 0xcb 0xb6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 182 (4 bytes) |
| C/C++/Java source code | "\ucbb6" |
| Python source code | "\ucbb6" |