Fire

๐Ÿ”ฅ

Shortcodes

Copy and paste codes for Fire symbol ๐Ÿ”ฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F525
HTML Code
🔥
HEX Code
🔥
CSS Code
\1F525
JS/JSON
\u1F525
Unix/C/PHP/JAVA
0x1F525
URL-encode
%F0%9F%94%A5
copied

Customize Fire Symbol

Customize ๐Ÿ”ฅ symbol as you like and download Fire 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 Fire symbol in HTML, CSS, and JS?

Insert ๐Ÿ”ฅ Fire using HTML

1. Copy-paste Fire directly:
<span>๐Ÿ”ฅ</span>
2. HTML Decimal Code:
<span>&#128293;</span>
3. Hexadecimal Code:
<span>&#x1F525;</span>
Preview: ๐Ÿ”ฅ

Add Fire symbol with CSS

.fire::before {
    content: '\\1F525';
}
Preview: Fire

Fire JavaScript Code

1. Direct Symbol:
document.querySelector('.fire').textContent = '๐Ÿ”ฅ';
2. Unicode Escape for ๐Ÿ”ฅ:
document.querySelector('.fire').textContent = '\u1F525';
Preview: ๐Ÿ”ฅ