HTML Entity (dec) | ‭ |
HTML Entity (hex) | ‭ |
UTF-8 (hex) | 0xe280ad / 0xe2 0x80 0xad (3 bytes) |
UTF-8 (dec) | 226, 128, 173 (3 bytes) |
UTF-16-BE (hex) | 0x202d / 0x20 0x2d (2 bytes) |
UTF-16-BE (dec) | 32, 45 (2 bytes) |
UTF-32-BE (hex) | 0x202d / 0x00 0x00 0x20 0x2d (4 bytes) |
UTF-32-BE (dec) | 0, 0, 32, 45 (4 bytes) |
C/C++/Java source code | "\u202d" |
Python source code | "\u202d" |