…
Horizontal ellipsis
Horizontal ellipsis
Punctuation
HTML Codes
Named Entity
…
Numeric Code
…
Usage Examples
HTML Example (Named Entity)
<p>This is the Horizontal ellipsis: …</p>
Output: This is the Horizontal ellipsis: …
HTML Example (Numeric Code)
<p>This is the Horizontal ellipsis: …</p>
Output: This is the Horizontal ellipsis: …
JavaScript Example
const char = "…"; console.log(char); // …
When to Use HTML Entities
Special punctuation marks provide proper typography. Entity codes ensure correct display of quotes, dashes, and ellipses.