About Parenthesized Digit One
Parenthesized Digit One is the Unicode character ⑴ at codepoint U+2474 in the Enclosed Alphanumerics block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Parenthesized Digit One
To use the Parenthesized Digit One 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: '\2474';.
In JavaScript and TypeScript the escape '\u2474' evaluates to ⑴. In Python source, write '\u2474'.
The character encodes to E2 91 B4 as UTF-8 bytes and 2474 as UTF-16 code units. Its decimal codepoint is 9332.
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.