U+2203 · Mathematical Operators
There Exists ∃
The existential quantifier, a backward E, means "there exists" or "there is at least one" in logic and mathematics. ∃x P(x) asserts that some value of x satisfies P. It pairs naturally with the universal quantifier ∀, and ∃! is a common shorthand for "there exists exactly one."
Character codes
| Unicode code point | U+2203 | |
|---|---|---|
| Decimal | 8707 | |
| HTML named entity | ∃ | |
| HTML (hex) | ∃ | |
| HTML (decimal) | ∃ | |
| CSS | \2203 | |
| JavaScript | \u2203 | |
| Python | \u2203 | |
| UTF-8 bytes | E2 88 83 | |
| UTF-16 | 2203 | |
| URL-encoded | %E2%88%83 |
Character details
| Official name | THERE EXISTS |
|---|---|
| Unicode block | Mathematical Operators |
| General category | Math Symbol (Sm) |
| SymbolHero category | Math Symbols |
| Emoji | No |
How to type ∃
Windows
- In Microsoft Word or Outlook: type
2203then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “there exists”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “there exists”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
2203.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “there exists” or enter
U+2203. - HTML:
∃or∃ - Excel / Google Sheets:
=UNICHAR(8707)
Examples
- ∃x ∈ ℤ such that x² = 9
- ∀ε > 0 ∃N such that |aₙ − L| < ε
- ∃! solution to the system
Good to know
Don’t mix it up: It resembles Ǝ (U+018E, LATIN CAPITAL LETTER REVERSED E), a letter used in some African orthographies, which is not a math symbol.
Tip: In HTML, use the named entity ∃.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar math symbols
Questions
What is the Unicode for ∃?
It is U+2203 (THERE EXISTS), decimal 8707.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 2203 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “there exists”, or copy it from this page.
What is the HTML code?
Use the named entity ∃ or the numeric reference ∃.