Mathematical Fraktur Small P

๐”ญ

Shortcodes

Copy and paste codes for Mathematical Fraktur Small P symbol ๐”ญ to use in your websites, apps, blogs, and more.

Unicode
U+1D52D
HTML Code
𝔭
HEX Code
𝔭
CSS Code
\1D52D
JS/JSON
\u1D52D
Unix/C/PHP/JAVA
0x1D52D
URL-encode
%F0%9D%94%AD
copied

Customize Mathematical Fraktur Small P Symbol

Customize ๐”ญ symbol as you like and download Mathematical Fraktur Small P as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐”ญ

                        
                    

How to add Mathematical Fraktur Small P symbol in HTML, CSS, and JS?

Insert ๐”ญ Mathematical Fraktur Small P using HTML

1. Copy-paste Mathematical Fraktur Small P directly:
<span>๐”ญ</span>
2. HTML Decimal Code:
<span>&#120109;</span>
3. Hexadecimal Code:
<span>&#x1D52D;</span>
Preview: ๐”ญ

Add Mathematical Fraktur Small P symbol with CSS

.mathematical-fraktur-small-p::before {
    content: '\\1D52D';
}
Preview: Mathematical Fraktur Small P

Mathematical Fraktur Small P JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-p').textContent = '๐”ญ';
2. Unicode Escape for ๐”ญ:
document.querySelector('.mathematical-fraktur-small-p').textContent = '\u1D52D';
Preview: ๐”ญ