Bar Chart
๐
Shortcodes
Copy useful codes for bar chart symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F4CA HTML Code
📊 HEX Code
📊 CSS Code
\1F4CA JS/JSON
\u1F4CA Unix/C/PHP/JAVA
0x1F4CA URL-encode
%F0%9F%93%8A Customize Bar Chart
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Bar Chart Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>📊</span> HEX Code:
<span>📊</span> Add with CSS
.bar-chart::before {
content: '\\1F4CA';
} Set it in JavaScript
document.querySelector('.bar-chart').textContent = '๐';