Mathematical Sans-serif Italic Small P
๐ฑ
Shortcodes
Copy useful codes for mathematical sans-serif italic small p symbol ๐ฑ to use in websites, apps, blogs, and docs.
Unicode
U+1D631 HTML Code
𝘱 HEX Code
𝘱 CSS Code
\1D631 JS/JSON
\u1D631 Unix/C/PHP/JAVA
0x1D631 URL-encode
%F0%9D%98%B1 Customize Mathematical Sans-serif Italic Small P
Customize ๐ฑ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฑ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-p::before {
content: '\\1D631';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-p').textContent = '๐ฑ';