U+2260
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | AltGr + = |
| Windows | Uk | AltGr + = |
| Windows | German | AltGr + 0 |
| macOS | Us | Option + = |
| macOS | Uk | Option + = |
| macOS | German | Option + 0 |
The not equal to sign indicates that two values are not equal to each other.
Used in mathematics and programming to express inequality. Example: 5 ≠ 3. In code, typically written as != or !==.