HTML Entity (dec) | 㐡 |
HTML Entity (hex) | 㐡 |
UTF-8 (hex) | 0xe390a1 / 0xe3 0x90 0xa1 (3 bytes) |
UTF-8 (dec) | 227, 144, 161 (3 bytes) |
UTF-16-BE (hex) | 0x3421 / 0x34 0x21 (2 bytes) |
UTF-16-BE (dec) | 52, 33 (2 bytes) |
UTF-32-BE (hex) | 0x3421 / 0x00 0x00 0x34 0x21 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 52, 33 (4 bytes) |
C/C++/Java source code | "\u3421" |
Python source code | "\u3421" |