HTML Entity (dec) | ㅃ |
HTML Entity (hex) | ㅃ |
UTF-8 (hex) | 0xe38583 / 0xe3 0x85 0x83 (3 bytes) |
UTF-8 (dec) | 227, 133, 131 (3 bytes) |
UTF-16-BE (hex) | 0x3143 / 0x31 0x43 (2 bytes) |
UTF-16-BE (dec) | 49, 67 (2 bytes) |
UTF-32-BE (hex) | 0x3143 / 0x00 0x00 0x31 0x43 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 49, 67 (4 bytes) |
C/C++/Java source code | "\u3143" |
Python source code | "\u3143" |