Rotated Floral Heart Bullet (❧) is the Dingbats character at Unicode U+2767 (ROTATED FLORAL HEART BULLET). It is an ornamental bullet with a floral heart motif — common in decorative lists and elegant layouts.
Remember
Character ❧
Unicode U+2767
Hex entity ❧
Decimal ❧
Named entity (none)
CSS escape \2767
Not the same ❦ · ❥ · ♥ (♥)
Hex, decimal, CSS, and a typed character all produce the same glyph: ❧. Prefer ❧ when you want an explicit entity.
Using Hex Code: ❧
Using HTML Code: ❧
Using CSS Entity: ❧
❧ Welcome guests
How It Works
1. Hex:U+2767 → ❧ in HTML. The browser turns it into ❧.
2. Decimal: same code point as 10087 → ❧. Same result as hex.
3. Named: HTML5 does not define a named entity for this character — use hex or decimal instead.
4. CSS: use \2767 in content (not an HTML entity). #point::after appends that ❧ after the paragraph text.
Pitfalls & Tips
Common mistakes when working with Rotated Floral Heart Bullet.
Look-alikes
❧ ≠ ❦ ≠ ❥ ≠ ♥
U+2767 is the rotated floral bullet. Nearby Dingbats and ♥ look similar but are different code points.
Named
No &…; name
Do not invent a name. Use ❧ or ❧.
Fonts
Glyph may be missing
Dingbats coverage varies. Test on your target devices or provide a fallback font / bullet.
CSS vs HTML
Do not mix escapes
\2767 belongs in CSS. ❧ / ❧ belong in HTML.
A11y
Decorative bullets
If the bullet is pure decoration, hide it from assistive tech with aria-hidden="true" and keep the real list semantics.
Semicolon
End references
Always finish with ; — write ❧, not ❧.
Compatibility
Browser Support
Rotated Floral Heart Bullet (U+2767) and its entity forms (❧, ❧, CSS \\2767) are supported in all modern browsers. Glyph coverage depends on the font.
✓ Universal encoding
Rotated Floral Heart Bullet (❧)
Encode with hex, decimal, or CSS escape — or type ❧ directly in UTF-8 HTML. No named entity.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+2767Full support
Bottom line: Prefer ❧ for readable HTML. Use \\2767 only inside CSS content.
Remember
Key Takeaways
Unicode: this symbol is U+2767 (decimal 10087).
HTML: prefer ❧ — or use ❧. No named entity.
CSS: use \2767 inside content for generated bullets.
Watch out:U+2767 ≠ U+2766 ≠ U+2765 ≠ ♥.
One line:U+2767 → ❧ / ❧ / CSS \2767 (no named entity).
Frequently Asked Questions
Use ❧ (hex), ❧ (decimal), or the CSS escape \2767 in the content property (including ::marker for lists). All render ❧ when the font supports Dingbats. There is no named HTML entity.
U+2767 (ROTATED FLORAL HEART BULLET). Hex 2767, decimal 10087. It belongs to the Dingbats block (U+2700–U+27BF).
No. HTML5 does not define a named entity for U+2767. Use numeric references like ❧ or ❧.
Use it as a decorative list bullet, section divider, or ornamental accent in invitations and elegant layouts. Prefer numeric entities when encoding must be explicit.
HTML entities (❧ or ❧) go in markup. The CSS escape \2767 is used in stylesheets (usually in content on ::before/::after or ::marker). Both render ❧.
U+2766 is floral heart (not the rotated bullet form). U+2765 is rotated heavy black heart bullet. ♥ (U+2665) is the card-suit heart. U+2767 is the rotated floral heart bullet — different Dingbats glyphs.
🤔
Did you know?
Rotated Floral Heart Bullet is Unicode U+2767 (decimal 10087) — ROTATED FLORAL HEART BULLET in Dingbats. HTML5 has no named entity — use ❧ or ❧. Do not confuse it with floral heart U+2766 (❦), heavy black heart bullet U+2765 (❥), or heart suit ♥ (U+2665).