HTML Entity for Heavy Four Balloon Spoked Asterisk (✤)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+2724
Definition
What Is Heavy Four Balloon Spoked Asterisk?
Heavy four balloon-spoked asterisk (✤) is the Unicode character at U+2724 in Dingbats. Official name: HEAVY FOUR BALLOON-SPOKED ASTERISK. It is a bold balloon-spoked asterisk used for decorative bullets, list markers, and ornamental emphasis.
Remember
Character ✤
Unicode U+2724
Hex entity ✤
Decimal ✤
CSS escape \2724
Named entity (none)
Meaning heavy four balloon-spoked asterisk
Not the same ✣ · ✱ · *
Prefer ✤ or ✤ in HTML (no named form). You can also type ✤ in a UTF-8 document. For a simpler heavy asterisk, prefer ✱ (✱); for footnotes in code, prefer ASCII *.
Built with Hex: ✤
Built with Decimal: ✤
Built with CSS: ✤
Typed: ✤
✤ Highlighted tip
ASCII asterisk: *
How It Works
1. Hex:✤ inserts code point U+2724 → ✤.
2. Decimal: same code point as 10020 → ✤. Same visual as hex.
3. CSS: use \2724 in content (not an HTML entity). #point::after appends ✤.
4. Typed: paste ✤ in a UTF-8 document when you need this dingbat. Prefer aria-label or nearby prose such as “Tip” so meaning is clear to everyone.
Pitfalls & Tips
Common mistakes when working with heavy four balloon-spoked asterisk.
Name
No named entity
There is no HTML5 named entity for U+2724. Use ✤ or ✤. Do not invent &balloonasterisk;.
*
Not ASCII *
ASCII asterisk is U+002A. Heavy four balloon-spoked asterisk is ✤. Use ASCII * for code and plain footnotes.
✣
Not the lighter balloon form
✣ (U+2723) is four balloon-spoked asterisk. ✤ is the heavy form.
Font
Font coverage
Some fonts omit Dingbats. If ✤ is missing, fall back to text or a font with U+2724 coverage.
CSS vs HTML
Do not mix escapes
\2724 belongs in CSS strings. ✤ / ✤ belong in HTML.
a11y
Add accessible text
Screen readers may not announce ✤ clearly. Prefer aria-label="Tip" or nearby prose when the mark is meaningful alone.
Semicolon
End references
Always finish entities with ; — write ✤, not ✤.
Compatibility
Browser Support
Heavy four balloon-spoked asterisk (U+2724) and its entity forms (✤, ✤, CSS \\2724) are supported in all mainstream browsers. Visible glyphs depend on Dingbats font coverage.
✓ Universal support
Heavy Four Balloon Spoked Asterisk (✤)
Encode with hex, decimal, CSS escape, or type the character — same code point 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+2724Full support
Bottom line: Prefer ✤ in HTML (no named form). Use ✤ when decimal form is required, and \\2724 only inside CSS content.
Remember
Key Takeaways
Unicode: heavy four balloon-spoked asterisk is U+2724 (decimal 10020) — glyph ✤.
HTML: no named entity — use ✤ / ✤ / type ✤.
CSS: use \2724 inside content for generated text.
Meaning: ✤ ≠ ASCII * — use for bold balloon-spoked dingbat decoration.
One line:U+2724 → ✤ / ✤ / CSS \2724 (no named form).
Frequently Asked Questions
Use ✤ (hex), ✤ (decimal), type ✤ directly in UTF-8, or the CSS escape \2724 in content. There is no named HTML entity for U+2724.
U+2724 (HEAVY FOUR BALLOON-SPOKED ASTERISK). Hex 2724, decimal 10020. It belongs to the Dingbats block (U+2700–U+27BF).
No. HTML5 does not define a named entity for this asterisk. Prefer ✤ or ✤.
Use it for decorative bullets, list markers, or ornamental emphasis that needs a bold four balloon-spoked asterisk. For a lighter balloon form, use U+2723. For a simpler heavy asterisk, use U+2731. For footnotes in code, prefer ASCII *.
HTML numeric entities (✤ or ✤) go in markup. The CSS escape \2724 goes in stylesheet strings (usually content on ::before/::after).
No. Heavy four balloon-spoked asterisk is U+2724 (✤). Four balloon-spoked asterisk is U+2723 (✣). Related dingbats — different weight.
🤔
Did you know?
Heavy four balloon-spoked asterisk is Unicode U+2724 (decimal 10020) — glyph ✤ in Dingbats. There is no HTML5 named entity; use ✤ or ✤. Prefer nearby text or aria-label when the mark carries meaning. Do not confuse it with lighter ✣ (✣) or heavy asterisk ✱ (✱).