You’ve probably seen three dots stacked vertically in a math textbook, a spreadsheet menu, or a coding editor and wondered what they’re called. The Vertical Ellipsis symbol (⋮) is one of those quiet workhorses of notation; it tells you that a pattern continues downward without spelling out every single entry. It shows up in matrices, data tables, user interfaces, and more places than you’d expect. Let’s break down everything you need to know about this symbol, from its meaning and history to exactly how to type it on any device.
Symbol Snapshot
Here’s everything you need to know about the Vertical Ellipsis symbol at a glance.
| Detail | Value |
|---|---|
| Symbol | ⋮ |
| Name | Vertical Ellipsis |
| Unicode | U+22EE |
| HTML Entity | ⋮ or ⋮ |
| Alt Code (Windows) | Alt + 8942 (numeric keypad) |
| Category | Mathematical Symbols |
| On Keyboard | Not on standard keyboards; use character map, copy/paste, or Unicode input |
What Is the Vertical Ellipsis Symbol
The Vertical Ellipsis symbol (⋮) is a set of three vertically aligned dots used to indicate that a list, sequence, or pattern continues downward. Its most common home is in mathematics, where it appears inside matrices, long equations, and indexed sequences to show omitted rows or terms. You’ll also find it in programming documentation, data tables, and modern user interfaces. Think of it as the vertical cousin of the familiar horizontal ellipsis (…); same job, different direction.
Origin and History of the Vertical Ellipsis
The idea of using dots to signal omission goes back centuries. The horizontal ellipsis has roots in early printing, where typesetters used spaced periods to show that text had been left out. As mathematics grew more formal in the 17th and 18th centuries, notation needed a way to handle vertical lists and columnar data. Mathematicians began stacking dots vertically inside matrices and summation sequences to avoid writing out every term.
The vertical ellipsis became especially important after Arthur Cayley and other 19th-century mathematicians formalized matrix algebra. Matrices could grow to enormous sizes, and writing every element was impractical. Three stacked dots became the accepted shorthand for “this column or row continues in the same pattern.”
By the time digital typesetting arrived in the late 20th century, the vertical ellipsis earned its own dedicated code point in the Unicode Standard. This gave it a permanent, universal identity separate from simply stacking three period characters on top of each other. Today, the Vertical Ellipsis symbol is recognized across academic publishing, software development, and interface design worldwide.
Understanding the Unicode Designation
If you’re new to Unicode, here’s the short version: Unicode is a universal system that assigns a unique number to every character, symbol, and emoji so that computers everywhere display the same thing. Instead of each operating system inventing its own character set, Unicode provides one shared catalog.
The Vertical Ellipsis symbol lives at code point U+22EE. The “U+” prefix tells you it’s a Unicode value, and “22EE” is the hexadecimal number that identifies this specific character. It sits in the “Mathematical Operators” block, which covers a huge range of symbols used in math and logic.
For web developers, the HTML entity codes are ⋮ (the named entity) or ⋮ (the numeric entity). Either one will render the ⋮ character correctly in a browser. You can drop these into your HTML source code whenever you need the symbol to appear on a webpage without worrying about font compatibility issues.
On any platform that supports Unicode input, typing the hex value 22EE through the system’s Unicode entry method will produce the symbol directly.
Meanings and Uses of the Vertical Ellipsis Symbol
Mathematics and Matrices
This is where the Vertical Ellipsis symbol (⋮) feels most at home. In matrix notation, it represents omitted rows within a column. If you’re writing a 100×100 matrix, you don’t need to show all 100 rows; you write the first few, place a ⋮, and then show the last row. The reader understands the pattern fills in between.
It also appears in long summation or product notation, sequences of equations, and proofs where listing every step would be redundant. Textbooks on linear algebra and calculus use it constantly. The vertical orientation signals that the continuation runs top to bottom, distinguishing it from the horizontal ellipsis (…) that indicates left-to-right continuation.
Computer Programming and Documentation
Programmers encounter the Vertical Ellipsis symbol in technical documentation, pseudocode, and code examples. When a tutorial shows a long block of code but only wants to highlight certain lines, the ⋮ symbol (or a stylized version of it) appears between visible lines to signal “more code exists here, but we’ve trimmed it for clarity.”
Some integrated development environments and diff viewers also use vertical dots to represent collapsed or hidden lines. It’s a compact visual cue that keeps documentation readable without losing context.
User Interface and Design
If you’ve ever tapped three vertical dots in an app to open a menu, you’ve interacted with a design element inspired by the Vertical Ellipsis symbol. In UI/UX design, this pattern is often called a “kebab menu” (as opposed to the horizontal three-dot “meatball menu”). It signals that more options are available.
While the kebab menu icon isn’t always the exact Unicode character U+22EE, its visual language traces directly back to the vertical ellipsis concept. Android apps, Chrome browsers, and countless web applications use this three-dot pattern as a universal “more actions” indicator.
Data Tables and Spreadsheets
Large datasets often use the ⋮ symbol to indicate truncated rows. When a table has thousands of entries but only a handful are displayed, vertical dots between visible rows tell the reader that additional data exists below. This convention appears in printed reports, academic papers, and digital dashboards alike.
Typography and Academic Publishing
In typeset documents, the Vertical Ellipsis symbol serves a precise role distinct from simply stacking periods. Professional typesetters and LaTeX users rely on the dedicated character (or the \vdots command in LaTeX) to ensure consistent dot spacing and alignment. Using three separate periods stacked manually can produce uneven spacing, which is why the single Unicode character or the LaTeX command is preferred in formal publishing.
How to Type the Vertical Ellipsis Symbol
Here’s how to insert the Vertical Ellipsis symbol on every major platform.
| Platform | Method | Steps |
|---|---|---|
| Windows (Alt Code) | Alt code | Hold Alt, type 8942 on the numeric keypad, release Alt |
| Windows (Character Map) | Character Map | Open Character Map, search for “vertical ellipsis,” select and copy |
| Windows (Word) | Unicode input | Type 22EE, then press Alt + X |
| Mac | Character Viewer | Press Control + Command + Space, search “vertical ellipsis,” click to insert |
| Chromebook | Unicode input | Press Ctrl + Shift + U, type 22EE, press Enter |
| iPhone / iPad | Copy and paste | Copy ⋮ from this page and paste where needed; or add a text replacement shortcut in Settings |
| Android | Copy and paste | Copy ⋮ from this page and paste; some keyboards allow Unicode input via long-press options |
| Google Docs | Special characters | Go to Insert → Special characters, search “vertical ellipsis,” click to insert |
| HTML | Entity code | Type ⋮ or ⋮ in your source code |
| LaTeX | Command | Type \vdots in your LaTeX document |
The fastest method for most people is simply copying the symbol from this page and pasting it wherever you need it. If you work in LaTeX regularly, the \vdots command is the standard approach and gives you perfectly spaced dots every time.
Use It in a Sentence
Here are a few examples showing the Vertical Ellipsis symbol in context.
- “The matrix entries are a₁, a₂, ⋮, aₙ.”
- “Row 1, Row 2, ⋮, Row 500 (remaining rows omitted for brevity).”
- “Click the ⋮ icon in the top-right corner to access more settings.”
- “The sequence continues: x₁, x₂, x₃, ⋮”
- “See lines 4 through 98 (⋮) for the full implementation.”
Related Variants and Lookalike Symbols
Several symbols look similar to the Vertical Ellipsis or serve a related purpose. Here’s how to tell them apart.
| Symbol | Name | Unicode | How It Differs |
|---|---|---|---|
| … | Horizontal Ellipsis | U+2026 | Three dots arranged horizontally; indicates left-to-right continuation in text or sequences |
| ⋯ | Midline Horizontal Ellipsis | U+22EF | Three centered dots in a horizontal line; used in math between terms at the same vertical level |
| ⋱ | Down Right Diagonal Ellipsis | U+22F1 | Three dots running diagonally from upper-left to lower-right; shows diagonal continuation in matrices |
| ⋰ | Up Right Diagonal Ellipsis | U+22F0 | Three dots running diagonally from lower-left to upper-right; the mirror image of the down-right diagonal ellipsis |
| ⁞ | Vertical Four Dots | U+205E | Four vertically stacked dots used in some specialized notation; visually similar but carries a different character identity |
| ︙ | Presentation Form for Vertical Ellipsis | U+FE19 | A CJK compatibility variant of the vertical ellipsis designed for vertical text layouts in East Asian typography |
Mixing these up in a formal document can change the meaning of your notation, so it’s worth double-checking which one you need.
When Not to Use the Vertical Ellipsis Symbol
The ⋮ symbol works perfectly in math, data tables, and UI references, but it can cause confusion in a few contexts. In legal documents or regulatory filings, omitting information with an ellipsis of any kind may be interpreted as hiding data. In programming source code (as opposed to documentation), inserting a literal ⋮ character could cause syntax errors since compilers and interpreters won’t recognize it as valid code.
If you’re writing for a general audience unfamiliar with mathematical notation, three stacked dots might puzzle readers. In those cases, a plain-language note like “and so on” or “continued below” communicates the same idea more clearly.
Accessibility Note
Screen readers typically announce the Vertical Ellipsis symbol as “vertical ellipsis” based on its Unicode character name. However, not all assistive technologies handle it consistently. If you’re using the symbol in web content, consider adding an aria-label attribute or nearby descriptive text so that users relying on screen readers understand what the dots represent. In a matrix context, for example, a brief note like “rows omitted” alongside the symbol ensures everyone gets the message.
Pronunciation Note
In spoken math and academic settings, the Vertical Ellipsis symbol is usually read aloud as “and so on,” “continuing down,” or simply “dot dot dot” when referring to vertical continuation. There’s no single official pronunciation, but “vertical ellipsis” is the clearest way to identify it unambiguously.
Fun Facts
The Vertical Ellipsis symbol has a few surprises tucked inside those three little dots.
- The “kebab menu” nickname for the vertical three-dot icon in apps comes from the way the dots resemble food on a skewer. Its horizontal counterpart is called the “meatball menu,” and a three-line icon is the “hamburger menu.”
- In LaTeX, the
\vdotscommand has been part of the standard math toolkit since the earliest versions of the typesetting system in the 1980s, making it one of the longest-lived math notation commands still in daily use. - The Unicode block that houses the Vertical Ellipsis (Mathematical Operators, U+2200 through U+22FF) contains 256 characters, and the ellipsis variants are some of the most frequently copied symbols from the entire block.
- Some East Asian vertical writing systems have their own dedicated vertical ellipsis variant (U+FE19) to ensure proper alignment in top-to-bottom text flow.
Frequently Asked Questions
What does the Vertical Ellipsis symbol mean?
The Vertical Ellipsis symbol (⋮) means that a vertical list, sequence, or pattern continues beyond what is shown. It tells the reader that entries have been omitted for brevity but follow the same pattern.
How do I type the Vertical Ellipsis symbol on Windows?
You can type the Vertical Ellipsis symbol on Windows by holding Alt and pressing 8942 on the numeric keypad. In Microsoft Word, you can also type 22EE and then press Alt + X to convert it into the symbol.
What is the Unicode for the Vertical Ellipsis symbol?
The Unicode code point for the Vertical Ellipsis symbol is U+22EE. Its HTML entities are ⋮ (named) and ⋮ (numeric).
How do I type the Vertical Ellipsis symbol on a Mac?
On a Mac, press Control + Command + Space to open the Character Viewer, then search for “vertical ellipsis” and click the symbol to insert it.
What is the difference between the Vertical Ellipsis and the Horizontal Ellipsis?
The Vertical Ellipsis (⋮, U+22EE) indicates continuation in a vertical direction, such as omitted rows in a matrix. The Horizontal Ellipsis (…, U+2026) indicates continuation in a horizontal direction, such as omitted words in text or terms in a sequence.
Is the three-dot menu icon the same as the Vertical Ellipsis symbol?
The three-dot “kebab menu” icon in apps is visually inspired by the Vertical Ellipsis, but it’s usually rendered as a custom graphic or icon font rather than the actual Unicode character U+22EE. The concept is the same, but the implementation differs.
How do screen readers handle the Vertical Ellipsis symbol?
Most screen readers announce it as “vertical ellipsis,” but behavior can vary. Adding an aria-label or nearby descriptive text like “rows omitted” helps ensure accessibility for all users.
Now You Know the Vertical Ellipsis Symbol
The Vertical Ellipsis symbol (⋮) does a lot of heavy lifting with just three small dots. It keeps matrices readable, data tables clean, and app menus intuitive. Next time you spot those stacked dots in a textbook, a spreadsheet, or a browser toolbar, you’ll know exactly what they mean and how to type them yourself. If you found this useful, pass it along to a friend or classmate who could use a quick symbol reference.