Hot Pepper

๐ŸŒถ

Shortcodes

Copy and paste codes for Hot Pepper symbol ๐ŸŒถ to use in your websites, apps, blogs, and more.

Unicode
U+1F336
HTML Code
🌶
HEX Code
🌶
CSS Code
\1F336
JS/JSON
\u1F336
Unix/C/PHP/JAVA
0x1F336
URL-encode
%F0%9F%8C%B6
copied

Customize Hot Pepper Symbol

Customize ๐ŸŒถ symbol as you like and download Hot Pepper 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 Hot Pepper symbol in HTML, CSS, and JS?

Insert ๐ŸŒถ Hot Pepper using HTML

1. Copy-paste Hot Pepper directly:
<span>๐ŸŒถ</span>
2. HTML Decimal Code:
<span>&#127798;</span>
3. Hexadecimal Code:
<span>&#x1F336;</span>
Preview: ๐ŸŒถ

Add Hot Pepper symbol with CSS

.hot-pepper::before {
    content: '\\1F336';
}
Preview: Hot Pepper

Hot Pepper JavaScript Code

1. Direct Symbol:
document.querySelector('.hot-pepper').textContent = '๐ŸŒถ';
2. Unicode Escape for ๐ŸŒถ:
document.querySelector('.hot-pepper').textContent = '\u1F336';
Preview: ๐ŸŒถ