| HTML Entity (dec) | 뫏 |
| HTML Entity (hex) | 뫏 |
| UTF-8 (hex) | 0xebab8f / 0xeb 0xab 0x8f (3 bytes) |
| UTF-8 (dec) | 235, 171, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xbacf / 0xba 0xcf (2 bytes) |
| UTF-16-BE (dec) | 186, 207 (2 bytes) |
| UTF-32-BE (hex) | 0xbacf / 0x00 0x00 0xba 0xcf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 186, 207 (4 bytes) |
| C/C++/Java source code | "\ubacf" |
| Python source code | "\ubacf" |