Egg

🥚

Shortcodes

Copy and paste codes for Egg symbol 🥚 to use in your websites, apps, blogs, and more.

Unicode
U+1F95A
HTML Code
🥚
HEX Code
🥚
CSS Code
\1F95A
JS/JSON
\u1F95A
Unix/C/PHP/JAVA
0x1F95A
URL-encode
%F0%9F%A5%9A
copied

Customize Egg Symbol

Customize 🥚 symbol as you like and download Egg 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 Egg symbol in HTML, CSS, and JS?

Insert 🥚 Egg using HTML

1. Copy-paste Egg directly:
<span>🥚</span>
2. HTML Decimal Code:
<span>&#129370;</span>
3. Hexadecimal Code:
<span>&#x1F95A;</span>
Preview: 🥚

Add Egg symbol with CSS

.egg::before {
    content: '\\1F95A';
}
Preview: Egg

Egg JavaScript Code

1. Direct Symbol:
document.querySelector('.egg').textContent = '🥚';
2. Unicode Escape for 🥚:
document.querySelector('.egg').textContent = '\u1F95A';
Preview: 🥚