About Negative Circled Number Twenty
Negative Circled Number Twenty is the Unicode character ⓴ at codepoint U+24F4 in the Enclosed Alphanumerics block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Negative Circled Number Twenty
To use the Negative Circled Number Twenty symbol (⓴) in HTML, insert the
entity ⓴ directly into your markup. The decimal entity ⓴ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\24F4';.
In JavaScript and TypeScript the escape '\u24F4' evaluates to ⓴. In Python source, write '\u24F4'.
The character encodes to E2 93 B4 as UTF-8 bytes and 24F4 as UTF-16 code units. Its decimal codepoint is 9460.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.