Latin Subscript Small Letter P

Shortcodes

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

Unicode
U+209A
HTML Code
ₚ
HEX Code
ₚ
CSS Code
\209A
JS/JSON
\u209A
Unix/C/PHP/JAVA
0x209A
URL-encode
%E2%82%9A
copied

Customize Latin Subscript Small Letter P Symbol

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

Insert ₚ Latin Subscript Small Letter P using HTML

1. Copy-paste Latin Subscript Small Letter P directly:
<span>ₚ</span>
2. HTML Decimal Code:
<span>&#8346;</span>
3. Hexadecimal Code:
<span>&#x209A;</span>
Preview:

Add Latin Subscript Small Letter P symbol with CSS

.latin-subscript-small-letter-p::before {
    content: '\\209A';
}
Preview: Latin Subscript Small Letter P

Latin Subscript Small Letter P JavaScript Code

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