Math

Logical And ∧

The logical AND symbol (wedge or conjunction) represents the conjunction operation in mathematical logic and Boolean algebra. It returns true only when both operands are true. The wedge shape points upward and is a fundamental symbol in propositional logic, digital electronics, and computer science.

All Representations

Named Entity
∧
Decimal Code
∧
Hex Code
∧
Unicode
U+2227

Rendered Output

∧ renders as the character shown above

When to Use Logical And

Use the logical AND symbol in Boolean expressions, truth tables, digital circuit descriptions, and formal logic notation. It represents the same concept as the && operator in programming but uses the standard mathematical notation. It pairs with ∨ for complete Boolean logic representation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &and;</p>
Decimal reference
<p>Symbol: &#8743;</p>
Hex reference
<p>Symbol: &#x2227;</p>
Inside an HTML attribute
<div title="The Logical And: &and;">Hover to see</div>

About the Logical And Entity

The Logical And character (∧) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &and;, the decimal numeric character reference &#8743;, or the hexadecimal numeric reference &#x2227;. The character is assigned Unicode code point U+2227 in the Universal Character Set.

The logical AND symbol (wedge or conjunction) represents the conjunction operation in mathematical logic and Boolean algebra. It returns true only when both operands are true. The wedge shape points upward and is a fundamental symbol in propositional logic, digital electronics, and computer science.

Mathematical HTML entities enable web authors to display proper mathematical notation without relying on images or specialized rendering libraries like MathJax or KaTeX. While complex equations and multi-line formulas may still benefit from dedicated math typesetting tools, individual symbols expressed as HTML entities render quickly, remain accessible to screen readers, and can be styled with CSS just like regular text content.

When deciding how to encode the Logical And character in your HTML documents, the named entity &and; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8743; and hexadecimal form &#x2227; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the logical AND symbol in Boolean expressions, truth tables, digital circuit descriptions, and formal logic notation. It represents the same concept as the && operator in programming but uses the standard mathematical notation. It pairs with &or; for complete Boolean logic representation.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.