Vertical Ellipsis Symbol ⋮
                                        ⋮
                                    
                                    Copy to Clipboard
Vertical Ellipsis Symbol Information
| Symbol Name | Vertical Ellipsis | 
| Unicode Version | 1.1 (June 1993) | 
| Unicode | U+22EE | 
| CSS Code | \22EE | 
| HTML Entity | ⋮ | 
Vertical Ellipsis Symbol Encoding
| UTF-8 | 0xE2 0x8B 0xAE | 
| UTF-16 | 0x22EE | 
| UTF-32 | 0x000022EE | 
Table of contents
- Vertical Ellipsis PNG and SVG files
 - How to type vertical ellipsis in latex
 - How to type vertical ellipsis on Microsoft Word
 - How to type vertical ellipsis on Microsoft Windows
 - How to type vertical ellipsis on Mac OS
 - How to type vertical ellipsis on Linux
 - How to type vertical ellipsis on IOS and Android
 - How to use vertical ellipsis in CSS
 - How to use vertical ellipsis in HTML
 - Vertical Ellipsis representation in programming languages
 
Vertical Ellipsis symbol's PNG and SVG files
How to type vertical ellipsis symbol in latex
                                    
                                         Copy
                                    
                            \documentclass{article}
\begin{document}
\vdots
\end{document}
                                How to add vertical ellipsis symbol via keyboard on different Operating systems
You can type the vertical ellipsis on most modern devices with the help of following methods:
How to type vertical ellipsis symbol on Microsoft Word
You can type the vertical ellipsis on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 2 E E
 - Without moving the cursor press keys Alt + x together
 - The original 2 2 E E is now transformed into ⋮
 
How to type vertical ellipsis symbol on Microsoft Windows
You can type the vertical ellipsis on Microsoft windows using following steps:
- Hold Alt and press to type vertical ellipsis on your windows machine.
 
How to type vertical ellipsis symbol on Mac OS
You can type the vertical ellipsis on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
 - Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
 - Type “Vertical Ellipsis” in the search field at the top and press Enter
 - The symbol should appear. Click on it to insert it into your text
 
                                    
                                    How to type vertical ellipsis symbol on Linux
You can type the vertical ellipsis on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
 - Hold ⇧ Shift + Ctrl and press the letter + U
 - Press keys 2 2 E E consecutively
 - And then press ↵ Enter , the desired symbol will be added to your document
 
How to type vertical ellipsis symbol on IOS and Android
The easiest way to type the vertical ellipsis on ios and android is to copy and paste it wherever you need it.
How to use vertical ellipsis in CSS
                                        
                                            Copy
                                            // css example 
                                        
                                
                                            span {
                                            content: "\22EE";
                                        }
                                    How to type vertical ellipsis in HTML
                                        
                                            Copy
                                        // html example 
                                        
                                
                                            <span>⋮</span> 
                                        
                                    Vertical Ellipsis symbol representation in programming languages
vertical ellipsis's representation in different programming languages can be found in table below:
| Language | Representation | 
| Rust | \u{22EE} | 
| Ruby | \u{22EE} | 
| Python | \u22EE | 
| PHP | \u{22EE} | 
| Perl | "\x{22EE}" | 
| Java | \u22EE | 
| Modern JavaScript - Since ES6 | \u{22EE} | 
| JavaScript | \u22EE | 
| Go | \u22EE | 
| C# | \u22EE | 
| C and C++ | \u22EE | 
| Bash and Zsh - inside echo -e | \u22EE | 
| RFC 5137 | \u'22EE' |