Cyrillic Capital Letter Pe
П
Shortcodes
Copy useful codes for cyrillic capital letter pe symbol П to use in websites, apps, blogs, and docs.
Unicode
U+041F HTML Code
П HEX Code
П CSS Code
\041F JS/JSON
\u041F Unix/C/PHP/JAVA
0x41F URL-encode
%D0%9F Customize Cyrillic Capital Letter Pe
Customize П, download it as SVG or PNG, or copy the generated HTML snippet.
П
How to use Cyrillic Capital Letter Pe Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>П</span> HTML Code:
<span>П</span> HEX Code:
<span>П</span> Add with CSS
.cyrillic-capital-letter-pe::before {
content: '\\041F';
} Set it in JavaScript
document.querySelector('.cyrillic-capital-letter-pe').textContent = 'П';