HTML Entity/Symbol/(SOLIDUS )

/
Copy this symbol

SOLIDUS

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

/
/
U+0002F
\002f
/

HTML Examples

Using HTML Code value in HTML file

<span> &#47; </span>

Using HTML Entity value in HTML file

<span> &sol; </span>

CSS Example

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

span { 
    content: "\002f";
}
All HTML Symbols