HTML Entity/Symbol⫳(PARALLEL WITH TILDE OPERATOR )

Copy this symbol

PARALLEL WITH TILDE OPERATOR

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

⫳
⫳
U+02AF3
\2af3
⫳

HTML Examples

Using HTML Code value in HTML file

<span> &#10995; </span>

Using HTML Entity value in HTML file

<span> &parsim; </span>

CSS Example

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

span { 
    content: "\2af3";
}
All HTML Symbols