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 SMALL LETTER PE) is the Unicode character at code point U+043F. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+043F | |
| decimal | 1087 | |
| htmldecimal | п | |
| htmlhex | п | |
| css | \043F | |
| javascript | \u{43F} | |
| python | \u043f | |
| java | \u043F | |
| go | \u043F | |
| ruby | \u{43F} | |
| rust | \u{43F} | |
| ccpp | \u043f | |
| urlencoded | %D0%BF | |
| utf8bytes | d0 bf | |
| utf16bebytes | 04 3f | |
| utf32bebytes | 00 00 04 3f |
How to Use
HTML:
п
CSS:
content: "\043F"
JavaScript:
"\u{43F}"
Python:
"\u043f"
Properties
Frequently Asked Questions
What is the п character (CYRILLIC SMALL LETTER PE)?
п (CYRILLIC SMALL LETTER PE) is the Unicode character U+043F.
What is the Unicode codepoint of CYRILLIC SMALL LETTER PE?
The CYRILLIC SMALL LETTER PE character (п) has codepoint U+043F.
How do I type or copy CYRILLIC SMALL LETTER PE?
Copy п directly, or use the HTML entity, UTF-8, and code encodings shown on this page.