Latin Letter Small Capital P

Shortcodes

Copy and paste codes for Latin Letter Small Capital P symbol ᴘ to use in your websites, apps, blogs, and more.

Unicode
U+1D18
HTML Code
ᴘ
HEX Code
ᴘ
CSS Code
\1D18
JS/JSON
\u1D18
Unix/C/PHP/JAVA
0x1D18
URL-encode
%E1%B4%98
copied

Customize Latin Letter Small Capital P Symbol

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

Insert ᴘ Latin Letter Small Capital P using HTML

1. Copy-paste Latin Letter Small Capital P directly:
<span>ᴘ</span>
2. HTML Decimal Code:
<span>&#7448;</span>
3. Hexadecimal Code:
<span>&#x1D18;</span>
Preview:

Add Latin Letter Small Capital P symbol with CSS

.latin-letter-small-capital-p::before {
    content: '\\1D18';
}
Preview: Latin Letter Small Capital P

Latin Letter Small Capital P JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-p').textContent = 'ᴘ';
2. Unicode Escape for ᴘ:
document.querySelector('.latin-letter-small-capital-p').textContent = '\u1D18';
Preview: