Right Double Wiggly Fence

Shortcodes

Copy and paste codes for Right Double Wiggly Fence symbol ⧛ to use in your websites, apps, blogs, and more.

Unicode
U+29DB
HTML Code
⧛
HEX Code
⧛
CSS Code
\29DB
JS/JSON
\u29DB
Unix/C/PHP/JAVA
0x29DB
URL-encode
%E2%A7%9B
copied

Customize Right Double Wiggly Fence Symbol

Customize ⧛ symbol as you like and download Right Double Wiggly Fence 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 Right Double Wiggly Fence symbol in HTML, CSS, and JS?

Insert ⧛ Right Double Wiggly Fence using HTML

1. Copy-paste Right Double Wiggly Fence directly:
<span>⧛</span>
2. HTML Decimal Code:
<span>&#10715;</span>
3. Hexadecimal Code:
<span>&#x29DB;</span>
Preview:

Add Right Double Wiggly Fence symbol with CSS

.right-double-wiggly-fence::before {
    content: '\\29DB';
}
Preview: Right Double Wiggly Fence

Right Double Wiggly Fence JavaScript Code

1. Direct Symbol:
document.querySelector('.right-double-wiggly-fence').textContent = '⧛';
2. Unicode Escape for ⧛:
document.querySelector('.right-double-wiggly-fence').textContent = '\u29DB';
Preview: