HTML Entity (dec) | 㻳 |
HTML Entity (hex) | 㻳 |
UTF-8 (hex) | 0xe3bbb3 / 0xe3 0xbb 0xb3 (3 bytes) |
UTF-8 (dec) | 227, 187, 179 (3 bytes) |
UTF-16-BE (hex) | 0x3ef3 / 0x3e 0xf3 (2 bytes) |
UTF-16-BE (dec) | 62, 243 (2 bytes) |
UTF-32-BE (hex) | 0x3ef3 / 0x00 0x00 0x3e 0xf3 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 62, 243 (4 bytes) |
C/C++/Java source code | "\u3ef3" |
Python source code | "\u3ef3" |