Cyrillic Capital Letter Pe

П

Shortcodes

Copy and paste codes for Cyrillic Capital Letter Pe symbol П to use in your websites, apps, blogs, and more.

Unicode
U+041F
HTML Code
П
HEX Code
П
CSS Code
\41F
JS/JSON
\u041F
Unix/C/PHP/JAVA
0x41F
URL-encode
%D0%9F
copied

Customize Cyrillic Capital Letter Pe Symbol

Customize П symbol as you like and download Cyrillic Capital Letter Pe 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 Cyrillic Capital Letter Pe symbol in HTML, CSS, and JS?

Insert П Cyrillic Capital Letter Pe using HTML

1. Copy-paste Cyrillic Capital Letter Pe directly:
<span>П</span>
2. HTML Decimal Code:
<span>&#1055;</span>
3. Hexadecimal Code:
<span>&#x041F;</span>
Preview: П

Add Cyrillic Capital Letter Pe symbol with CSS

.cyrillic-capital-letter-pe::before {
    content: '\\41F';
}
Preview: Cyrillic Capital Letter Pe

Cyrillic Capital Letter Pe JavaScript Code

1. Direct Symbol:
document.querySelector('.cyrillic-capital-letter-pe').textContent = 'П';
2. Unicode Escape for П:
document.querySelector('.cyrillic-capital-letter-pe').textContent = '\u041F';
Preview: П