| HTML Entity (dec) | 뾣 |
| HTML Entity (hex) | 뾣 |
| UTF-8 (hex) | 0xebbea3 / 0xeb 0xbe 0xa3 (3 bytes) |
| UTF-8 (dec) | 235, 190, 163 (3 bytes) |
| UTF-16-BE (hex) | 0xbfa3 / 0xbf 0xa3 (2 bytes) |
| UTF-16-BE (dec) | 191, 163 (2 bytes) |
| UTF-32-BE (hex) | 0xbfa3 / 0x00 0x00 0xbf 0xa3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 191, 163 (4 bytes) |
| C/C++/Java source code | "\ubfa3" |
| Python source code | "\ubfa3" |