Search

Search for a symbol or emoji...

Vertical Ellipsis Symbol

Vertical Ellipsis Symbol Information

Symbol Name
Vertical Ellipsis
Unicode Version
1.1 (June 1993)
Unicode
U+22EE
CSS Code
\22EE
HTML Entity
⋮
Hex Code
⋮
HTML Code
⋮
Latex
\vdots
Symbol

Vertical Ellipsis Symbol Encoding

UTF-8
0xE2 0x8B 0xAE
UTF-16
0x22EE
UTF-32
0x000022EE

Vertical EllipsisSymbol's PNG and SVG files

Vertical Ellipsis Symbol in Latex

Vertical Ellipsis
1\documentclass{article} 2\begin{document} 3\vdots 4\end{document}

How to add vertical ellipsis symbol via keyboard on different Operating systems

You can type the vertical ellipsis symbol 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 in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 22EE
  • Without moving the cursor press keys Alt + x together
  • The original 22EE 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
Mac OS Character Viewer
Mac OS Character Viewer

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 22EE 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 symbol on ios and android is to copy and paste it wherever you need it.

How to use vertical ellipsis in CSS

//CSS Example
1span { 2 content: \22EE; 3 }

How to use vertical ellipsis in HTML

//HTML Example
1<span>&#8942;</span>

Vertical Ellipsis symbol representation in programming languages

Vertical Ellipsissymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
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'