Tie Over Infinity

Shortcodes

Copy and paste codes for Tie Over Infinity symbol ⧝ to use in your websites, apps, blogs, and more.

Unicode
U+29DD
HTML Code
⧝
HEX Code
⧝
CSS Code
\29DD
JS/JSON
\u29DD
Unix/C/PHP/JAVA
0x29DD
URL-encode
%E2%A7%9D
copied

Customize Tie Over Infinity Symbol

Customize ⧝ symbol as you like and download Tie Over Infinity 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 Tie Over Infinity symbol in HTML, CSS, and JS?

Insert ⧝ Tie Over Infinity using HTML

1. Copy-paste Tie Over Infinity directly:
<span>⧝</span>
2. HTML Decimal Code:
<span>&#10717;</span>
3. Hexadecimal Code:
<span>&#x29DD;</span>
Preview:

Add Tie Over Infinity symbol with CSS

.tie-over-infinity::before {
    content: '\\29DD';
}
Preview: Tie Over Infinity

Tie Over Infinity JavaScript Code

1. Direct Symbol:
document.querySelector('.tie-over-infinity').textContent = '⧝';
2. Unicode Escape for ⧝:
document.querySelector('.tie-over-infinity').textContent = '\u29DD';
Preview: