Goldkey post header banner blue

Contains With Overbar Symbol (⋽) U+22FD Meaning, Copy and Paste, How to Type, and Uses

Unlock the Power of Symbols

Mathematical Symbols

Share on Social Media

Contains With Overbar Symbol (⋽) U+22FD Meaning, Copy and Paste, How to Type, and Uses

Here's what you will find:

You’ve probably never typed the Contains With Overbar symbol (⋽) on purpose, but if you’ve spent any time reading advanced set theory or mathematical logic, you’ve seen it doing important work. This symbol tells you that one set contains an element, but with a specific restriction or negation layered on top. It’s a precise piece of mathematical notation that carries more meaning than its small size suggests, and understanding it gives you a sharper read on formal proofs and logical statements.

Let’s break down everything you need to know about the Contains With Overbar symbol, from what it means to exactly how to type it on any device.

Symbol Snapshot

Here’s everything you need to know about the Contains With Overbar symbol (⋽) at a glance.

Detail Value
Symbol
Name Contains With Overbar
Unicode U+22FD
HTML Entity ⋽ or ⋽
Alt Code (Windows) Alt + 8957 (numeric keypad)
Category Mathematical Symbols
On Keyboard Not on standard keyboards; use character map, Unicode input, or copy and paste

What Is the Contains With Overbar Symbol

The Contains With Overbar symbol (⋽) is a mathematical operator used in set theory and formal logic. It represents a modified version of the “contains as member” relation, with the overbar indicating a negation or restriction on that containment.

You’ll find it in advanced mathematical texts, formal proofs, and specialized notation systems where standard membership symbols like ∈ and ∋ aren’t precise enough. The Contains With Overbar symbol belongs to the broader family of set membership symbols that define relationships between elements and sets.

Origin and History of the Contains With Overbar Symbol

The story of the Contains With Overbar symbol starts with the development of set theory itself. Georg Cantor laid the foundations of modern set theory in the 1870s and 1880s, introducing the idea that mathematical objects could be grouped into well-defined collections called sets.

The basic membership symbol ∈ (meaning “is an element of”) was introduced by Giuseppe Peano in 1889, drawn from the Greek letter epsilon. Its reverse, ∋ (meaning “contains as member”), followed naturally as mathematicians needed to express the same relationship from the set’s perspective rather than the element’s.

As set theory grew more sophisticated through the 20th century, mathematicians needed ways to express modified or negated versions of these basic relations. The overbar, a horizontal line placed above a symbol, became a standard way to indicate negation or complementation in logic and set theory. Adding an overbar to the “contains” symbol created a compact way to express that a set does not contain a particular element, or that the containment relationship carries a specific restriction.

The Unicode Consortium formalized this symbol as U+22FD when it expanded its coverage of mathematical operators, ensuring that digital typesetting could represent the full range of notation that mathematicians use in formal writing.

Understanding the Unicode Designation

Unicode is the universal system that assigns a unique number to every character used in digital communication, from the letters on your keyboard to specialized mathematical symbols like ⋽. Think of it as a giant address book where every symbol gets its own permanent code.

The Contains With Overbar symbol lives at code point U+22FD. The “U+” prefix tells you this is a Unicode number, and “22FD” is the hexadecimal address. This code point sits within the Supplemental Mathematical Operators block (U+2A00 through U+2AFF), which houses hundreds of specialized math symbols that go beyond basic arithmetic.

For web developers, the HTML entity codes are ⋽ (the named entity) or (the numeric entity). Either one will render the ⋽ symbol correctly in a browser. If you’re working in CSS, you can use the escape sequence \22FD to insert the symbol through a stylesheet’s content property.

Because Unicode is supported across all modern operating systems and browsers, the Contains With Overbar symbol will display consistently on Windows, Mac, Linux, iOS, and Android devices.

Meanings and Uses of the Contains With Overbar Symbol

Mathematics and Set Theory

The primary home of the Contains With Overbar symbol (⋽) is in formal set theory. Here, it expresses a modified containment relationship between a set and a potential member element. The overbar typically signals negation, so ⋽ can indicate that a set does not contain a given element under specific conditions.

In formal proofs and mathematical papers, precision matters enormously. Using ⋽ instead of writing out “does not contain” in words keeps notation compact and unambiguous. It’s part of a larger toolkit of modified membership operators that let mathematicians express nuanced relationships without cluttering their formulas with verbose explanations.

Formal Logic and Proof Writing

Logicians use the Contains With Overbar symbol when constructing formal arguments that involve set membership with restrictions. In proof theory, every symbol carries exact meaning, and swapping one for another can change the entire logical structure of an argument.

The overbar convention for negation is deeply rooted in Boolean logic, where a bar over a variable means “not.” When applied to the containment operator, it creates a symbol that logicians can read instantly without pausing to parse a written phrase. This makes ⋽ especially useful in dense logical derivations where readability depends on compact, standardized notation.

Computer Science and Type Theory

In theoretical computer science, set membership symbols appear in type theory, formal verification, and programming language semantics. The Contains With Overbar symbol shows up in academic papers that describe type systems, where sets of values need to be defined with precise inclusion and exclusion rules.

Researchers working on formal methods, automated theorem proving, and language specification use symbols like ⋽ to express constraints that would be awkward to write in plain text. While you won’t see this symbol in everyday programming, it plays a role in the theoretical foundations that programming languages are built on.

Academic Publishing and Typesetting

The Contains With Overbar symbol appears in published mathematical and scientific papers, textbooks, and reference materials. Typesetting systems like LaTeX support this symbol through specialized math packages, making it accessible to authors who need it in their manuscripts.

In academic contexts, using the correct Unicode symbol rather than an improvised approximation (like combining a ∋ with a separate overline character) ensures that documents render correctly across different platforms and remain searchable in digital databases.

Dictionaries and Reference Materials

Mathematical dictionaries, symbol reference guides, and Unicode documentation all catalog the Contains With Overbar symbol. It appears in comprehensive lists of mathematical operators alongside its related variants, helping students and researchers identify unfamiliar notation they encounter in their reading.

How to Type the Contains With Overbar Symbol

The Contains With Overbar symbol (⋽) isn’t on any standard keyboard, but you can still type or insert it on every major platform. Here’s how.

Platform Method Steps
Windows (Alt Code) Alt code Hold Alt, type 8957 on the numeric keypad, release Alt
Windows (Character Map) Character Map utility Open Character Map, search for “contains with overbar,” select and copy
Windows 11 Symbol picker Press Win + . (period), click the symbols tab (Ω), search for the symbol
Mac Character Viewer Press Control + Command + Space, search “contains,” select ⋽
Chromebook Unicode input Enable Unicode input, press Ctrl + Shift + U, type 22FD, press Enter
iPhone/iPad Copy and paste Copy ⋽ from this page and paste where needed
Android Copy and paste Copy ⋽ from this page and paste where needed
Microsoft Word Alt + X method Type 22FD, then press Alt + X to convert it to ⋽
Google Docs Special characters Click Insert > Special characters, search “contains with overbar”
LaTeX Math command Use \ni with an overbar package, or input the Unicode character directly
HTML Entity code Type ⋽ or ⋽ in your HTML source

For most people, the fastest method is simply copying the symbol from this page and pasting it wherever you need it. The copy button above the Symbol Snapshot table makes this easy.

Use It in a Sentence

Here are a few examples showing the Contains With Overbar symbol in context.

  • “If S ⋽ x, then x is excluded from the set under the given conditions.”
  • “The proof relies on showing that A ⋽ b for all elements b in the complement.”
  • “Use ⋽ when you need to express restricted non-containment in formal notation.”
  • “The type system specification states that Γ ⋽ τ when the type is not derivable.”

Several symbols look similar to the Contains With Overbar symbol or serve related purposes. Here’s how to tell them apart.

Symbol Name Unicode How It Differs
Contains as Member U+220B The basic containment symbol without any modification; it simply states that a set contains a given element
Does Not Contain as Member U+220C Uses a diagonal stroke through the containment symbol to indicate negation, rather than an overbar above it
Contains With Overbar U+22FD The subject of this article; uses a horizontal bar above the containment symbol to express modified or negated containment
Element of With Overbar U+22F6 The reverse perspective; indicates that an element’s membership in a set is modified or negated, written from the element’s point of view
Element Of U+2208 The most common membership symbol; states that an element belongs to a set, written from the element’s perspective rather than the set’s
Not an Element Of U+2209 Negates basic membership using a diagonal slash; says an element does not belong to a set
Small Contains With Vertical Bar at End of Horizontal Stroke U+22FC A different containment variant that uses a vertical bar modification instead of an overbar

Pronunciation and Reading

When reading the Contains With Overbar symbol aloud, mathematicians typically say “does not contain” or “contains with restriction,” depending on the specific context. In a lecture or discussion, you might also hear “contains bar” as a shorthand reference to the symbol itself.

Accessibility Note

Screen readers may announce this symbol as “contains with overbar” or read its Unicode name. If you’re using ⋽ in web content or documents intended for a broad audience, add surrounding text that explains the relationship in plain language. Developers should consider using an aria-label attribute when the symbol appears in interactive elements, so assistive technology can convey the meaning clearly.

When Not to Use the Contains With Overbar Symbol

The Contains With Overbar symbol is highly specialized. Don’t use it in everyday writing, business documents, or informal communication where your audience won’t recognize it. In programming source code, use language-specific syntax for set operations rather than inserting Unicode math symbols. If you’re writing for a general audience, spell out the relationship in words instead of relying on ⋽, since most readers outside of mathematics and logic won’t know what it means.

Fun Facts

Here are a few things about the Contains With Overbar symbol that might surprise you.

  • The overbar as a negation marker dates back to Boolean algebra in the mid-1800s, making it one of the oldest notational conventions still in active use today.
  • The Unicode block that houses ⋽ contains over 250 supplemental mathematical operators, most of which the average person will never encounter.
  • LaTeX, the typesetting system used by most mathematicians, can render ⋽ through multiple methods, but many authors still prefer to build it from component parts for finer control over spacing.
  • The HTML entity name “notnivc” is a compressed abbreviation; “not” for negation, “ni” for the reversed epsilon (contains), “v” for vertical, and “c” for containment.
  • Despite being a niche symbol, ⋽ is fully supported in every modern web browser, meaning any website can display it without special fonts or plugins.

Frequently Asked Questions

What does the Contains With Overbar symbol mean?

The Contains With Overbar symbol (⋽) represents a modified or negated version of the set containment relation. It indicates that a set contains (or does not contain) an element under specific conditions, depending on the formal system being used.

How do I type the Contains With Overbar symbol on Windows?

You can type ⋽ on Windows by holding the Alt key and typing 8957 on the numeric keypad. In Microsoft Word, type 22FD and then press Alt + X to convert it to the symbol.

What is the Unicode code point for the Contains With Overbar symbol?

The Unicode code point for the Contains With Overbar symbol is U+22FD. It belongs to the Supplemental Mathematical Operators block.

What is the HTML entity for the Contains With Overbar symbol?

The HTML entity is ⋽ (named) or ⋽ (numeric). Either one will display ⋽ correctly in a web browser.

What is the difference between ⋽ and ∌?

Both symbols express a form of negated containment, but they use different visual conventions. The ∌ symbol (U+220C) uses a diagonal slash through the basic contains symbol, while ⋽ (U+22FD) uses a horizontal overbar above it. The choice between them depends on the notational system being used.

Where is the Contains With Overbar symbol used?

The Contains With Overbar symbol is used primarily in advanced set theory, formal logic, proof writing, and theoretical computer science. It appears in academic papers, mathematical textbooks, and formal specification documents.

Can screen readers read the Contains With Overbar symbol?

Most screen readers will announce it by its Unicode name, “contains with overbar.” For accessibility, surround the symbol with plain-language context so the meaning is clear even if the symbol itself isn’t recognized by the reader or the assistive technology.

Now You Know the Contains With Overbar Symbol

The Contains With Overbar symbol (⋽) is a small but precise tool in the mathematician’s notation toolkit. You now know what it means, where it comes from, how to type it on any device, and how it fits alongside its related set membership symbols. If you know someone studying set theory, formal logic, or mathematical typesetting, pass this article their way; they’ll appreciate having all the details in one place.

Every symbol has a story. GoldKey unlocks the meaning.

Get new symbol guides, shortcuts, and fun facts delivered to your inbox.

Subscribe to our newsletter

Symbol stories, quick tips, and new guides delivered to your inbox

Newsletter

GoldKey symbols logo

Unlocking the Power of Symbols: Explore, Learn, and Connect!