Surface Integral
Name Surface Integral
Unicode U+222F
CSS Code \222F
HTML Entity ∯
HTML Code ∯
html
<div>&#8751;</div>
css
div::before {
  content: "\222F";
}