HTML Entity (dec) | ⫝ |
HTML Entity (hex) | ⫝ |
UTF-8 (hex) | 0xe2ab9d / 0xe2 0xab 0x9d (3 bytes) |
UTF-8 (dec) | 226, 171, 157 (3 bytes) |
UTF-16-BE (hex) | 0x2add / 0x2a 0xdd (2 bytes) |
UTF-16-BE (dec) | 42, 221 (2 bytes) |
UTF-32-BE (hex) | 0x2add / 0x00 0x00 0x2a 0xdd (4 bytes) |
UTF-32-BE (dec) | 0, 0, 42, 221 (4 bytes) |
C/C++/Java source code | "\u2add" |
Python source code | "\u2add" |