Double-struck Small Pi Symbol
ℼ
Shortcodes
Copy useful codes for double-struck small pi symbol ℼ to use in websites, apps, blogs, and docs.
Unicode
U+213C HTML Code
ℼ HEX Code
ℼ CSS Code
\213C JS/JSON
\u213C Unix/C/PHP/JAVA
0x213C URL-encode
%E2%85%BC Customize Double-struck Small Pi Symbol
Customize ℼ, download it as SVG or PNG, or copy the generated HTML snippet.
ℼ
How to use Double-struck Small Pi Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ℼ</span> HTML Code:
<span>ℼ</span> HEX Code:
<span>ℼ</span> Add with CSS
.double-struck-small-pi::before {
content: '\\213C';
} Set it in JavaScript
document.querySelector('.double-struck-small-pi').textContent = 'ℼ';