Mathematical Bold Fraktur Capital P
๐ป
Shortcodes
Copy useful codes for mathematical bold fraktur capital p symbol ๐ป to use in websites, apps, blogs, and docs.
Unicode
U+1D57B HTML Code
𝕻 HEX Code
𝕻 CSS Code
\1D57B JS/JSON
\u1D57B Unix/C/PHP/JAVA
0x1D57B URL-encode
%F0%9D%95%BB Customize Mathematical Bold Fraktur Capital P
Customize ๐ป, download it as SVG or PNG, or copy the generated HTML snippet.
๐ป
How to use Mathematical Bold Fraktur Capital 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-fraktur-capital-p::before {
content: '\\1D57B';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-p').textContent = '๐ป';