HTML Entity/Symbol⋯(MIDLINE HORIZONTAL ELLIPSIS )

Copy this symbol

MIDLINE HORIZONTAL ELLIPSIS

Click on any of the following code values to copy to clipboard.

⋯
⋯
U+022EF
\22ef
⋯

HTML Examples

Using HTML Code value in HTML file

<span> &#8943; </span>

Using HTML Entity value in HTML file

<span> &ctdot; </span>

CSS Example

Using CSS content code of the HTML entity &ctdot; to specify in a CSS file

span { 
    content: "\22ef";
}
All HTML Symbols