Not Equal To Sign

U+2260

Quick Reference
Unicode
U+2260
HTML Entity
≠
HTML Numeric
≠
CSS
\2260
JavaScript
\u2260
How to Type
OSLayoutShortcut
Windows(you)UsAltGr + =
WindowsUkAltGr + =
WindowsGermanAltGr + 0
macOSUsOption + =
macOSUkOption + =
macOSGermanOption + 0
About Not Equal To Sign

The not equal to sign indicates that two values are not equal to each other.

Usage

Used in mathematics and programming to express inequality. Example: 5 ≠ 3. In code, typically written as != or !==.