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