All Around-profile

Shortcodes

Copy and paste codes for All Around-profile symbol ⌮ to use in your websites, apps, blogs, and more.

Unicode
U+232E
HTML Code
⌮
HEX Code
⌮
CSS Code
\232E
JS/JSON
\u232E
Unix/C/PHP/JAVA
0x232E
URL-encode
%E2%8C%AE
copied

Customize All Around-profile Symbol

Customize ⌮ symbol as you like and download All Around-profile 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 All Around-profile symbol in HTML, CSS, and JS?

Insert ⌮ All Around-profile using HTML

1. Copy-paste All Around-profile directly:
<span>⌮</span>
2. HTML Decimal Code:
<span>&#9006;</span>
3. Hexadecimal Code:
<span>&#x232E;</span>
Preview:

Add All Around-profile symbol with CSS

.all-around-profile::before {
    content: '\\232E';
}
Preview: All Around-profile

All Around-profile JavaScript Code

1. Direct Symbol:
document.querySelector('.all-around-profile').textContent = '⌮';
2. Unicode Escape for ⌮:
document.querySelector('.all-around-profile').textContent = '\u232E';
Preview: