Leafy Green
🥬
Shortcodes
Copy and paste codes for Leafy Green symbol 🥬 to use in your websites, apps, blogs, and more.
Unicode
U+1F96C
HTML Code
🥬
HEX Code
🥬
CSS Code
\1F96C
JS/JSON
\u1F96C
Unix/C/PHP/JAVA
0x1F96C
URL-encode
%F0%9F%A5%AC
copied
Customize Leafy Green Symbol
Customize 🥬 symbol as you like and download Leafy Green 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 Leafy Green symbol in HTML, CSS, and JS?
Insert 🥬 Leafy Green using HTML
1. Copy-paste Leafy Green directly:
<span>🥬</span>
2. HTML Decimal Code:
<span>🥬</span>
3. Hexadecimal Code:
<span>🥬</span>
Preview:
🥬
Add Leafy Green symbol with CSS
.leafy-green::before {
content: '\\1F96C';
}
Preview: Leafy Green
Leafy Green JavaScript Code
1. Direct Symbol:
document.querySelector('.leafy-green').textContent = '🥬';
2. Unicode Escape for 🥬:
document.querySelector('.leafy-green').textContent = '\u1F96C';
Preview: 🥬