White Shogi Piece

Shortcodes

Copy and paste codes for White Shogi Piece symbol ☖ to use in your websites, apps, blogs, and more.

Unicode
U+2616
HTML Code
☖
HEX Code
☖
CSS Code
\2616
JS/JSON
\u2616
Unix/C/PHP/JAVA
0x2616
URL-encode
%E2%98%96
copied

Customize White Shogi Piece Symbol

Customize ☖ symbol as you like and download White Shogi Piece as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add White Shogi Piece symbol in HTML, CSS, and JS?

Insert ☖ White Shogi Piece using HTML

1. Copy-paste White Shogi Piece directly:
<span>☖</span>
2. HTML Decimal Code:
<span>&#9750;</span>
3. Hexadecimal Code:
<span>&#x2616;</span>
Preview:

Add White Shogi Piece symbol with CSS

.white-shogi-piece::before {
    content: '\\2616';
}
Preview: White Shogi Piece

White Shogi Piece JavaScript Code

1. Direct Symbol:
document.querySelector('.white-shogi-piece').textContent = '☖';
2. Unicode Escape for ☖:
document.querySelector('.white-shogi-piece').textContent = '\u2616';
Preview: