About Circled Number Forty Eight
Circled Number Forty Eight is the Unicode character ㊽ at codepoint U+32BD in the Enclosed CJK Letters and Months 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 Circled Number Forty Eight
To use the Circled Number Forty 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: '\32BD';.
In JavaScript and TypeScript the escape '\u32BD' evaluates to ㊽. In Python source, write '\u32BD'.
The character encodes to E3 8A BD as UTF-8 bytes and 32BD as UTF-16 code units. Its decimal codepoint is 12989.
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.