| HTML Entity (dec) | 꿍 |
| HTML Entity (hex) | 꿍 |
| UTF-8 (hex) | 0xeabf8d / 0xea 0xbf 0x8d (3 bytes) |
| UTF-8 (dec) | 234, 191, 141 (3 bytes) |
| UTF-16-BE (hex) | 0xafcd / 0xaf 0xcd (2 bytes) |
| UTF-16-BE (dec) | 175, 205 (2 bytes) |
| UTF-32-BE (hex) | 0xafcd / 0x00 0x00 0xaf 0xcd (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 175, 205 (4 bytes) |
| C/C++/Java source code | "\uafcd" |
| Python source code | "\uafcd" |