| HTML Entity (dec) | 뿚 | 
| HTML Entity (hex) | 뿚 | 
| UTF-8 (hex) | 0xebbf9a / 0xeb 0xbf 0x9a (3 bytes) | 
| UTF-8 (dec) | 235, 191, 154 (3 bytes) | 
| UTF-16-BE (hex) | 0xbfda / 0xbf 0xda (2 bytes) | 
| UTF-16-BE (dec) | 191, 218 (2 bytes) | 
| UTF-32-BE (hex) | 0xbfda / 0x00 0x00 0xbf 0xda (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 191, 218 (4 bytes) | 
| C/C++/Java source code | "\ubfda" | 
| Python source code | "\ubfda" |