Mathematical Bold Small P

๐ฉ

Shortcodes

Copy and paste codes for Mathematical Bold Small P symbol ๐ฉ to use in your websites, apps, blogs, and more.

Unicode
U+1D429
HTML Code
𝐩
HEX Code
𝐩
CSS Code
\1D429
JS/JSON
\u1D429
Unix/C/PHP/JAVA
0x1D429
URL-encode
%F0%9D%90%A9
copied

Customize Mathematical Bold Small P Symbol

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

Insert ๐ฉ Mathematical Bold Small P using HTML

1. Copy-paste Mathematical Bold Small P directly:
<span>๐ฉ</span>
2. HTML Decimal Code:
<span>&#119849;</span>
3. Hexadecimal Code:
<span>&#x1D429;</span>
Preview: ๐ฉ

Add Mathematical Bold Small P symbol with CSS

.mathematical-bold-small-p::before {
    content: '\\1D429';
}
Preview: Mathematical Bold Small P

Mathematical Bold Small P JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-p').textContent = '๐ฉ';
2. Unicode Escape for ๐ฉ:
document.querySelector('.mathematical-bold-small-p').textContent = '\u1D429';
Preview: ๐ฉ