Left Double Wiggly Fence

Shortcodes

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

Unicode
U+29DA
HTML Code
⧚
HEX Code
⧚
CSS Code
\29DA
JS/JSON
\u29DA
Unix/C/PHP/JAVA
0x29DA
URL-encode
%E2%A7%9A
copied

Customize Left Double Wiggly Fence Symbol

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

Insert ⧚ Left Double Wiggly Fence using HTML

1. Copy-paste Left Double Wiggly Fence directly:
<span>⧚</span>
2. HTML Decimal Code:
<span>&#10714;</span>
3. Hexadecimal Code:
<span>&#x29DA;</span>
Preview:

Add Left Double Wiggly Fence symbol with CSS

.left-double-wiggly-fence::before {
    content: '\\29DA';
}
Preview: Left Double Wiggly Fence

Left Double Wiggly Fence JavaScript Code

1. Direct Symbol:
document.querySelector('.left-double-wiggly-fence').textContent = '⧚';
2. Unicode Escape for ⧚:
document.querySelector('.left-double-wiggly-fence').textContent = '\u29DA';
Preview: