HTML Entity (dec) | 렀 |
HTML Entity (hex) | 렀 |
UTF-8 (hex) | 0xeba080 / 0xeb 0xa0 0x80 (3 bytes) |
UTF-8 (dec) | 235, 160, 128 (3 bytes) |
UTF-16-BE (hex) | 0xb800 / 0xb8 0x00 (2 bytes) |
UTF-16-BE (dec) | 184, 0 (2 bytes) |
UTF-32-BE (hex) | 0xb800 / 0x00 0x00 0xb8 0x00 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 184, 0 (4 bytes) |
C/C++/Java source code | "\ub800" |
Python source code | "\ub800" |