HTML Entity/Symbol⨕(INTEGRAL AROUND A POINT OPERATOR )

Copy this symbol

INTEGRAL AROUND A POINT OPERATOR

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

⨕
⨕
U+02A15
\2a15
⨕

HTML Examples

Using HTML Code value in HTML file

<span> &#10773; </span>

Using HTML Entity value in HTML file

<span> &pointint; </span>

CSS Example

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

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