About Circled Number Fifteen
Circled Number Fifteen is the Unicode character ⑮ at codepoint U+246E 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 Circled Number Fifteen
To use the Circled Number Fifteen 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: '\246E';.
In JavaScript and TypeScript the escape '\u246E' evaluates to ⑮. In Python source, write '\u246E'.
The character encodes to E2 91 AE as UTF-8 bytes and 246E as UTF-16 code units. Its decimal codepoint is 9326.
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.