Chart With Upwards Trend And Yen Sign

๐Ÿ’น

Shortcodes

Copy and paste codes for Chart With Upwards Trend And Yen Sign symbol ๐Ÿ’น to use in your websites, apps, blogs, and more.

Unicode
U+1F4B9
HTML Code
💹
HEX Code
💹
CSS Code
\1F4B9
JS/JSON
\u1F4B9
Unix/C/PHP/JAVA
0x1F4B9
URL-encode
%F0%9F%92%B9
copied

Customize Chart With Upwards Trend And Yen Sign Symbol

Customize ๐Ÿ’น symbol as you like and download Chart With Upwards Trend And Yen 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 Chart With Upwards Trend And Yen Sign symbol in HTML, CSS, and JS?

Insert ๐Ÿ’น Chart With Upwards Trend And Yen Sign using HTML

1. Copy-paste Chart With Upwards Trend And Yen Sign directly:
<span>๐Ÿ’น</span>
2. HTML Decimal Code:
<span>&#128185;</span>
3. Hexadecimal Code:
<span>&#x1F4B9;</span>
Preview: ๐Ÿ’น

Add Chart With Upwards Trend And Yen Sign symbol with CSS

.chart-with-upwards-trend-and-yen-sign::before {
    content: '\\1F4B9';
}
Preview: Chart With Upwards Trend And Yen Sign

Chart With Upwards Trend And Yen Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.chart-with-upwards-trend-and-yen-sign').textContent = '๐Ÿ’น';
2. Unicode Escape for ๐Ÿ’น:
document.querySelector('.chart-with-upwards-trend-and-yen-sign').textContent = '\u1F4B9';
Preview: ๐Ÿ’น