Coconut

๐Ÿฅฅ

Shortcodes

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

Unicode
U+1F965
HTML Code
🥥
HEX Code
🥥
CSS Code
\1F965
JS/JSON
\u1F965
Unix/C/PHP/JAVA
0x1F965
URL-encode
%F0%9F%A5%A5
copied

Customize Coconut Symbol

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

Insert ๐Ÿฅฅ Coconut using HTML

1. Copy-paste Coconut directly:
<span>๐Ÿฅฅ</span>
2. HTML Decimal Code:
<span>&#129381;</span>
3. Hexadecimal Code:
<span>&#x1F965;</span>
Preview: ๐Ÿฅฅ

Add Coconut symbol with CSS

.coconut::before {
    content: '\\1F965';
}
Preview: Coconut

Coconut JavaScript Code

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