Ice Cream

๐Ÿจ

Shortcodes

Copy and paste codes for Ice Cream symbol ๐Ÿจ to use in your websites, apps, blogs, and more.

Unicode
U+1F368
HTML Code
🍨
HEX Code
🍨
CSS Code
\1F368
JS/JSON
\u1F368
Unix/C/PHP/JAVA
0x1F368
URL-encode
%F0%9F%8D%A8
copied

Customize Ice Cream Symbol

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

Insert ๐Ÿจ Ice Cream using HTML

1. Copy-paste Ice Cream directly:
<span>๐Ÿจ</span>
2. HTML Decimal Code:
<span>&#127848;</span>
3. Hexadecimal Code:
<span>&#x1F368;</span>
Preview: ๐Ÿจ

Add Ice Cream symbol with CSS

.ice-cream::before {
    content: '\\1F368';
}
Preview: Ice Cream

Ice Cream JavaScript Code

1. Direct Symbol:
document.querySelector('.ice-cream').textContent = '๐Ÿจ';
2. Unicode Escape for ๐Ÿจ:
document.querySelector('.ice-cream').textContent = '\u1F368';
Preview: ๐Ÿจ