Search
Search for a symbol or emoji...
…
…
Horizontal Ellipsis Symbol …
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 | … |
| Symbol | … |
Horizontal Ellipsis Symbol Encoding
| UTF-8 | 0xE2 0x80 0xA6 |
| UTF-16 | 0x2026 |
| UTF-32 | 0x00002026 |
How to add horizontal ellipsis symbol via keyboard on different Operating systems
You can type the horizontal ellipsis symbol 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 in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2026
- Without moving the cursor press keys Alt + x together
- The original 2026 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 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 2026 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 symbol on ios and android is to copy and paste it wherever you need it.
How to use horizontal ellipsis in CSS
//CSS Example
1span {
2 content: \2026;
3 }How to use horizontal ellipsis in HTML
//HTML Example
1<span>…</span>Horizontal Ellipsis symbol representation in programming languages
Horizontal Ellipsissymbol'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' |
