Double-struck Small Gamma

Shortcodes

Copy and paste codes for Double-struck Small Gamma symbol ℽ to use in your websites, apps, blogs, and more.

Unicode
U+213D
HTML Code
ℽ
HEX Code
ℽ
CSS Code
\213D
JS/JSON
\u213D
Unix/C/PHP/JAVA
0x213D
URL-encode
%E2%85%BD
copied

Customize Double-struck Small Gamma Symbol

Customize ℽ symbol as you like and download Double-struck Small Gamma 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 Double-struck Small Gamma symbol in HTML, CSS, and JS?

Insert ℽ Double-struck Small Gamma using HTML

1. Copy-paste Double-struck Small Gamma directly:
<span>ℽ</span>
2. HTML Decimal Code:
<span>&#8509;</span>
3. Hexadecimal Code:
<span>&#x213D;</span>
Preview:

Add Double-struck Small Gamma symbol with CSS

.double-struck-small-gamma::before {
    content: '\\213D';
}
Preview: Double-struck Small Gamma

Double-struck Small Gamma JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-small-gamma').textContent = 'ℽ';
2. Unicode Escape for ℽ:
document.querySelector('.double-struck-small-gamma').textContent = '\u213D';
Preview: