copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('П'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
П
CYRILLIC CAPITAL LETTER PE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+041F | |
| decimal | 1055 | |
| htmldecimal | П | |
| htmlhex | П | |
| css | \041F | |
| javascript | \u{41F} | |
| python | \u041f | |
| java | \u041F | |
| go | \u041F | |
| ruby | \u{41F} | |
| rust | \u{41F} | |
| ccpp | \u041f | |
| urlencoded | %D0%9F | |
| utf8bytes | d0 9f | |
| utf16bebytes | 04 1f | |
| utf32bebytes | 00 00 04 1f |
How to Use
HTML:
П
CSS:
content: "\041F"
JavaScript:
"\u{41F}"
Python:
"\u041f"
Properties
Frequently Asked Questions
What is the П character (CYRILLIC CAPITAL LETTER PE)?
П (CYRILLIC CAPITAL LETTER PE) is the Unicode character U+041F.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER PE?
The CYRILLIC CAPITAL LETTER PE character (П) has codepoint U+041F.
How do I type or copy CYRILLIC CAPITAL LETTER PE?
Copy П directly, or use the HTML entity, UTF-8, and code encodings shown on this page.