| HTML Entity (dec) | 뫢 |
| HTML Entity (hex) | 뫢 |
| UTF-8 (hex) | 0xebaba2 / 0xeb 0xab 0xa2 (3 bytes) |
| UTF-8 (dec) | 235, 171, 162 (3 bytes) |
| UTF-16-BE (hex) | 0xbae2 / 0xba 0xe2 (2 bytes) |
| UTF-16-BE (dec) | 186, 226 (2 bytes) |
| UTF-32-BE (hex) | 0xbae2 / 0x00 0x00 0xba 0xe2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 186, 226 (4 bytes) |
| C/C++/Java source code | "\ubae2" |
| Python source code | "\ubae2" |