Custard

๐Ÿฎ

Shortcodes

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

Unicode
U+1F36E
HTML Code
🍮
HEX Code
🍮
CSS Code
\1F36E
JS/JSON
\u1F36E
Unix/C/PHP/JAVA
0x1F36E
URL-encode
%F0%9F%8D%AE
copied

Customize Custard Symbol

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

Insert ๐Ÿฎ Custard using HTML

1. Copy-paste Custard directly:
<span>๐Ÿฎ</span>
2. HTML Decimal Code:
<span>&#127854;</span>
3. Hexadecimal Code:
<span>&#x1F36E;</span>
Preview: ๐Ÿฎ

Add Custard symbol with CSS

.custard::before {
    content: '\\1F36E';
}
Preview: Custard

Custard JavaScript Code

1. Direct Symbol:
document.querySelector('.custard').textContent = '๐Ÿฎ';
2. Unicode Escape for ๐Ÿฎ:
document.querySelector('.custard').textContent = '\u1F36E';
Preview: ๐Ÿฎ