Mathematical Bold Italic Small Pi

๐…

Shortcodes

Copy and paste codes for Mathematical Bold Italic Small Pi symbol ๐… to use in your websites, apps, blogs, and more.

Unicode
U+1D745
HTML Code
𝝅
HEX Code
𝝅
CSS Code
\1D745
JS/JSON
\u1D745
Unix/C/PHP/JAVA
0x1D745
URL-encode
%F0%9D%9D%85
copied

Customize Mathematical Bold Italic Small Pi Symbol

Customize ๐… symbol as you like and download Mathematical Bold Italic Small Pi 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 Mathematical Bold Italic Small Pi symbol in HTML, CSS, and JS?

Insert ๐… Mathematical Bold Italic Small Pi using HTML

1. Copy-paste Mathematical Bold Italic Small Pi directly:
<span>๐…</span>
2. HTML Decimal Code:
<span>&#120645;</span>
3. Hexadecimal Code:
<span>&#x1D745;</span>
Preview: ๐…

Add Mathematical Bold Italic Small Pi symbol with CSS

.mathematical-bold-italic-small-pi::before {
    content: '\\1D745';
}
Preview: Mathematical Bold Italic Small Pi

Mathematical Bold Italic Small Pi JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-italic-small-pi').textContent = '๐…';
2. Unicode Escape for ๐…:
document.querySelector('.mathematical-bold-italic-small-pi').textContent = '\u1D745';
Preview: ๐