Heavy Dollar Sign

๐Ÿ’ฒ

Shortcodes

Copy and paste codes for Heavy Dollar Sign symbol ๐Ÿ’ฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F4B2
HTML Code
💲
HEX Code
💲
CSS Code
\1F4B2
JS/JSON
\u1F4B2
Unix/C/PHP/JAVA
0x1F4B2
URL-encode
%F0%9F%92%B2
copied

Customize Heavy Dollar Sign Symbol

Customize ๐Ÿ’ฒ symbol as you like and download Heavy Dollar Sign 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 Heavy Dollar Sign symbol in HTML, CSS, and JS?

Insert ๐Ÿ’ฒ Heavy Dollar Sign using HTML

1. Copy-paste Heavy Dollar Sign directly:
<span>๐Ÿ’ฒ</span>
2. HTML Decimal Code:
<span>&#128178;</span>
3. Hexadecimal Code:
<span>&#x1F4B2;</span>
Preview: ๐Ÿ’ฒ

Add Heavy Dollar Sign symbol with CSS

.heavy-dollar-sign::before {
    content: '\\1F4B2';
}
Preview: Heavy Dollar Sign

Heavy Dollar Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.heavy-dollar-sign').textContent = '๐Ÿ’ฒ';
2. Unicode Escape for ๐Ÿ’ฒ:
document.querySelector('.heavy-dollar-sign').textContent = '\u1F4B2';
Preview: ๐Ÿ’ฒ