HTML Entity (dec) | 㐁 |
HTML Entity (hex) | 㐁 |
UTF-8 (hex) | 0xe39081 / 0xe3 0x90 0x81 (3 bytes) |
UTF-8 (dec) | 227, 144, 129 (3 bytes) |
UTF-16-BE (hex) | 0x3401 / 0x34 0x01 (2 bytes) |
UTF-16-BE (dec) | 52, 1 (2 bytes) |
UTF-32-BE (hex) | 0x3401 / 0x00 0x00 0x34 0x01 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 52, 1 (4 bytes) |
C/C++/Java source code | "\u3401" |
Python source code | "\u3401" |