HTML Entity/Symbol—(EM DASH )

Copy this symbol

EM DASH

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

—
—
U+02014
\2014
—

HTML Examples

Using HTML Code value in HTML file

<span> &#8212; </span>

Using HTML Entity value in HTML file

<span> &mdash; </span>

CSS Example

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

span { 
    content: "\2014";
}
All HTML Symbols