| HTML Entity (dec) | 뼨 |
| HTML Entity (hex) | 뼨 |
| UTF-8 (hex) | 0xebbca8 / 0xeb 0xbc 0xa8 (3 bytes) |
| UTF-8 (dec) | 235, 188, 168 (3 bytes) |
| UTF-16-BE (hex) | 0xbf28 / 0xbf 0x28 (2 bytes) |
| UTF-16-BE (dec) | 191, 40 (2 bytes) |
| UTF-32-BE (hex) | 0xbf28 / 0x00 0x00 0xbf 0x28 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 191, 40 (4 bytes) |
| C/C++/Java source code | "\ubf28" |
| Python source code | "\ubf28" |