| HTML Entity (dec) | 뀿 | 
| HTML Entity (hex) | 뀿 | 
| UTF-8 (hex) | 0xeb80bf / 0xeb 0x80 0xbf (3 bytes) | 
| UTF-8 (dec) | 235, 128, 191 (3 bytes) | 
| UTF-16-BE (hex) | 0xb03f / 0xb0 0x3f (2 bytes) | 
| UTF-16-BE (dec) | 176, 63 (2 bytes) | 
| UTF-32-BE (hex) | 0xb03f / 0x00 0x00 0xb0 0x3f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 176, 63 (4 bytes) | 
| C/C++/Java source code | "\ub03f" | 
| Python source code | "\ub03f" |