Logical and Symbol

Symbol Format Data
Code Point
U+2227
TeX
\land
SVG
All symbols

Usage

The logical “and” symbol is used in math to represent the logical-and operator. Typically, the symbol is used in an expression like this:

In plain language, this expression represents the logical and operation on the two boolean variables and .

Related

symbol.dark.svg

The logical or symbol is used in logic and mathematics to denote the logical disjunction operation. It's true if at least one of the operands is true.

symbol.dark.svg

The exclusive or, or xor, symbol is used in logic and mathematics to denote a logical operation that outputs true only when the number of true inputs is odd.

symbol.dark.svg

The negation symbol is used in math to represent the logical negation operator.