Seedling

๐ŸŒฑ

Shortcodes

Copy and paste codes for Seedling symbol ๐ŸŒฑ to use in your websites, apps, blogs, and more.

Unicode
U+1F331
HTML Code
🌱
HEX Code
🌱
CSS Code
\1F331
JS/JSON
\u1F331
Unix/C/PHP/JAVA
0x1F331
URL-encode
%F0%9F%8C%B1
copied

Customize Seedling Symbol

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

Insert ๐ŸŒฑ Seedling using HTML

1. Copy-paste Seedling directly:
<span>๐ŸŒฑ</span>
2. HTML Decimal Code:
<span>&#127793;</span>
3. Hexadecimal Code:
<span>&#x1F331;</span>
Preview: ๐ŸŒฑ

Add Seedling symbol with CSS

.seedling::before {
    content: '\\1F331';
}
Preview: Seedling

Seedling JavaScript Code

1. Direct Symbol:
document.querySelector('.seedling').textContent = '๐ŸŒฑ';
2. Unicode Escape for ๐ŸŒฑ:
document.querySelector('.seedling').textContent = '\u1F331';
Preview: ๐ŸŒฑ