Not Equal To

Unicode
U+2260
Category
Math
HTML Entity
≠
CSS
\2260
The Not Equal To (≠) symbol is a mathematical operator used to indicate that two values or expressions are not equivalent. Originating from traditional mathematical notation, this character simply adds a forward slash through a standard equal sign. Beyond algebra and formal logic, it frequently appears in digital communication and social media to contrast two ideas or emphasize a strict difference.

How to Type

Windows
Alt+8800
macOS
Option+=
Linux
Compose + / + =
HTML
≠

In Programming

While standard in mathematical formulas, most programming languages replace the ≠ symbol with ASCII combinations like !=, ~=, or <> since standard keyboards lack a dedicated key. However, some modern languages with robust Unicode support, such as Julia, allow developers to use the ≠ symbol directly in their source code.

Tags

comparison different different from does not equal inequality inequality sign mathematics not equal not equal sign not equals symbol slash equals slash through equals unequal ≠ meaning

Related Symbols