Melon

๐Ÿˆ

Shortcodes

Copy and paste codes for Melon symbol ๐Ÿˆ to use in your websites, apps, blogs, and more.

Unicode
U+1F348
HTML Code
🍈
HEX Code
🍈
CSS Code
\1F348
JS/JSON
\u1F348
Unix/C/PHP/JAVA
0x1F348
URL-encode
%F0%9F%8D%88
copied

Customize Melon Symbol

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

Insert ๐Ÿˆ Melon using HTML

1. Copy-paste Melon directly:
<span>๐Ÿˆ</span>
2. HTML Decimal Code:
<span>&#127816;</span>
3. Hexadecimal Code:
<span>&#x1F348;</span>
Preview: ๐Ÿˆ

Add Melon symbol with CSS

.melon::before {
    content: '\\1F348';
}
Preview: Melon

Melon JavaScript Code

1. Direct Symbol:
document.querySelector('.melon').textContent = '๐Ÿˆ';
2. Unicode Escape for ๐Ÿˆ:
document.querySelector('.melon').textContent = '\u1F348';
Preview: ๐Ÿˆ