Line Integration With Rectangular Path Around Pole

Shortcodes

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

Unicode
U+2A12
HTML Code
⨒
HEX Code
⨒
CSS Code
\2A12
JS/JSON
\u2A12
Unix/C/PHP/JAVA
0x2A12
URL-encode
%E2%A8%92

Customize Line Integration With Rectangular Path Around Pole

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

  

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

Insert in HTML

1. Direct symbol:
<span>⨒</span>
HTML Code:
<span>&#10770;</span>
HEX Code:
<span>&#x2A12;</span>

Add with CSS

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

Set it in JavaScript

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