HTML Entity/Symbol⁄(FRACTION SLASH )

Copy this symbol

FRACTION SLASH

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

⁄
⁄
U+02044
\2044
⁄

HTML Examples

Using HTML Code value in HTML file

<span> &#8260; </span>

Using HTML Entity value in HTML file

<span> &frasl; </span>

CSS Example

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

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