White shogi piece (☖) is Unicode U+2616 (WHITE SHOGI PIECE) in the Miscellaneous Symbols block. It is an outline shogi (Japanese chess) piece glyph — useful for game UIs and notation cues. HTML5 has no named entity for this character.
Remember
Character ☖
Unicode U+2616
Hex entity ☖
Decimal ☖
Named entity (none)
CSS escape \2616
Not the same ☗ U+2617 (black shogi piece)
All of these produce the same glyph: ☖. Prefer typing ☖ in UTF-8 when you can; use ☖ / ☖ or CSS for generated content.
HTML5 does not define a named entity for U+2616. Use ☖ or ☖.
a11y
Name the side
Screen readers may not say “white shogi.” Pair the glyph with visible or visually hidden text such as White.
Fonts
Check symbol coverage
Some UI fonts omit U+2616. Prefer fonts with solid Miscellaneous Symbols / shogi support.
CSS vs HTML
Do not mix escapes
\2616 belongs in CSS. ☖ / ☖ belong in HTML.
Semicolon
End references
Always finish with ; — write ☖, not ☖.
Compatibility
Browser Support
White shogi piece (U+2616) and its entity forms (☖, ☖, CSS \\2616) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
White Shogi Piece (☖)
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+2616 / entitiesFull support
Bottom line: Prefer a typed ☖ or ☖ / ☖ for markup. Use \\2616 only inside CSS content.
Remember
Key Takeaways
Unicode: white shogi piece is U+2616 (decimal 9750).
HTML: prefer typing ☖, or use ☖ / ☖.
CSS: use \2616 inside content for generated icons.
Watch out: no named entity; ☖ ≠ ☗ (white ≠ black shogi piece).
One line:U+2616 → type ☖ / ☖ / ☖ / CSS \2616.
Frequently Asked Questions
Use ☖ (hex), ☖ (decimal), or the CSS escape \2616 in the content property. All render ☖. You can also paste ☖ directly if your file is UTF-8. There is no named HTML entity.
U+2616 (hex 2616, decimal 9750). Unicode names it WHITE SHOGI PIECE. It belongs to the Miscellaneous Symbols block (U+2600–U+26FF).
No. HTML5 does not define a named entity for this symbol. Use ☖ or ☖ in markup, or \2616 in CSS.
☖ (U+2616) is the outline (white) shogi piece. ☗ (U+2617) is the filled (black) shogi piece. They are different code points.
HTML entities (☖ or ☖) go in markup. The CSS escape \2616 is used in stylesheets (usually in the content property of ::before/::after). Both render ☖.
Use ☖ for shogi / Japanese chess UIs, board notation cues, and game-related icons when you want the outline form. Prefer ☗ for the filled piece. Pair the glyph with visible text for accessibility.
🤔
Did you know?
White shogi piece is Unicode U+2616 (decimal 9750) in the Miscellaneous Symbols block — official name WHITE SHOGI PIECE. HTML5 has no named entity for it. It is an outline shogi (Japanese chess) piece — not the same as ☗ (black shogi piece).