Fullwidth Latin Small Letter P

Shortcodes

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

Unicode
U+FF50
HTML Code
p
HEX Code
p
CSS Code
\FF50
JS/JSON
\uFF50
Unix/C/PHP/JAVA
0xFF50
URL-encode
%EF%BD%90
copied

Customize Fullwidth Latin Small Letter P Symbol

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

Insert p Fullwidth Latin Small Letter P using HTML

1. Copy-paste Fullwidth Latin Small Letter P directly:
<span>p</span>
2. HTML Decimal Code:
<span>&#65360;</span>
3. Hexadecimal Code:
<span>&#xFF50;</span>
Preview:

Add Fullwidth Latin Small Letter P symbol with CSS

.fullwidth-latin-small-letter-p::before {
    content: '\\FF50';
}
Preview: Fullwidth Latin Small Letter P

Fullwidth Latin Small Letter P JavaScript Code

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