| HTML Entity (dec) | 붢 |
| HTML Entity (hex) | 붢 |
| UTF-8 (hex) | 0xebb6a2 / 0xeb 0xb6 0xa2 (3 bytes) |
| UTF-8 (dec) | 235, 182, 162 (3 bytes) |
| UTF-16-BE (hex) | 0xbda2 / 0xbd 0xa2 (2 bytes) |
| UTF-16-BE (dec) | 189, 162 (2 bytes) |
| UTF-32-BE (hex) | 0xbda2 / 0x00 0x00 0xbd 0xa2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 189, 162 (4 bytes) |
| C/C++/Java source code | "\ubda2" |
| Python source code | "\ubda2" |