White Chess Pawn (♙) is the Unicode character at U+2659 (WHITE CHESS PAWN) in Miscellaneous Symbols. HTML5 has no named entity — use hex or decimal. Use it for chess boards, notation, tutorials, and game UIs.
Remember
Character ♙
Unicode U+2659
Named entity (none)
Hex entity ♙
Decimal ♙
CSS escape \2659
Not the same ♘ (knight) · ♕ (queen) · ♟ (black pawn)
Hex, decimal, CSS, and a typed character all produce the same glyph: ♙. Prefer ♙ or ♙ in HTML markup. For the white knight see White Chess Knight; for the queen see White Chess Queen.
Some fonts omit chess pieces. Prefer fonts that cover Miscellaneous Symbols chess glyphs (U+2654–U+265F).
CSS vs HTML
Do not mix escapes
\2659 belongs in CSS strings. ♙ / ♙ belong in HTML.
Encoding
Declare UTF-8
If you type ♙ directly, keep <meta charset="UTF-8"> so the file is not misread.
Compatibility
Browser Support
White Chess Pawn (U+2659) and its entity forms (♙, ♙, CSS \\2659) are supported in all mainstream browsers when the page is UTF-8 and the font covers chess symbols.
✓ Universal support
White Chess Pawn (♙)
Encode with hex, decimal, CSS escape, or type the character — same Unicode code point everywhere. 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+2659Full support
Bottom line: Prefer ♙ in HTML text. Use ♙ as an equivalent, and \\2659 only inside CSS content. Glyph display depends on font coverage.
Remember
Key Takeaways
Unicode: this piece is U+2659 (decimal 9817) — glyph ♙.
HTML: prefer ♙ — also ♙. No named entity.
CSS: use \2659 inside content for generated text.
Watch out: ♙ ≠ ♘ ≠ ♟.
One line:U+2659 → ♙ / ♙ / CSS \2659 (no named entity).
Frequently Asked Questions
Use ♙ (hex), ♙ (decimal), type ♙ directly in UTF-8, or the CSS escape \2659 in the content property. There is no named HTML entity. Prefer ♙ for readable markup.
U+2659 (WHITE CHESS PAWN). Hex 2659, decimal 9817. It belongs to the Miscellaneous Symbols block (U+2600–U+26FF), chess pieces range.
No. HTML5 does not define a named form for chess pieces. Use numeric references ♙ or ♙, or type ♙ in UTF-8.
U+2659 is the white pawn (♙). U+2658 is the white knight (♘). U+265F is the black pawn (♟). Use the code point that matches the piece and color you need.
Use it in chess boards, notation, tutorials, and game UIs when you need the white pawn glyph. Prefer other white-piece code points for king, queen, rook, bishop, or knight.
HTML entities (♙ or ♙) go in markup. The CSS escape \2659 is used in stylesheets (usually in the content property of ::before/::after). Prefer four hex digits in CSS.
🤔
Did you know?
White Chess Pawn is Unicode U+2659 (decimal 9817) — glyph ♙ (WHITE CHESS PAWN) in Miscellaneous Symbols. HTML5 has no named entity — use ♙ or ♙. Do not confuse it with White Chess Knight U+2658 (♘), White Chess Queen U+2655 (♕), or Black Chess Pawn U+265F (♟).