Line Integration Not Including The Pole

Shortcodes

Copy and paste codes for Line Integration Not Including The Pole symbol ⨔ to use in your websites, apps, blogs, and more.

Unicode
U+2A14
HTML Code
⨔
HEX Code
⨔
CSS Code
\2A14
JS/JSON
\u2A14
Unix/C/PHP/JAVA
0x2A14
URL-encode
%E2%A8%94
copied

Customize Line Integration Not Including The Pole Symbol

Customize ⨔ symbol as you like and download Line Integration Not Including The Pole as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Line Integration Not Including The Pole symbol in HTML, CSS, and JS?

Insert ⨔ Line Integration Not Including The Pole using HTML

1. Copy-paste Line Integration Not Including The Pole directly:
<span>⨔</span>
2. HTML Decimal Code:
<span>&#10772;</span>
3. Hexadecimal Code:
<span>&#x2A14;</span>
Preview:

Add Line Integration Not Including The Pole symbol with CSS

.line-integration-not-including-the-pole::before {
    content: '\\2A14';
}
Preview: Line Integration Not Including The Pole

Line Integration Not Including The Pole JavaScript Code

1. Direct Symbol:
document.querySelector('.line-integration-not-including-the-pole').textContent = '⨔';
2. Unicode Escape for ⨔:
document.querySelector('.line-integration-not-including-the-pole').textContent = '\u2A14';
Preview: