HTML Entity/Symbol∿(SINE WAVE )

Copy this symbol

SINE WAVE

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

∿
∿
U+0223F
\223f
∿

HTML Examples

Using HTML Code value in HTML file

<span> &#8767; </span>

Using HTML Entity value in HTML file

<span> &acd; </span>

CSS Example

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

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