Chart With Upwards Trend

๐Ÿ“ˆ

Shortcodes

Copy and paste codes for Chart With Upwards Trend symbol ๐Ÿ“ˆ to use in your websites, apps, blogs, and more.

Unicode
U+1F4C8
HTML Code
📈
HEX Code
📈
CSS Code
\1F4C8
JS/JSON
\u1F4C8
Unix/C/PHP/JAVA
0x1F4C8
URL-encode
%F0%9F%93%88
copied

Customize Chart With Upwards Trend Symbol

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

Insert ๐Ÿ“ˆ Chart With Upwards Trend using HTML

1. Copy-paste Chart With Upwards Trend directly:
<span>๐Ÿ“ˆ</span>
2. HTML Decimal Code:
<span>&#128200;</span>
3. Hexadecimal Code:
<span>&#x1F4C8;</span>
Preview: ๐Ÿ“ˆ

Add Chart With Upwards Trend symbol with CSS

.chart-with-upwards-trend::before {
    content: '\\1F4C8';
}
Preview: Chart With Upwards Trend

Chart With Upwards Trend JavaScript Code

1. Direct Symbol:
document.querySelector('.chart-with-upwards-trend').textContent = '๐Ÿ“ˆ';
2. Unicode Escape for ๐Ÿ“ˆ:
document.querySelector('.chart-with-upwards-trend').textContent = '\u1F4C8';
Preview: ๐Ÿ“ˆ