Cucumber

🥒

Shortcodes

Copy and paste codes for Cucumber symbol 🥒 to use in your websites, apps, blogs, and more.

Unicode
U+1F952
HTML Code
🥒
HEX Code
🥒
CSS Code
\1F952
JS/JSON
\u1F952
Unix/C/PHP/JAVA
0x1F952
URL-encode
%F0%9F%A5%92
copied

Customize Cucumber Symbol

Customize 🥒 symbol as you like and download Cucumber 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 Cucumber symbol in HTML, CSS, and JS?

Insert 🥒 Cucumber using HTML

1. Copy-paste Cucumber directly:
<span>🥒</span>
2. HTML Decimal Code:
<span>&#129362;</span>
3. Hexadecimal Code:
<span>&#x1F952;</span>
Preview: 🥒

Add Cucumber symbol with CSS

.cucumber::before {
    content: '\\1F952';
}
Preview: Cucumber

Cucumber JavaScript Code

1. Direct Symbol:
document.querySelector('.cucumber').textContent = '🥒';
2. Unicode Escape for 🥒:
document.querySelector('.cucumber').textContent = '\u1F952';
Preview: 🥒