Balloon-spoked asterisk (❉) is Unicode U+2749 in the Dingbats block. It is a decorative ornament used for emphasis, list flair, and event-style titles. HTML has no standard named entity — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ❉
Unicode U+2749
Hex entity ❉
Decimal ❉
Named entity (none)
CSS escape \2749
Not the same * U+002A · ∗ U+2217 · ⁂ U+2042
All of these produce the same glyph: ❉. Prefer typing ❉ in UTF-8 when you can; use ❉ / ❉ or CSS for generated content.
Keep real headings and labels. Treat ❉ as visual flair, not the only structure cue.
Fonts
Check Dingbats coverage
Some UI fonts omit a polished U+2749. Prefer fonts with solid Dingbats coverage.
CSS vs HTML
Do not mix escapes
\2749 belongs in CSS. ❉ / ❉ belong in HTML.
Semicolon
End references
Always finish with ; — write ❉, not ❉.
Compatibility
Browser Support
Balloon-spoked asterisk (U+2749) and its entity forms (❉, ❉, CSS \\2749) are supported in all mainstream browsers. Glyph quality depends on font support for Dingbats.
✓ Universal support
Balloon Spoked Asterisk (❉)
Type ❉, or encode with hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2749 / entitiesFull support
Bottom line: Prefer a typed ❉ or ❉ for ornaments. Use decimal when generating markup, and \\2749 only inside CSS content.
Remember
Key Takeaways
Unicode: balloon-spoked asterisk is U+2749 (decimal 10057).
HTML: use ❉ or ❉ (no named entity).
CSS: use \2749 inside content for generated ornaments.
Watch out: ❉ ≠ * ≠ ∗ ≠ ⁂.
One line:U+2749 → ❉ / ❉ / CSS \2749.
Frequently Asked Questions
Use ❉ (hex), ❉ (decimal), or the CSS escape \2749 in the content property. All render ❉. You can also paste ❉ directly if your file is UTF-8. There is no standard named entity.
U+2749 (hex 2749, decimal 10057). Unicode names it BALLOON-SPOKED ASTERISK. It belongs to the Dingbats block.
No. HTML5 / WHATWG does not define a named character reference for U+2749. Prefer ❉, ❉, or a typed ❉ in UTF-8.
No. * is ASCII U+002A and ∗ is the mathematical asterisk operator (U+2217). ❉ is a decorative Dingbat with a different look and code point.
HTML entities (❉ or ❉) go in markup. The CSS escape \2749 is used in stylesheets (usually in the content property of ::before/::after). Both render ❉.
For decorative emphasis, list flair, or event titles. Do not use it alone as a heading — keep real structure for accessibility.
🤔
Did you know?
Balloon-spoked asterisk is Unicode U+2749 (decimal 10057) in the Dingbats block — official name BALLOON-SPOKED ASTERISK. There is no standard named HTML entity. Use it for decorative emphasis; keep real headings and labels for structure.