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' : ''">
Ŕ
LATIN CAPITAL LETTER R WITH ACUTE
Overview
Ŕ (LATIN CAPITAL LETTER R WITH ACUTE) is the Unicode character at code point U+0154. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0154 | |
| decimal | 340 | |
| htmldecimal | Ŕ | |
| htmlhex | Ŕ | |
| css | \0154 | |
| javascript | \u{154} | |
| python | \u0154 | |
| java | \u0154 | |
| go | \u0154 | |
| ruby | \u{154} | |
| rust | \u{154} | |
| ccpp | \u0154 | |
| urlencoded | %C5%94 | |
| utf8bytes | c5 94 | |
| utf16bebytes | 01 54 | |
| utf32bebytes | 00 00 01 54 |
How to Use
HTML:
Ŕ
CSS:
content: "\0154"
JavaScript:
"\u{154}"
Python:
"\u0154"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0052 0301
Frequently Asked Questions
What is the Ŕ character (LATIN CAPITAL LETTER R WITH ACUTE)?
Ŕ (LATIN CAPITAL LETTER R WITH ACUTE) is the Unicode character U+0154.
What is the Unicode codepoint of LATIN CAPITAL LETTER R WITH ACUTE?
The LATIN CAPITAL LETTER R WITH ACUTE character (Ŕ) has codepoint U+0154.
How do I type or copy LATIN CAPITAL LETTER R WITH ACUTE?
Copy Ŕ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.