Thermodynamic

Shortcodes

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

Unicode
U+29E7
HTML Code
⧧
HEX Code
⧧
CSS Code
\29E7
JS/JSON
\u29E7
Unix/C/PHP/JAVA
0x29E7
URL-encode
%E2%A7%A7
copied

Customize Thermodynamic Symbol

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

Insert ⧧ Thermodynamic using HTML

1. Copy-paste Thermodynamic directly:
<span>⧧</span>
2. HTML Decimal Code:
<span>&#10727;</span>
3. Hexadecimal Code:
<span>&#x29E7;</span>
Preview:

Add Thermodynamic symbol with CSS

.thermodynamic::before {
    content: '\\29E7';
}
Preview: Thermodynamic

Thermodynamic JavaScript Code

1. Direct Symbol:
document.querySelector('.thermodynamic').textContent = '⧧';
2. Unicode Escape for ⧧:
document.querySelector('.thermodynamic').textContent = '\u29E7';
Preview: