Bar Chart

๐Ÿ“Š

Shortcodes

Copy and paste codes for Bar Chart symbol ๐Ÿ“Š to use in your websites, apps, blogs, and more.

Unicode
U+1F4CA
HTML Code
📊
HEX Code
📊
CSS Code
\1F4CA
JS/JSON
\u1F4CA
Unix/C/PHP/JAVA
0x1F4CA
URL-encode
%F0%9F%93%8A
copied

Customize Bar Chart Symbol

Customize ๐Ÿ“Š symbol as you like and download Bar Chart 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 Bar Chart symbol in HTML, CSS, and JS?

Insert ๐Ÿ“Š Bar Chart using HTML

1. Copy-paste Bar Chart directly:
<span>๐Ÿ“Š</span>
2. HTML Decimal Code:
<span>&#128202;</span>
3. Hexadecimal Code:
<span>&#x1F4CA;</span>
Preview: ๐Ÿ“Š

Add Bar Chart symbol with CSS

.bar-chart::before {
    content: '\\1F4CA';
}
Preview: Bar Chart

Bar Chart JavaScript Code

1. Direct Symbol:
document.querySelector('.bar-chart').textContent = '๐Ÿ“Š';
2. Unicode Escape for ๐Ÿ“Š:
document.querySelector('.bar-chart').textContent = '\u1F4CA';
Preview: ๐Ÿ“Š