HTML Entity/Symbol–(EN DASH )

Copy this symbol

EN DASH

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

–
–
U+02013
\2013
–

HTML Examples

Using HTML Code value in HTML file

<span> &#8211; </span>

Using HTML Entity value in HTML file

<span> &ndash; </span>

CSS Example

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

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