free-symbols

Fullwidth Not Sign Letter

¬ (Fullwidth Not Sign) is a fullwidth “not” symbol used for typography and consistent character width.

U+FFE2

¬ is the Fullwidth Not Sign, a Unicode character designed to match fullwidth typography. It’s useful when you want a “not” symbol that keeps spacing consistent in fullwidth text layouts. You can copy it directly or insert it using its Unicode code point.

Fullwidth Not Sign Letter Meaning

The character “¬” is Unicode U+FFE2, named FULLWIDTH NOT SIGN. Visually, it functions like a “not” operator in contexts where a negation mark is needed, similar to the common “not” symbol (¬). The “fullwidth” aspect means it is intended for text environments (often East Asian typography) that use fullwidth characters for alignment and consistent spacing. In practice, people use it in UI text, labels, and design elements where they want negation meaning or a “not” sign while preserving the style and width of surrounding fullwidth characters.

Common uses

  • Negation labels in UI text (e.g., “not available” states)
  • Typography and layout where fullwidth characters are required for alignment
  • Designing headings, badges, or tags that need a “not” marker
  • Writing rules or conditions in documentation that uses fullwidth symbols
  • Form/legend text in posters or infographics that match East Asian fullwidth styling

Examples

¬ Fullwidth Not Sign

  • Status: ¬ enabled
  • Option: ¬ apply discount
  • Condition: ¬ valid input
  • Filter: show ¬ inactive items
  • Note: ¬ user-confirmed

Variations

Technical codes

UnicodeU+FFE2
HTML Entity¬
HTML Code¬
CSS\FFE2

FAQ

What does the Fullwidth Not Sign letter mean?

The character “¬” is Unicode U+FFE2, named FULLWIDTH NOT SIGN. Visually, it functions like a “not” operator in contexts where a negation mark is needed, similar to the common “not” symbol (¬). The “fullwidth” aspect means it is intended for text environments (often East Asian typography) that use fullwidth characters for alignment and consistent spacing. In practice, people use it in UI text, labels, and design elements where they want negation meaning or a “not” sign while preserving the style and width of surrounding fullwidth characters.

What is the Unicode code point for ¬?

¬ is U+FFE2 (FULLWIDTH NOT SIGN).

How can I copy ¬ from this page?

Copy the character “¬” from the symbol field and paste it into your document, design tool, or code editor.

Is ¬ the same as the normal “not” symbol ¬?

They’re related visually and conceptually, but ¬ is the fullwidth version (U+FFE2). The normal not sign is ¬.

How do I type ¬ using code?

Use HTML entity ¬ or CSS escape \\FFE2. In JavaScript (Unicode escape), use \\u{FFE2}.