Double-struck Small Pi Symbol

Shortcodes

Copy and paste codes for Double-struck Small Pi Symbol ℼ to use in your websites, apps, blogs, and more.

Unicode
U+213C
HTML Code
ℼ
HEX Code
ℼ
CSS Code
\213C
JS/JSON
\u213C
Unix/C/PHP/JAVA
0x213C
URL-encode
%E2%85%BC
copied

Customize Double-struck Small Pi Symbol Symbol

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

Insert ℼ Double-struck Small Pi Symbol using HTML

1. Copy-paste Double-struck Small Pi Symbol directly:
<span>ℼ</span>
2. HTML Decimal Code:
<span>&#8508;</span>
3. Hexadecimal Code:
<span>&#x213C;</span>
Preview:

Add Double-struck Small Pi Symbol with CSS

.double-struck-small-pi::before {
    content: '\\213C';
}
Preview: Double-struck Small Pi Symbol

Double-struck Small Pi Symbol JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-small-pi').textContent = 'ℼ';
2. Unicode Escape for ℼ:
document.querySelector('.double-struck-small-pi').textContent = '\u213C';
Preview: