Ear Of Rice

๐ŸŒพ

Shortcodes

Copy and paste codes for Ear Of Rice symbol ๐ŸŒพ to use in your websites, apps, blogs, and more.

Unicode
U+1F33E
HTML Code
🌾
HEX Code
🌾
CSS Code
\1F33E
JS/JSON
\u1F33E
Unix/C/PHP/JAVA
0x1F33E
URL-encode
%F0%9F%8C%BE
copied

Customize Ear Of Rice Symbol

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

Insert ๐ŸŒพ Ear Of Rice using HTML

1. Copy-paste Ear Of Rice directly:
<span>๐ŸŒพ</span>
2. HTML Decimal Code:
<span>&#127806;</span>
3. Hexadecimal Code:
<span>&#x1F33E;</span>
Preview: ๐ŸŒพ

Add Ear Of Rice symbol with CSS

.ear-of-rice::before {
    content: '\\1F33E';
}
Preview: Ear Of Rice

Ear Of Rice JavaScript Code

1. Direct Symbol:
document.querySelector('.ear-of-rice').textContent = '๐ŸŒพ';
2. Unicode Escape for ๐ŸŒพ:
document.querySelector('.ear-of-rice').textContent = '\u1F33E';
Preview: ๐ŸŒพ