Logical Or Symbol
∨ denotes logical OR, true when at least one of the conditions is true.
U+2228
The symbol ∨ is commonly used in logic and math to represent “OR”. In Unicode it’s named LOGICAL OR (U+2228). Below you’ll find the meaning, practical uses, and multiple copy/paste options.
Logical Or Symbol Meaning
The ∨ symbol means logical OR. In logic statements, “A ∨ B” is considered true when A is true or B is true (including the case where both are true). It’s also used in Boolean algebra, truth tables, and formal reasoning to express alternative conditions. Because it’s a compact operator, it appears in textbooks, documentation, and code comments when expressing decision logic or combined predicates. When writing with fonts and renderers, using the correct Unicode character (U+2228) helps ensure the symbol displays consistently across platforms.
Common uses
- •Writing logic formulas such as “A ∨ B” to combine alternative conditions
- •Building truth-table expressions for Boolean logic and evaluation rules
- •Documenting predicate logic in technical specs and system requirements
- •Teaching discrete math or logic operators in notes, slides, and worksheets
- •Indicating “either/or” in mathematical proofs where formal logic notation is preferred
Examples
∨ Logical OR Symbol (Copy & Unicode U+2228)
- ∨A ∨ B
- ∨P ∨ Q
- ∨IsAdmin ∨ IsOwner
- ∨AccessGranted ∨ RetryAllowed
- ∨TrueCase ∨ DefaultCase
Variations
Ready to copy
Technical codes
| Unicode | U+2228 | |
| HTML Entity | ∨ | |
| HTML Code | ∨ | |
| CSS | \2228 |
FAQ
What does the ∨ symbol mean?
It means logical OR: the statement is true when at least one side is true.
How do I copy the ∨ symbol in HTML?
Use the HTML entity: ∨.
What is the Unicode code point for ∨?
The Unicode code point is U+2228.
Can I use ∨ in CSS or JavaScript?
Yes. CSS escape: \\2228. JavaScript escape: \\u{2228}.