HTML Entity Detail

HTML Entity - Plus-minus Sign

Plus-minus Sign 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.

Symbol preview
±
Unicode

U+00B1

HTML entity

±

CSS code

\00B1

Usage Examples

Use this HTML entity in mathematical expressions and equations. For example, ≠ for not equal, ≤ for less than or equal, ∞ for infinity.

Common Mistakes

⚠️

Mistake: Using +/- instead of the proper ± symbol

Fix: Use ± (±) for the plus-minus symbol. Writing "+/-" is informal and not standard in mathematics.

⚠️

Mistake: Confusing ± (plus-minus) with ∓ (minus-plus)

Fix: The ± sign means "plus or minus". The ∓ sign means "minus or plus" and is used in specific formulas like cos(A ± B) = cos A cos B ∓ sin A sin B.

Plus-minus Sign

Select any code to highlight it before copying.

Category: Math Symbol
Unicode U+00B1
Hex Code ±
HTML Code ±
HTML Entity ±
CSS Code \00B1
Windows Shortcut Alt 0177
Mac Shortcut ⌥+
HTML code example
CSS code example
Help2Code Logo
Menu