U+2205 · Mathematical Operators
Empty Set ∅
The empty set symbol denotes the set that contains no elements. Mathematicians write A ∩ B = ∅ to say two sets share nothing, and it appears throughout set theory, probability and database theory. Informally, people also use it in notes and spreadsheets to mean "none" or "no result."
Character codes
| Unicode code point | U+2205 | |
|---|---|---|
| Decimal | 8709 | |
| HTML named entity | ∅ | |
| HTML (hex) | ∅ | |
| HTML (decimal) | ∅ | |
| CSS | \2205 | |
| JavaScript | \u2205 | |
| Python | \u2205 | |
| UTF-8 bytes | E2 88 85 | |
| UTF-16 | 2205 | |
| URL-encoded | %E2%88%85 |
Character details
| Official name | EMPTY SET |
|---|---|
| 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
2205then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “empty set”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “empty set”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
2205.
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 “empty set” or enter
U+2205. - HTML:
∅or∅ - Excel / Google Sheets:
=UNICHAR(8709)
Examples
- A ∩ B = ∅
- The solution set is ∅
- {x ∈ ℝ : x² < 0} = ∅
Good to know
Don’t mix it up: It is often confused with Ø (U+00D8), a Danish and Norwegian letter, and with the diameter sign ⌀ (U+2300) used in engineering drawings.
Tip: The HTML named entity ∅ outputs this character.
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+2205 (EMPTY SET), decimal 8709.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 2205 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 “empty set”, or copy it from this page.
What is the HTML code?
Use the named entity ∅ or the numeric reference ∅.