Ear Of Maize

๐ŸŒฝ

Shortcodes

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

Unicode
U+1F33D
HTML Code
🌽
HEX Code
🌽
CSS Code
\1F33D
JS/JSON
\u1F33D
Unix/C/PHP/JAVA
0x1F33D
URL-encode
%F0%9F%8C%BD
copied

Customize Ear Of Maize Symbol

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

Insert ๐ŸŒฝ Ear Of Maize using HTML

1. Copy-paste Ear Of Maize directly:
<span>๐ŸŒฝ</span>
2. HTML Decimal Code:
<span>&#127805;</span>
3. Hexadecimal Code:
<span>&#x1F33D;</span>
Preview: ๐ŸŒฝ

Add Ear Of Maize symbol with CSS

.ear-of-maize::before {
    content: '\\1F33D';
}
Preview: Ear Of Maize

Ear Of Maize JavaScript Code

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