Horizontal Ellipsis

If you have ever needed a … Horizontal Ellipsis Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy … Symbol to Clipboard

Horizontal Ellipsis Codes

U+02026

Unicode

…

Hex Code

…

HTML Code

…

HTML Entity

\2026

CSS Code

Horizontal Ellipsis Code Examples

HTML Example

<span> &#8230; </span>

CSS Example

span {
   content: "\2026";
}

Symbol Copied!