Mathematical Bold Script Small P
๐น
Shortcodes
Copy useful codes for mathematical bold script small p symbol ๐น to use in websites, apps, blogs, and docs.
Unicode
U+1D4F9 HTML Code
𝓹 HEX Code
𝓹 CSS Code
\1D4F9 JS/JSON
\u1D4F9 Unix/C/PHP/JAVA
0x1D4F9 URL-encode
%F0%9D%93%B9 Customize Mathematical Bold Script Small P
Customize ๐น, download it as SVG or PNG, or copy the generated HTML snippet.
๐น
How to use Mathematical Bold Script Small P 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
.mathematical-bold-script-small-p::before {
content: '\\1D4F9';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-p').textContent = '๐น';