Line Integration With Semicircular Path Around Pole

Shortcodes

Copy useful codes for line integration with semicircular path around pole symbol ⨓ to use in websites, apps, blogs, and docs.

Unicode
U+2A13
HTML Code
⨓
HEX Code
⨓
CSS Code
\2A13
JS/JSON
\u2A13
Unix/C/PHP/JAVA
0x2A13
URL-encode
%E2%A8%93

Customize Line Integration With Semicircular Path Around Pole

Customize ⨓, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Line Integration With Semicircular Path Around Pole Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⨓</span>
HTML Code:
<span>&#10771;</span>
HEX Code:
<span>&#x2A13;</span>

Add with CSS

.line-integration-with-semicircular-path-around-pole::before {
  content: '\\2A13';
}

Set it in JavaScript

document.querySelector('.line-integration-with-semicircular-path-around-pole').textContent = '⨓';
copied