minus Emoji
➖ is a minus sign used to indicate subtraction, subtraction-like states, or simple “remove” indications.
U+2796
The ➖ character is the minus sign at Unicode code point U+2796. It’s useful when you want a clean, typographic dash that reads clearly as “minus.” You can copy it directly or use its HTML/CSS/JavaScript escapes in your projects.
minus Emoji Meaning
The ➖ character (Unicode name: MINUS, code point U+2796) is primarily used to represent subtraction or a “minus” state. In text and interfaces, it often functions like a visual cue for removing items, decrementing a value, or indicating a negative change (for example, “-5” style messaging). Because it’s a standalone symbol rather than a hyphen, it can help improve clarity in UI labels, bullet-like lists of adjustments, and lightweight status indicators. It’s also sometimes used in typography and design to separate or emphasize “negative” meaning without using a full-width minus operator.
Common uses
- •Displaying decrement or negative values in UI (e.g., price adjustments).
- •Indicating removal actions next to items (e.g., “➖ remove”).
- •Formatting lists of changes such as “+ additions” and “➖ subtractions.”
- •Communicating negative differences in reports or dashboards.
- •Using as a typographic minus separator in simple text layouts.
Examples
➖ Minus Sign (U+2796)
- ➖Your total changes by ➖ $3.00 today.
- ➖Step 2: decrease the setting ➖ 1 level.
- ➖Removed item: ➖ Widget A from your cart.
- ➖Net gain: +$25; expenses: ➖ $10.
- ➖Adjustment: ➖ 2 seats
Variations
Ready to copy
Technical codes
| Unicode | U+2796 | |
| HTML Entity | ➖ | |
| HTML Code | ➖ | |
| CSS | \2796 |
FAQ
What does the minus emoji mean?
The ➖ character (Unicode name: MINUS, code point U+2796) is primarily used to represent subtraction or a “minus” state. In text and interfaces, it often functions like a visual cue for removing items, decrementing a value, or indicating a negative change (for example, “-5” style messaging). Because it’s a standalone symbol rather than a hyphen, it can help improve clarity in UI labels, bullet-like lists of adjustments, and lightweight status indicators. It’s also sometimes used in typography and design to separate or emphasize “negative” meaning without using a full-width minus operator.
Is ➖ the same as a hyphen (-) or an en dash (–)?
No. ➖ is the Unicode minus sign (U+2796). A hyphen (-) and en dash (–) are different characters with different spacing/typographic intent.
How do I use ➖ in HTML?
You can paste the character directly, or use the HTML entity: ➖.
How do I reference ➖ in CSS or styles?
Use the CSS escape: \\2796, or paste the character directly in your stylesheet if your encoding supports it.
What is the Unicode and JavaScript escape for ➖?
Unicode code point is U+2796. JavaScript escape: \\u{2796}.