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