Comparison symbol
Not Equal Symbol (≠)
≠ states that two expressions do not have the same value. It is not the same as the programming operators != or !==.
≠Not Equal To
U+22603 ≠ 4Code reference
Copy ≠ in the format you need
Unicode
U+2260HTML decimal
≠HTML hexadecimal
≠HTML named
≠CSS
\2260JavaScript
\u2260LaTeX
\neCharacter names and code points checked against The Unicode Consortium. Last verified 2026-08-12.
01
Mathematical meaning
Write a ≠ b when a and b are not equal. The statement makes no claim about which value is greater.
02
Code is context-specific
Use the Unicode symbol in prose and math. In programming languages, use the inequality operator defined by that language.
Keep exploring