Dot Plus Symbol
The dot plus symbol ∔ combines a plus sign with dot styling to indicate a plus-like operator in math.
U+2214
∔ is the Unicode character called DOT PLUS (U+2214). It’s commonly used in mathematical notation and typesetting where a specialized “plus” operator is needed. You can copy it directly or use its HTML/CSS/JavaScript escapes.
Dot Plus Symbol Meaning
∔ (DOT PLUS, U+2214) is a typographic operator that looks like a plus sign with centered dot styling. In math writing, it’s often used as an “addition-like” operator distinct from the standard plus sign, especially in formal text, worksheets, or specialized notation where authors want a clearer or more marked operation symbol. Because its appearance differs from “+”, it can be helpful when you need to visually distinguish two related operations (for example, a custom addition operator in a document or lecture notes). Use it as you would other math operator symbols: in inline formulas, equation displays, or UI text labels that present mathematical meaning.
Common uses
- •Representing a custom addition-like operator in mathematical notes
- •Using in equation displays where a distinct “plus” symbol is preferred
- •Labeling steps or operations in tutorials and worksheets
- •Typing for academic documents that require Unicode math symbols
- •Designing UI/infographics that include math operator icons
Examples
∔ Dot Plus (U+2214) Symbol
- ∔a ∔ b = c
- ∔x ∔ y
- ∔Define s = m ∔ n.
- ∔The result is computed using ∔.
- ∔Check: 2 ∔ 3 = 5.
Variations
Ready to copy
Technical codes
| Unicode | U+2214 | |
| HTML Entity | ∔ | |
| HTML Code | ∔ | |
| CSS | \2214 |
FAQ
What does the Dot Plus symbol mean?
∔ (DOT PLUS, U+2214) is a typographic operator that looks like a plus sign with centered dot styling. In math writing, it’s often used as an “addition-like” operator distinct from the standard plus sign, especially in formal text, worksheets, or specialized notation where authors want a clearer or more marked operation symbol. Because its appearance differs from “+”, it can be helpful when you need to visually distinguish two related operations (for example, a custom addition operator in a document or lecture notes). Use it as you would other math operator symbols: in inline formulas, equation displays, or UI text labels that present mathematical meaning.
What is the Unicode name of ∔?
The Unicode character name for ∔ is DOT PLUS.
What is the code point for ∔?
∔ is U+2214.
How do I write ∔ in HTML?
Use the HTML entity: ∔
How can I use ∔ in CSS or JavaScript?
CSS escape: \\2214. JavaScript escape: \\u{2214}.