Petri Dish
🧫
Shortcodes
Copy useful codes for petri dish symbol 🧫 to use in websites, apps, blogs, and docs.
Unicode
U+1F9EB HTML Code
🧫 HEX Code
🧫 CSS Code
\1F9EB JS/JSON
\u1F9EB Unix/C/PHP/JAVA
0x1F9EB URL-encode
%F0%9F%A7%AB Customize Petri Dish
Customize 🧫, download it as SVG or PNG, or copy the generated HTML snippet.
🧫
How to use Petri Dish Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>🧫</span> HTML Code:
<span>🧫</span> HEX Code:
<span>🧫</span> Add with CSS
.petri-dish::before {
content: '\\1F9EB';
} Set it in JavaScript
document.querySelector('.petri-dish').textContent = '🧫';