keecode logokeecode
Home / HTML Entities / Em dash

Em dash

Em dash

Punctuation

HTML Codes

Named Entity

—

Numeric Code

—

Usage Examples

HTML Example (Named Entity)

<p>This is the Em dash: &mdash;</p>

Output: This is the Em dash:

HTML Example (Numeric Code)

<p>This is the Em dash: &#8212;</p>

Output: This is the Em dash:

JavaScript Example

const char = "&mdash;";
console.log(char); // —