Mathematical Script Small P

๐“…

Shortcodes

Copy and paste codes for Mathematical Script Small P symbol ๐“… to use in your websites, apps, blogs, and more.

Unicode
U+1D4C5
HTML Code
𝓅
HEX Code
𝓅
CSS Code
\1D4C5
JS/JSON
\u1D4C5
Unix/C/PHP/JAVA
0x1D4C5
URL-encode
%F0%9D%93%85
copied

Customize Mathematical Script Small P Symbol

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

Insert ๐“… Mathematical Script Small P using HTML

1. Copy-paste Mathematical Script Small P directly:
<span>๐“…</span>
2. HTML Decimal Code:
<span>&#120005;</span>
3. Hexadecimal Code:
<span>&#x1D4C5;</span>
Preview: ๐“…

Add Mathematical Script Small P symbol with CSS

.mathematical-script-small-p::before {
    content: '\\1D4C5';
}
Preview: Mathematical Script Small P

Mathematical Script Small P JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-p').textContent = '๐“…';
2. Unicode Escape for ๐“…:
document.querySelector('.mathematical-script-small-p').textContent = '\u1D4C5';
Preview: ๐“