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 ER) is the Unicode character at code point U+0440. 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+0440 | |
| decimal | 1088 | |
| htmldecimal | р | |
| htmlhex | р | |
| css | \0440 | |
| javascript | \u{440} | |
| python | \u0440 | |
| java | \u0440 | |
| go | \u0440 | |
| ruby | \u{440} | |
| rust | \u{440} | |
| ccpp | \u0440 | |
| urlencoded | %D1%80 | |
| utf8bytes | d1 80 | |
| utf16bebytes | 04 40 | |
| utf32bebytes | 00 00 04 40 |
How to Use
HTML:
р
CSS:
content: "\0440"
JavaScript:
"\u{440}"
Python:
"\u0440"
Frequently Asked Questions
What is the р character (CYRILLIC SMALL LETTER ER)?
р (CYRILLIC SMALL LETTER ER) is the Unicode character U+0440.
What is the Unicode codepoint of CYRILLIC SMALL LETTER ER?
The CYRILLIC SMALL LETTER ER character (р) has codepoint U+0440.
How do I type or copy CYRILLIC SMALL LETTER ER?
Copy р directly, or use the HTML entity, UTF-8, and code encodings shown on this page.