Negative Circled Number Fourteen

Shortcodes

Copy and paste codes for Negative Circled Number Fourteen symbol ⓮ to use in your websites, apps, blogs, and more.

Unicode
U+24EE
HTML Code
⓮
HEX Code
⓮
CSS Code
\24EE
JS/JSON
\u24EE
Unix/C/PHP/JAVA
0x24EE
URL-encode
%E2%93%AE
copied

Customize Negative Circled Number Fourteen Symbol

Customize ⓮ symbol as you like and download Negative Circled Number Fourteen 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 Negative Circled Number Fourteen symbol in HTML, CSS, and JS?

Insert ⓮ Negative Circled Number Fourteen using HTML

1. Copy-paste Negative Circled Number Fourteen directly:
<span>⓮</span>
2. HTML Decimal Code:
<span>&#9454;</span>
3. Hexadecimal Code:
<span>&#x24EE;</span>
Preview:

Add Negative Circled Number Fourteen symbol with CSS

.negative-circled-number-fourteen::before {
    content: '\\24EE';
}
Preview: Negative Circled Number Fourteen

Negative Circled Number Fourteen JavaScript Code

1. Direct Symbol:
document.querySelector('.negative-circled-number-fourteen').textContent = '⓮';
2. Unicode Escape for ⓮:
document.querySelector('.negative-circled-number-fourteen').textContent = '\u24EE';
Preview: