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