HTML Entity/Symbol⨤(PLUS SIGN WITH TILDE ABOVE )

Copy this symbol

PLUS SIGN WITH TILDE ABOVE

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

⨤
⨤
U+02A24
\2a24
⨤

HTML Examples

Using HTML Code value in HTML file

<span> &#10788; </span>

Using HTML Entity value in HTML file

<span> &simplus; </span>

CSS Example

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

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