Not Equal Sign (≠) — Copy & Paste

The not equal sign for mathematical and logical comparisons.

What does ≠ mean?

The ≠ sign means “not equal to”: the values or expressions on either side are different. For example, a ≠ b.

How ≠ differs from = and !=: ≠ states that two values are different, while = states that they are equal. In plain-text code, != is a two-character operator rather than the Unicode ≠ sign.

Technical reference

Tap the icon beside any value to place it on your clipboard.

Not equal

Character
≠
Unicode
U+2260
HTML named
≠
HTML decimal
≠
LaTeX
\ne

Common uses

Logic & proofs

States that two expressions are not equal (a ≠ b).

More math symbols

Looking for Greek letters? See the greek symbol table or the alphabet chart.