Alembic

Shortcodes

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

Unicode
U+2697
HTML Code
⚗
HEX Code
⚗
CSS Code
\2697
JS/JSON
\u2697
Unix/C/PHP/JAVA
0x2697
URL-encode
%E2%9A%97
copied

Customize Alembic Symbol

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

Insert ⚗ Alembic using HTML

1. Copy-paste Alembic directly:
<span>⚗</span>
2. HTML Decimal Code:
<span>&#9879;</span>
3. Hexadecimal Code:
<span>&#x2697;</span>
Preview:

Add Alembic symbol with CSS

.alembic::before {
    content: '\\2697';
}
Preview: Alembic

Alembic JavaScript Code

1. Direct Symbol:
document.querySelector('.alembic').textContent = '⚗';
2. Unicode Escape for ⚗:
document.querySelector('.alembic').textContent = '\u2697';
Preview: