HTML Entity/Symbol­(SOFT HYPHEN )

­
Copy this symbol

SOFT HYPHEN

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

­
­
U+000AD
\00ad
­

HTML Examples

Using HTML Code value in HTML file

<span> &#173; </span>

Using HTML Entity value in HTML file

<span> &shy; </span>

CSS Example

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

span { 
    content: "\00ad";
}
All HTML Symbols