U+2260 · Mathematical Operators
Not Equal Sign ≠
The not-equal sign, an equals sign with a slash through it, states that two values differ. It is standard in math and logic, and it appears in plain-text notes and documentation where programming alternatives like != or <> would look out of place. It is also handy in quick comparisons and notes, such as stating that correlation ≠ causation.
Character codes
| Unicode code point | U+2260 | |
|---|---|---|
| Decimal | 8800 | |
| HTML named entity | ≠ | |
| HTML (hex) | ≠ | |
| HTML (decimal) | ≠ | |
| CSS | \2260 | |
| JavaScript | \u2260 | |
| Python | \u2260 | |
| UTF-8 bytes | E2 89 A0 | |
| UTF-16 | 2260 | |
| URL-encoded | %E2%89%A0 |
Character details
| Official name | NOT EQUAL TO |
|---|---|
| Unicode block | Mathematical Operators |
| General category | Math Symbol (Sm) |
| SymbolHero category | Math Symbols |
| Decomposition | U+003D U+0338 |
| Emoji | No |
How to type ≠
Windows
- In Microsoft Word or Outlook: type
2260then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “not equal to”, then Select and Copy.
Mac
- Press Option + Equals (=) (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “not equal to”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
2260.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “not equal to” or enter
U+2260. - HTML:
≠or≠ - Excel / Google Sheets:
=UNICHAR(8800)
Examples
- 3 + 3 ≠ 7
- x ≠ 0
- Price ≠ value
Good to know
Don’t mix it up: It is sometimes confused with ≢ (U+2262, NOT IDENTICAL TO), which has three lines and negates identity or congruence.
Tip: On a Mac, press Option + Equals (=); in HTML, use ≠.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar math symbols
Questions
What is the Unicode for ≠?
It is U+2260 (NOT EQUAL TO), decimal 8800.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 2260 then Alt+X, or copy it from this page.
How do I type it on a Mac?
Option + Equals (=) on a US English keyboard, or use the Character Viewer (Control + Command + Space).
What is the HTML code?
Use the named entity ≠ or the numeric reference ≠.