White Chess Queen Symbol
♕ is the Unicode White Chess Queen symbol, used to represent the queen piece in chess contexts.
U+2655
♕ is the Unicode character for the white chess queen (♕). It’s commonly used in chess notation displays, game UIs, and educational content. You can copy it directly or insert it using standard HTML, CSS, or JavaScript escapes.
White Chess Queen Symbol Meaning
♕ (U+2655) is the “White Chess Queen” piece symbol. In chess, the queen is the most powerful regular piece and moves both horizontally/vertically and diagonally, so this symbol typically stands in for the queen in diagrams, move explanations, puzzles, and piece lists. Because it’s a standard Unicode character, it also works well in chat messages, UI labels, and design mockups where you want a clear, familiar chess-piece icon without using images. The symbol specifically indicates the white queen (as opposed to the black queen).
Common uses
- •Chess game UIs to display the white queen on boards and piece palettes
- •Chess learning content for diagrams, worksheets, and move explanations
- •Chat or messaging to refer to the queen piece in analysis and puzzles
- •Graphic design and icons for chess-themed websites, banners, and thumbnails
- •Text-based chess notation displays in apps, dashboards, or terminals
Examples
♕ White Chess Queen Symbol
- ♕Place the queen: ♕ on d4.
- ♕White to move: ♕ attacks along the diagonal.
- ♕Piece list: King, ♕, bishops, knights, rooks, pawns.
- ♕In this puzzle, ♕ is the key attacker.
- ♕Check threat: ♕ gives check on the file.
Variations
Ready to copy
Technical codes
| Unicode | U+2655 | |
| HTML Entity | ♕ | |
| HTML Code | ♕ | |
| CSS | \2655 |
FAQ
What does the White Chess Queen symbol mean?
♕ (U+2655) is the “White Chess Queen” piece symbol. In chess, the queen is the most powerful regular piece and moves both horizontally/vertically and diagonally, so this symbol typically stands in for the queen in diagrams, move explanations, puzzles, and piece lists. Because it’s a standard Unicode character, it also works well in chat messages, UI labels, and design mockups where you want a clear, familiar chess-piece icon without using images. The symbol specifically indicates the white queen (as opposed to the black queen).
What Unicode character is ♕?
♕ is the Unicode character U+2655, named “WHITE CHESS QUEEN” (White chess queen).
How can I copy ♕ into HTML?
Use the HTML entity ♕.
What CSS escape can I use for ♕?
You can use the CSS escape \\2655.
How do I use ♕ in JavaScript?
Use the JavaScript Unicode escape \\u{2655}.