HTML Entity - Not Equal To
Not Equal To is a mathematical operators, comparison symbols, and notation characters. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.
U+2260
≠
\2260
Use this HTML entity in mathematical expressions and equations. For example, ≠ for not equal, ≤ for less than or equal, ∞ for infinity.
Related Entities
Common Mistakes
Mistake: Using != or <> instead of the proper ≠ symbol in math content
Fix: Use ≠ (≠) for mathematical "not equal" notation. The != and <> notations are programming-specific.
Mistake: Confusing ≠ (not equal) with ≢ (not identical to)
Fix: Use ≠ for simple inequality and ≢ for "not identical to" in more strict mathematical contexts.
Not Equal To
Select any code to highlight it before copying.
| Unicode | U+2260 |
|---|---|
| Hex Code | ≠ |
| HTML Code | ≠ |
| HTML Entity | ≠ |
| CSS Code | \2260 |
| Windows Shortcut | |
| Mac Shortcut | ⌥0 |