Or With Dot Inside Symbol
⟇ (OR with Dot Inside) is a math-style logical symbol used to express an OR operation with emphasis.
U+27C7
⟇ is a specialized mathematical symbol often used in logic and set-related notation. It’s useful when you want an OR operator that includes a dot-inside styling. This page helps you copy it reliably across common platforms.
Or With Dot Inside Symbol Meaning
⟇ is the Unicode symbol “OR WITH DOT INSIDE” (U+27C7). It is typically used in mathematical and logical contexts as a variation of the OR operator. The “dot inside” styling is commonly employed in typography to distinguish this OR from other OR-like symbols, such as plain union or simpler logical OR glyphs, in formal equations or diagrams. Because it’s primarily a Unicode math symbol, it’s most appropriate for technical writing, UI text for logic tools, or documents where consistent symbol styling matters. When formatting relies on Unicode, use the provided HTML entity, CSS escape, or JavaScript escape for accuracy.
Common uses
- •Writing logic expressions where an OR operator needs dot-inside styling
- •Labeling states or conditions in diagrams for systems and workflows
- •Creating UI text for logic builders, filters, or rule editors
- •Typesetting math notes, lecture slides, or academic worksheets
- •Annotating sets or boolean operations in documentation
Examples
⟇ OR with Dot Inside Symbol
- ⟇A ⟇ B means at least one condition is true.
- ⟇In the diagram, the branch uses ⟇ to show an OR choice.
- ⟇Rule expression: X ⟇ Y triggers the action.
- ⟇Let S = S₁ ⟇ S₂ for the combined outcomes.
- ⟇The boolean panel shows ⟇ between two options.
Variations
Ready to copy
Technical codes
| Unicode | U+27C7 | |
| HTML Entity | ⟇ | |
| HTML Code | ⟇ | |
| CSS | \27C7 |
FAQ
What does the Or With Dot Inside symbol mean?
⟇ is the Unicode symbol “OR WITH DOT INSIDE” (U+27C7). It is typically used in mathematical and logical contexts as a variation of the OR operator. The “dot inside” styling is commonly employed in typography to distinguish this OR from other OR-like symbols, such as plain union or simpler logical OR glyphs, in formal equations or diagrams. Because it’s primarily a Unicode math symbol, it’s most appropriate for technical writing, UI text for logic tools, or documents where consistent symbol styling matters. When formatting relies on Unicode, use the provided HTML entity, CSS escape, or JavaScript escape for accuracy.
What Unicode character is ⟇?
⟇ is Unicode U+27C7, named “OR WITH DOT INSIDE” (HTML entity: ⟇).
How do I copy ⟇ into HTML?
Use the HTML entity: ⟇.
What escape sequence works in CSS?
Use CSS escape: \\27C7.
What’s the JavaScript escape for ⟇?
Use: \\u{27C7}.