Copy & encode
Character
≠Unicode codepoint
U+2260HTML named entity
≠HTML decimal entity
≠HTML hex entity
≠CSS escape
\2260JavaScript escape
\u2260Meaning and usage
It is used in math, logic, and some programming languages to state that one value does not equal another, such as x ≠ y.
Frequently Asked Questions
What is the HTML entity for not equal?
Use ≠ or ≠.
How do programming languages usually write not equal?
Most languages use != or <> instead of ≠, since ≠ is harder to type on a standard keyboard.