En Dash

If you have ever needed a – En 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

En Dash Codes

U+02013

Unicode

–

Hex Code

–

HTML Code

–

HTML Entity

\2013

CSS Code

En Dash Code Examples

HTML Example

<span> &#8211; </span>

CSS Example

span {
   content: "\2013";
}

Symbol Copied!