Squared Latin Capital Letter P

๐Ÿ„ฟ

Shortcodes

Copy and paste codes for Squared Latin Capital Letter P symbol ๐Ÿ„ฟ to use in your websites, apps, blogs, and more.

Unicode
U+1F13F
HTML Code
🄿
HEX Code
🄿
CSS Code
\1F13F
JS/JSON
\u1F13F
Unix/C/PHP/JAVA
0x1F13F
URL-encode
%F0%9F%84%BF
copied

Customize Squared Latin Capital Letter P Symbol

Customize ๐Ÿ„ฟ symbol as you like and download Squared Latin Capital 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 Squared Latin Capital Letter P symbol in HTML, CSS, and JS?

Insert ๐Ÿ„ฟ Squared Latin Capital Letter P using HTML

1. Copy-paste Squared Latin Capital Letter P directly:
<span>๐Ÿ„ฟ</span>
2. HTML Decimal Code:
<span>&#127295;</span>
3. Hexadecimal Code:
<span>&#x1F13F;</span>
Preview: ๐Ÿ„ฟ

Add Squared Latin Capital Letter P symbol with CSS

.squared-latin-capital-letter-p::before {
    content: '\\1F13F';
}
Preview: Squared Latin Capital Letter P

Squared Latin Capital Letter P JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-p').textContent = '๐Ÿ„ฟ';
2. Unicode Escape for ๐Ÿ„ฟ:
document.querySelector('.squared-latin-capital-letter-p').textContent = '\u1F13F';
Preview: ๐Ÿ„ฟ