Pie

๐Ÿฅง

Shortcodes

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

Unicode
U+1F967
HTML Code
🥧
HEX Code
🥧
CSS Code
\1F967
JS/JSON
\u1F967
Unix/C/PHP/JAVA
0x1F967
URL-encode
%F0%9F%A5%A7
copied

Customize Pie Symbol

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

Insert ๐Ÿฅง Pie using HTML

1. Copy-paste Pie directly:
<span>๐Ÿฅง</span>
2. HTML Decimal Code:
<span>&#129383;</span>
3. Hexadecimal Code:
<span>&#x1F967;</span>
Preview: ๐Ÿฅง

Add Pie symbol with CSS

.pie::before {
    content: '\\1F967';
}
Preview: Pie

Pie JavaScript Code

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