Em Dash

If you have ever needed a — Em Dash 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

Em Dash Codes

U+02014

Unicode

—

Hex Code

—

HTML Code

—

HTML Entity

\2014

CSS Code

Em Dash Code Examples

HTML Example

<span> &#8212; </span>

CSS Example

span {
   content: "\2014";
}

Symbol Copied!