| HTML Entity (dec) | 쭫 |
| HTML Entity (hex) | 쭫 |
| UTF-8 (hex) | 0xecadab / 0xec 0xad 0xab (3 bytes) |
| UTF-8 (dec) | 236, 173, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xcb6b / 0xcb 0x6b (2 bytes) |
| UTF-16-BE (dec) | 203, 107 (2 bytes) |
| UTF-32-BE (hex) | 0xcb6b / 0x00 0x00 0xcb 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 107 (4 bytes) |
| C/C++/Java source code | "\ucb6b" |
| Python source code | "\ucb6b" |