Ballot Box With Light X

๐Ÿ—ท

Shortcodes

Copy useful codes for ballot box with light x symbol ๐Ÿ—ท to use in websites, apps, blogs, and docs.

Unicode
U+1F5F7
HTML Code
🗷
HEX Code
🗷
CSS Code
\1F5F7
JS/JSON
\u1F5F7
Unix/C/PHP/JAVA
0x1F5F7
URL-encode
%F0%9F%97%B7

Customize Ballot Box With Light X

Customize ๐Ÿ—ท, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ—ท
  

How to use Ballot Box With Light X Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ—ท</span>
HTML Code:
<span>&#128503;</span>
HEX Code:
<span>&#x1F5F7;</span>

Add with CSS

.ballot-box-with-light-x::before {
  content: '\\1F5F7';
}

Set it in JavaScript

document.querySelector('.ballot-box-with-light-x').textContent = '๐Ÿ—ท';
copied