Green Salad

๐Ÿฅ—

Shortcodes

Copy and paste codes for Green Salad symbol ๐Ÿฅ— to use in your websites, apps, blogs, and more.

Unicode
U+1F957
HTML Code
🥗
HEX Code
🥗
CSS Code
\1F957
JS/JSON
\u1F957
Unix/C/PHP/JAVA
0x1F957
URL-encode
%F0%9F%A5%97
copied

Customize Green Salad Symbol

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

Insert ๐Ÿฅ— Green Salad using HTML

1. Copy-paste Green Salad directly:
<span>๐Ÿฅ—</span>
2. HTML Decimal Code:
<span>&#129367;</span>
3. Hexadecimal Code:
<span>&#x1F957;</span>
Preview: ๐Ÿฅ—

Add Green Salad symbol with CSS

.green-salad::before {
    content: '\\1F957';
}
Preview: Green Salad

Green Salad JavaScript Code

1. Direct Symbol:
document.querySelector('.green-salad').textContent = '๐Ÿฅ—';
2. Unicode Escape for ๐Ÿฅ—:
document.querySelector('.green-salad').textContent = '\u1F957';
Preview: ๐Ÿฅ—