White diamond suit (♢) is Unicode U+2662 (WHITE DIAMOND SUIT) in the Miscellaneous Symbols block. It is the outline diamonds suit used in card games and decorative suit UI. HTML5 has no named entity for this character.
Remember
Character ♢
Unicode U+2662
Hex entity ♢
Decimal ♢
CSS escape \2662
Named entity (none)
Not the same ♦ U+2666 (black diamond suit)
All of these produce the same glyph: ♢. Prefer typing ♢ in UTF-8 when you can; use numeric or CSS forms for generated content. Do not use ♦ — that maps to black diamond suit (U+2666).
White diamond suit using Hex Code: ♢
White diamond suit using HTML Code: ♢
White diamond suit using CSS Entity: ♢
Typed directly: ♢
How It Works
1. Hex:U+2662 → ♢ in HTML. The browser turns it into ♢.
2. Decimal: same code point as 9826 → ♢. Same result as hex.
3. CSS: use \2662 in content (not an HTML entity). #point::after appends that ♢ after the paragraph text.
4. Typed ♢: fine in UTF-8 source. There is no named entity — ♦ is a different character.
Pitfalls & Tips
Common mistakes when working with white diamond suit (♢).
♦
Not black diamond
♢ is outline. For the filled form use ♦ (U+2666) / ♦.
Named?
No named entity
♦ and ♦ always mean U+2666. For ♢ use numeric forms only.
♠
Do not swap suits
♢ diamonds ≠ ♤ spades ≠ ♡ hearts ≠ ♧ clubs. Use the matching white-suit code point.
a11y
Say “Diamonds”
Screen readers may not announce the suit clearly. Pair the glyph with visible or visually hidden text.
Fonts
Match suit fonts
Use the same font stack for ♧ ♢ ♡ ♤ so white suit glyphs look consistent.
Semicolon
End references
Always finish with ; — write ♢, not ♢.
Compatibility
Browser Support
White diamond suit (U+2662) and its entity forms (♢, ♢, CSS \\2662) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
White Diamond Suit (♢)
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+2662 / entitiesFull support
Bottom line: Prefer a typed ♢ or ♢ / ♢ for markup. Use \\2662 only inside CSS content. Do not use ♦ for this glyph.
Remember
Key Takeaways
Unicode: white diamond suit is U+2662 (decimal 9826).
HTML: prefer typing ♢, or use ♢ / ♢.
CSS: use \2662 inside content for generated icons.
Watch out: no named entity; ♢ ≠ ♦; ♦ is black diamond.
One line:U+2662 → type ♢ / ♢ / ♢ / CSS \2662.
Frequently Asked Questions
Use ♢ (hex), ♢ (decimal), or the CSS escape \2662 in the content property. All render ♢. You can also paste ♢ directly if your file is UTF-8. There is no named HTML entity.
U+2662 (hex 2662, decimal 9826). Unicode names it WHITE DIAMOND SUIT. It belongs to the Miscellaneous Symbols block in the playing-card suit range U+2660–U+2667.
No. HTML5 does not define a named entity for white diamond suit. Use ♢ or ♢. The named forms ♦ and ♦ map to black diamond suit (U+2666), not this character.
♢ (U+2662) is the outline white diamond suit. ♦ (U+2666) is the filled black diamond suit with named entities ♦ / ♦. They are different code points.
HTML entities (♢ or ♢) go in markup. The CSS escape \2662 is used in stylesheets (usually in the content property of ::before/::after). Both render ♢.
Use ♢ when you want an outline diamonds glyph for card UI, decorative suits, or light-on-dark designs. Prefer ♦ (♦) for the common filled diamonds suit in games and Bridge notation.
🤔
Did you know?
White diamond suit is Unicode U+2662 (decimal 9826) in the Miscellaneous Symbols block — official name WHITE DIAMOND SUIT. HTML5 has no named entity for it. It is not black diamond suit (U+2666 ♦ / ♦).