¬
Symbols

Not Sign ¬

The not sign (¬) represents logical negation in mathematical logic and Boolean algebra. It inverts the truth value of a proposition. The symbol is also used in some programming languages and command-line interfaces. It is distinct from the tilde (~) and exclamation mark (!), which serve as negation operators in different contexts.

All Representations

Named Entity
¬
Decimal Code
¬
Hex Code
¬
Unicode
U+00AC

Rendered Output

¬

¬ renders as the character shown above

When to Use Not Sign

Use the not sign in formal logic expressions (¬P means 'not P'), truth tables, digital circuit descriptions, and mathematical notation. It represents the same concept as the ! operator in many programming languages but uses the standard mathematical notation for formal contexts.

Try It — HTML Examples

Named entity in text
<p>Symbol: &not;</p>
Decimal reference
<p>Symbol: &#172;</p>
Hex reference
<p>Symbol: &#xAC;</p>
Inside an HTML attribute
<div title="The Not Sign: &not;">Hover to see</div>

About the Not Sign Entity

The Not Sign character (¬) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &not;, the decimal numeric character reference &#172;, or the hexadecimal numeric reference &#xAC;. The character is assigned Unicode code point U+00AC in the Universal Character Set.

The not sign (¬) represents logical negation in mathematical logic and Boolean algebra. It inverts the truth value of a proposition. The symbol is also used in some programming languages and command-line interfaces. It is distinct from the tilde (~) and exclamation mark (!), which serve as negation operators in different contexts.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Not Sign character in your HTML documents, the named entity &not; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#172; and hexadecimal form &#xAC; 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 not sign in formal logic expressions (¬P means 'not P'), truth tables, digital circuit descriptions, and mathematical notation. It represents the same concept as the ! operator in many programming languages but uses the standard mathematical notation for formal contexts.

Related Entities

Explore More HTML Entities

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