Curly Loop

Shortcodes

Copy and paste codes for Curly Loop symbol ➰ to use in your websites, apps, blogs, and more.

Unicode
U+27B0
HTML Code
➰
HEX Code
➰
CSS Code
\27B0
JS/JSON
\u27B0
Unix/C/PHP/JAVA
0x27B0
URL-encode
%E2%9E%B0
copied

Customize Curly Loop Symbol

Customize ➰ symbol as you like and download Curly Loop 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 Curly Loop symbol in HTML, CSS, and JS?

Insert ➰ Curly Loop using HTML

1. Copy-paste Curly Loop directly:
<span>➰</span>
2. HTML Decimal Code:
<span>&#10160;</span>
3. Hexadecimal Code:
<span>&#x27B0;</span>
Preview:

Add Curly Loop symbol with CSS

.curly-loop::before {
    content: '\\27B0';
}
Preview: Curly Loop

Curly Loop JavaScript Code

1. Direct Symbol:
document.querySelector('.curly-loop').textContent = '➰';
2. Unicode Escape for ➰:
document.querySelector('.curly-loop').textContent = '\u27B0';
Preview: