Right Wiggly Fence

Shortcodes

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

Unicode
U+29D9
HTML Code
⧙
HEX Code
⧙
CSS Code
\29D9
JS/JSON
\u29D9
Unix/C/PHP/JAVA
0x29D9
URL-encode
%E2%A7%99
copied

Customize Right Wiggly Fence Symbol

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

Insert ⧙ Right Wiggly Fence using HTML

1. Copy-paste Right Wiggly Fence directly:
<span>⧙</span>
2. HTML Decimal Code:
<span>&#10713;</span>
3. Hexadecimal Code:
<span>&#x29D9;</span>
Preview:

Add Right Wiggly Fence symbol with CSS

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

Right Wiggly Fence JavaScript Code

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