HTML Entity (dec) | 㸊 |
HTML Entity (hex) | 㸊 |
UTF-8 (hex) | 0xe3b88a / 0xe3 0xb8 0x8a (3 bytes) |
UTF-8 (dec) | 227, 184, 138 (3 bytes) |
UTF-16-BE (hex) | 0x3e0a / 0x3e 0x0a (2 bytes) |
UTF-16-BE (dec) | 62, 10 (2 bytes) |
UTF-32-BE (hex) | 0x3e0a / 0x00 0x00 0x3e 0x0a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 62, 10 (4 bytes) |
C/C++/Java source code | "\u3e0a" |
Python source code | "\u3e0a" |