About Double Circled Digit Eight
Double Circled Digit Eight is the Unicode character ⓼ at codepoint U+24FC 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 Double Circled Digit Eight
To use the Double Circled Digit Eight 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: '\24FC';.
In JavaScript and TypeScript the escape '\u24FC' evaluates to ⓼. In Python source, write '\u24FC'.
The character encodes to E2 93 BC as UTF-8 bytes and 24FC as UTF-16 code units. Its decimal codepoint is 9468.
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.