| HTML Entity (dec) | 쭻 |
| HTML Entity (hex) | 쭻 |
| UTF-8 (hex) | 0xecadbb / 0xec 0xad 0xbb (3 bytes) |
| UTF-8 (dec) | 236, 173, 187 (3 bytes) |
| UTF-16-BE (hex) | 0xcb7b / 0xcb 0x7b (2 bytes) |
| UTF-16-BE (dec) | 203, 123 (2 bytes) |
| UTF-32-BE (hex) | 0xcb7b / 0x00 0x00 0xcb 0x7b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 123 (4 bytes) |
| C/C++/Java source code | "\ucb7b" |
| Python source code | "\ucb7b" |