Planck Constant Over Two Pi Symbol

Shortcodes

Copy and paste codes for Planck Constant Over Two Pi Symbol ℏ to use in your websites, apps, blogs, and more.

Unicode
U+210F
HTML Code
ℏ
HTML Entity
ℏ
HEX Code
ℏ
CSS Code
\210F
JS/JSON
\u210F
Unix/C/PHP/JAVA
0x210F
URL-encode
%E2%84%8F
copied

Customize Planck Constant Over Two Pi Symbol Symbol

Customize ℏ symbol as you like and download Planck Constant Over Two Pi Symbol 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 Planck Constant Over Two Pi Symbol in HTML, CSS, and JS?

Insert ℏ Planck Constant Over Two Pi Symbol using HTML

1. Copy-paste Planck Constant Over Two Pi Symbol directly:
<span>ℏ</span>
2. HTML Decimal Code:
<span>&#8463;</span>
3. HTML Entity:
<span>&hbar;</span>
4. Hexadecimal Code:
<span>&#x210F;</span>
Preview:

Add Planck Constant Over Two Pi Symbol with CSS

.planck-constant-over-two-pi::before {
    content: '\\210F';
}
Preview: Planck Constant Over Two Pi Symbol

Planck Constant Over Two Pi Symbol JavaScript Code

1. Direct Symbol:
document.querySelector('.planck-constant-over-two-pi').textContent = 'ℏ';
2. Unicode Escape for ℏ:
document.querySelector('.planck-constant-over-two-pi').textContent = '\u210F';
Preview: