Horizontal Ellipsis Symbol …

Copy to Clipboard


Horizontal Ellipsis Symbol Information

Symbol Name Horizontal Ellipsis
Unicode Version 1.1 (June 1993)
Unicode U+2026
CSS Code \2026
HTML Entity …
Hex Code …
HTML Code …

Horizontal Ellipsis Symbol Encoding

UTF-8 0xE2 0x80 0xA6
UTF-16 0x2026
UTF-32 0x00002026


Horizontal Ellipsis symbol's PNG and SVG files


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

You can type the horizontal ellipsis on most modern devices with the help of following methods:

How to type horizontal ellipsis symbol on Microsoft Word

You can type the horizontal 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 0 2 6
  • Without moving the cursor press keys Alt + x together
  • The original 2 0 2 6 is now transformed into …

How to type horizontal ellipsis symbol on Microsoft Windows

You can type the horizontal ellipsis on Microsoft windows using following steps:

  • Hold Alt and press to type horizontal ellipsis on your windows machine.

How to type horizontal ellipsis symbol on Mac OS

You can type the horizontal 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 “Horizontal 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 horizontal ellipsis symbol on Mac OS
    How to type horizontal ellipsis symbol on Mac OS

How to type horizontal ellipsis symbol on Linux

You can type the horizontal 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 0 2 6 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type horizontal ellipsis symbol on IOS and Android

The easiest way to type the horizontal ellipsis on ios and android is to copy and paste it wherever you need it.


How to use horizontal ellipsis in CSS

Copy // css example
span {
content: "\2026";
}

How to type horizontal ellipsis in HTML

Copy // html example
<span>&#8230;</span>

Horizontal Ellipsis symbol representation in programming languages

horizontal ellipsis's representation in different programming languages can be found in table below:

Language Representation
Rust \u{2026}
Ruby \u{2026}
Python \u2026
PHP \u{2026}
Perl "\x{2026}"
Java \u2026
Modern JavaScript - Since ES6 \u{2026}
JavaScript \u2026
Go \u2026
C# \u2026
C and C++ \u2026
Bash and Zsh - inside echo -e \u2026
RFC 5137 \u'2026'
No Result
Try something else