Heavy Dollar Sign
๐ฒ
Shortcodes
Copy useful codes for heavy dollar sign ๐ฒ to use in websites, apps, blogs, and docs.
Unicode
U+1F4B2 HTML Code
💲 HEX Code
💲 CSS Code
\1F4B2 JS/JSON
\u1F4B2 Unix/C/PHP/JAVA
0x1F4B2 URL-encode
%F0%9F%92%B2 Customize Heavy Dollar Sign
Customize ๐ฒ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฒ
How to use Heavy Dollar Sign in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฒ</span> HTML Code:
<span>💲</span> HEX Code:
<span>💲</span> Add with CSS
.heavy-dollar-sign::before {
content: '\\1F4B2';
} Set it in JavaScript
document.querySelector('.heavy-dollar-sign').textContent = '๐ฒ';