Peanuts

๐Ÿฅœ

Shortcodes

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

Unicode
U+1F95C
HTML Code
🥜
HEX Code
🥜
CSS Code
\1F95C
JS/JSON
\u1F95C
Unix/C/PHP/JAVA
0x1F95C
URL-encode
%F0%9F%A5%9C
copied

Customize Peanuts Symbol

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

Insert ๐Ÿฅœ Peanuts using HTML

1. Copy-paste Peanuts directly:
<span>๐Ÿฅœ</span>
2. HTML Decimal Code:
<span>&#129372;</span>
3. Hexadecimal Code:
<span>&#x1F95C;</span>
Preview: ๐Ÿฅœ

Add Peanuts symbol with CSS

.peanuts::before {
    content: '\\1F95C';
}
Preview: Peanuts

Peanuts JavaScript Code

1. Direct Symbol:
document.querySelector('.peanuts').textContent = '๐Ÿฅœ';
2. Unicode Escape for ๐Ÿฅœ:
document.querySelector('.peanuts').textContent = '\u1F95C';
Preview: ๐Ÿฅœ