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' : ''">
П
Overview
П (CYRILLIC CAPITAL LETTER PE) is the Unicode character at code point U+041F. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
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.