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