Mathematical Script Capital P

๐’ซ

Shortcodes

Copy and paste codes for Mathematical Script Capital P symbol ๐’ซ to use in your websites, apps, blogs, and more.

Unicode
U+1D4AB
HTML Code
𝒫
HEX Code
𝒫
CSS Code
\1D4AB
JS/JSON
\u1D4AB
Unix/C/PHP/JAVA
0x1D4AB
URL-encode
%F0%9D%92%AB
copied

Customize Mathematical Script Capital P Symbol

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

Insert ๐’ซ Mathematical Script Capital P using HTML

1. Copy-paste Mathematical Script Capital P directly:
<span>๐’ซ</span>
2. HTML Decimal Code:
<span>&#119979;</span>
3. Hexadecimal Code:
<span>&#x1D4AB;</span>
Preview: ๐’ซ

Add Mathematical Script Capital P symbol with CSS

.mathematical-script-capital-p::before {
    content: '\\1D4AB';
}
Preview: Mathematical Script Capital P

Mathematical Script Capital P JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-capital-p').textContent = '๐’ซ';
2. Unicode Escape for ๐’ซ:
document.querySelector('.mathematical-script-capital-p').textContent = '\u1D4AB';
Preview: ๐’ซ