Negative Circled Digit Zero

Shortcodes

Copy and paste codes for Negative Circled Digit Zero symbol ⓿ to use in your websites, apps, blogs, and more.

Unicode
U+24FF
HTML Code
⓿
HEX Code
⓿
CSS Code
\24FF
JS/JSON
\u24FF
Unix/C/PHP/JAVA
0x24FF
URL-encode
%E2%93%BF
copied

Customize Negative Circled Digit Zero Symbol

Customize ⓿ symbol as you like and download Negative Circled Digit Zero 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 Digit Zero symbol in HTML, CSS, and JS?

Insert ⓿ Negative Circled Digit Zero using HTML

1. Copy-paste Negative Circled Digit Zero directly:
<span>⓿</span>
2. HTML Decimal Code:
<span>&#9471;</span>
3. Hexadecimal Code:
<span>&#x24FF;</span>
Preview:

Add Negative Circled Digit Zero symbol with CSS

.negative-circled-digit-zero::before {
    content: '\\24FF';
}
Preview: Negative Circled Digit Zero

Negative Circled Digit Zero JavaScript Code

1. Direct Symbol:
document.querySelector('.negative-circled-digit-zero').textContent = '⓿';
2. Unicode Escape for ⓿:
document.querySelector('.negative-circled-digit-zero').textContent = '\u24FF';
Preview: