Ear Of Rice

๐ŸŒพ

Shortcodes

Copy useful codes for ear of rice symbol ๐ŸŒพ to use in websites, apps, blogs, and docs.

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

Customize Ear Of Rice

Customize ๐ŸŒพ, download it as SVG or PNG, or copy the generated HTML snippet.

๐ŸŒพ
  

How to use Ear Of Rice Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐ŸŒพ</span>
HTML Code:
<span>&#127806;</span>
HEX Code:
<span>&#x1F33E;</span>

Add with CSS

.ear-of-rice::before {
  content: '\\1F33E';
}

Set it in JavaScript

document.querySelector('.ear-of-rice').textContent = '๐ŸŒพ';
copied