Birthday Cake

๐ŸŽ‚

Shortcodes

Copy and paste codes for Birthday Cake symbol ๐ŸŽ‚ to use in your websites, apps, blogs, and more.

Unicode
U+1F382
HTML Code
🎂
HEX Code
🎂
CSS Code
\1F382
JS/JSON
\u1F382
Unix/C/PHP/JAVA
0x1F382
URL-encode
%F0%9F%8E%82
copied

Customize Birthday Cake Symbol

Customize ๐ŸŽ‚ symbol as you like and download Birthday Cake 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 Birthday Cake symbol in HTML, CSS, and JS?

Insert ๐ŸŽ‚ Birthday Cake using HTML

1. Copy-paste Birthday Cake directly:
<span>๐ŸŽ‚</span>
2. HTML Decimal Code:
<span>&#127874;</span>
3. Hexadecimal Code:
<span>&#x1F382;</span>
Preview: ๐ŸŽ‚

Add Birthday Cake symbol with CSS

.birthday-cake::before {
    content: '\\1F382';
}
Preview: Birthday Cake

Birthday Cake JavaScript Code

1. Direct Symbol:
document.querySelector('.birthday-cake').textContent = '๐ŸŽ‚';
2. Unicode Escape for ๐ŸŽ‚:
document.querySelector('.birthday-cake').textContent = '\u1F382';
Preview: ๐ŸŽ‚