Double Union Symbol
⋓ is the “Double Union” mathematical symbol used to indicate a combined union-style relationship.
U+22D3
The symbol ⋓ is known as the Double Union. It’s a Unicode math character (U+22D3) used in specialized notation. This page helps you understand it and copy it accurately for your documents and code.
Double Union Symbol Meaning
⋓ (DOUBLE UNION, U+22D3) is a mathematical symbol in the Unicode set. As its name suggests, it represents a “double” union concept—an operation or relationship that combines elements in a union-like way. In practice, you’ll mostly see it in math writing, where a standard union symbol alone isn’t sufficient to convey the intended structure. Because it’s a dedicated Unicode math character, it’s best used when you specifically need this exact glyph rather than a plain “U” or a generic union character. When sharing or publishing, copy it via Unicode to avoid font or encoding mismatches.
Common uses
- •Use in math notes to represent a double union operation or relationship
- •Include in academic or technical documents that use Unicode math symbols
- •Label set-combination steps in diagrams or worksheets
- •Write consistent symbols in LaTeX-like documentation (via Unicode copy/paste)
- •Create UI text for math tools or equation editors that support U+22D3
Examples
⋓ Double Union Symbol (U+22D3)
- ⋓Let A ⋓ B denote the double union of the two collections.
- ⋓In this construction, ⋓ is applied before taking the difference.
- ⋓The expression A ⋓ C simplifies under the given rules.
- ⋓We write S = X ⋓ Y to combine the sets in the specified way.
- ⋓For grouped terms, replace the union with ⋓ for clarity.
Variations
Ready to copy
Technical codes
| Unicode | U+22D3 | |
| HTML Entity | ⋓ | |
| HTML Code | ⋓ | |
| CSS | \22D3 |
FAQ
What does the Double Union symbol mean?
⋓ (DOUBLE UNION, U+22D3) is a mathematical symbol in the Unicode set. As its name suggests, it represents a “double” union concept—an operation or relationship that combines elements in a union-like way. In practice, you’ll mostly see it in math writing, where a standard union symbol alone isn’t sufficient to convey the intended structure. Because it’s a dedicated Unicode math character, it’s best used when you specifically need this exact glyph rather than a plain “U” or a generic union character. When sharing or publishing, copy it via Unicode to avoid font or encoding mismatches.
What is the Unicode code point for ⋓?
⋓ is Unicode code point U+22D3.
How do I copy ⋓ into HTML?
You can paste the character directly, or use the HTML entity: ⋓.
What is the CSS escape for ⋓?
The CSS escape is \\22D3.
How do I use ⋓ in JavaScript?
You can use the JavaScript escape: \\u{22D3}.