Non-Breaking Hyphen

If you have ever needed a ‑ Non-Breaking Hyphen 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

Non-Breaking Hyphen Codes

U+02011

Unicode

‑

Hex Code

‑

HTML Code

\2011

CSS Code

Non-Breaking Hyphen Code Examples

HTML Example

<span> &#8209; </span>

CSS Example

span {
   content: "\2011";
}

Symbol Copied!