Modifier Letter Small P

Shortcodes

Copy and paste codes for Modifier Letter Small P symbol ᵖ to use in your websites, apps, blogs, and more.

Unicode
U+1D56
HTML Code
ᵖ
HEX Code
ᵖ
CSS Code
\1D56
JS/JSON
\u1D56
Unix/C/PHP/JAVA
0x1D56
URL-encode
%E1%B5%96
copied

Customize Modifier Letter Small P Symbol

Customize ᵖ symbol as you like and download Modifier Letter 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 Modifier Letter Small P symbol in HTML, CSS, and JS?

Insert ᵖ Modifier Letter Small P using HTML

1. Copy-paste Modifier Letter Small P directly:
<span>ᵖ</span>
2. HTML Decimal Code:
<span>&#7510;</span>
3. Hexadecimal Code:
<span>&#x1D56;</span>
Preview:

Add Modifier Letter Small P symbol with CSS

.modifier-letter-small-p::before {
    content: '\\1D56';
}
Preview: Modifier Letter Small P

Modifier Letter Small P JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-p').textContent = 'ᵖ';
2. Unicode Escape for ᵖ:
document.querySelector('.modifier-letter-small-p').textContent = '\u1D56';
Preview: