Benzene Ring

Shortcodes

Copy and paste codes for Benzene Ring symbol ⌬ to use in your websites, apps, blogs, and more.

Unicode
U+232C
HTML Code
⌬
HEX Code
⌬
CSS Code
\232C
JS/JSON
\u232C
Unix/C/PHP/JAVA
0x232C
URL-encode
%E2%8C%AC
copied

Customize Benzene Ring Symbol

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

Insert ⌬ Benzene Ring using HTML

1. Copy-paste Benzene Ring directly:
<span>⌬</span>
2. HTML Decimal Code:
<span>&#9004;</span>
3. Hexadecimal Code:
<span>&#x232C;</span>
Preview:

Add Benzene Ring symbol with CSS

.benzene-ring::before {
    content: '\\232C';
}
Preview: Benzene Ring

Benzene Ring JavaScript Code

1. Direct Symbol:
document.querySelector('.benzene-ring').textContent = '⌬';
2. Unicode Escape for ⌬:
document.querySelector('.benzene-ring').textContent = '\u232C';
Preview: