| HTML Entity (dec) | 줿 |
| HTML Entity (hex) | 줿 |
| UTF-8 (hex) | 0xeca4bf / 0xec 0xa4 0xbf (3 bytes) |
| UTF-8 (dec) | 236, 164, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xc93f / 0xc9 0x3f (2 bytes) |
| UTF-16-BE (dec) | 201, 63 (2 bytes) |
| UTF-32-BE (hex) | 0xc93f / 0x00 0x00 0xc9 0x3f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 201, 63 (4 bytes) |
| C/C++/Java source code | "\uc93f" |
| Python source code | "\uc93f" |