About Negative Circled Number Twelve
Negative Circled Number Twelve is the Unicode character ⓬ at codepoint U+24EC 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 Twelve
To use the Negative Circled Number Twelve 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: '\24EC';.
In JavaScript and TypeScript the escape '\u24EC' evaluates to ⓬. In Python source, write '\u24EC'.
The character encodes to E2 93 AC as UTF-8 bytes and 24EC as UTF-16 code units. Its decimal codepoint is 9452.
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.