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 CARON
Overview
Ř (LATIN CAPITAL LETTER R WITH CARON) is the Unicode character at code point U+0158. 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+0158 | |
| decimal | 344 | |
| htmldecimal | Ř | |
| htmlhex | Ř | |
| css | \0158 | |
| javascript | \u{158} | |
| python | \u0158 | |
| java | \u0158 | |
| go | \u0158 | |
| ruby | \u{158} | |
| rust | \u{158} | |
| ccpp | \u0158 | |
| urlencoded | %C5%98 | |
| utf8bytes | c5 98 | |
| utf16bebytes | 01 58 | |
| utf32bebytes | 00 00 01 58 |
How to Use
HTML:
Ř
CSS:
content: "\0158"
JavaScript:
"\u{158}"
Python:
"\u0158"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0052 030C
Frequently Asked Questions
What is the Ř character (LATIN CAPITAL LETTER R WITH CARON)?
Ř (LATIN CAPITAL LETTER R WITH CARON) is the Unicode character U+0158.
What is the Unicode codepoint of LATIN CAPITAL LETTER R WITH CARON?
The LATIN CAPITAL LETTER R WITH CARON character (Ř) has codepoint U+0158.
How do I type or copy LATIN CAPITAL LETTER R WITH CARON?
Copy Ř directly, or use the HTML entity, UTF-8, and code encodings shown on this page.