Money Bag

๐Ÿ’ฐ

Shortcodes

Copy and paste codes for Money Bag symbol ๐Ÿ’ฐ to use in your websites, apps, blogs, and more.

Unicode
U+1F4B0
HTML Code
💰
HEX Code
💰
CSS Code
\1F4B0
JS/JSON
\u1F4B0
Unix/C/PHP/JAVA
0x1F4B0
URL-encode
%F0%9F%92%B0
copied

Customize Money Bag Symbol

Customize ๐Ÿ’ฐ symbol as you like and download Money Bag 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 Money Bag symbol in HTML, CSS, and JS?

Insert ๐Ÿ’ฐ Money Bag using HTML

1. Copy-paste Money Bag directly:
<span>๐Ÿ’ฐ</span>
2. HTML Decimal Code:
<span>&#128176;</span>
3. Hexadecimal Code:
<span>&#x1F4B0;</span>
Preview: ๐Ÿ’ฐ

Add Money Bag symbol with CSS

.money-bag::before {
    content: '\\1F4B0';
}
Preview: Money Bag

Money Bag JavaScript Code

1. Direct Symbol:
document.querySelector('.money-bag').textContent = '๐Ÿ’ฐ';
2. Unicode Escape for ๐Ÿ’ฐ:
document.querySelector('.money-bag').textContent = '\u1F4B0';
Preview: ๐Ÿ’ฐ