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
Insert Not Equal To Sign in Word, Excel & Google Docs
ApplicationHow to insert Not Equal To Sign
Microsoft WordType 2260, then press Alt+X
Excel / Google SheetsUse the formula =UNICHAR(8800)
Google DocsInsert → Special characters, then search "not equal to sign"
HTML≠ or ≠
CSS (content property)content: "\2260"
JavaScript"\u2260"
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 !==.