About Parenthesized Number Twenty
Parenthesized Number Twenty is the Unicode character ⒇ at codepoint U+2487 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 Parenthesized Number Twenty
To use the Parenthesized 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: '\2487';.
In JavaScript and TypeScript the escape '\u2487' evaluates to ⒇. In Python source, write '\u2487'.
The character encodes to E2 92 87 as UTF-8 bytes and 2487 as UTF-16 code units. Its decimal codepoint is 9351.
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.