Carrot

๐Ÿฅ•

Shortcodes

Copy and paste codes for Carrot symbol ๐Ÿฅ• to use in your websites, apps, blogs, and more.

Unicode
U+1F955
HTML Code
🥕
HEX Code
🥕
CSS Code
\1F955
JS/JSON
\u1F955
Unix/C/PHP/JAVA
0x1F955
URL-encode
%F0%9F%A5%95
copied

Customize Carrot Symbol

Customize ๐Ÿฅ• symbol as you like and download Carrot 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 Carrot symbol in HTML, CSS, and JS?

Insert ๐Ÿฅ• Carrot using HTML

1. Copy-paste Carrot directly:
<span>๐Ÿฅ•</span>
2. HTML Decimal Code:
<span>&#129365;</span>
3. Hexadecimal Code:
<span>&#x1F955;</span>
Preview: ๐Ÿฅ•

Add Carrot symbol with CSS

.carrot::before {
    content: '\\1F955';
}
Preview: Carrot

Carrot JavaScript Code

1. Direct Symbol:
document.querySelector('.carrot').textContent = '๐Ÿฅ•';
2. Unicode Escape for ๐Ÿฅ•:
document.querySelector('.carrot').textContent = '\u1F955';
Preview: ๐Ÿฅ•