Accented R characters
Compare 18 verified accented R characters: 9 uppercase and 9 lowercase forms, with 9 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented R
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ŕ | Uppercase | U+0154 | LATIN CAPITAL LETTER R WITH ACUTE | Ŕ | Ŕ | Ŕ | |
Ŗ | Uppercase | U+0156 | LATIN CAPITAL LETTER R WITH CEDILLA | Ŗ | Ŗ | Ŗ | |
Ř | Uppercase | U+0158 | LATIN CAPITAL LETTER R WITH CARON | Ř | Ř | Ř | |
Ȑ | Uppercase | U+0210 | LATIN CAPITAL LETTER R WITH DOUBLE GRAVE | Ȑ | Ȑ | None | |
Ȓ | Uppercase | U+0212 | LATIN CAPITAL LETTER R WITH INVERTED BREVE | Ȓ | Ȓ | None | |
Ṙ | Uppercase | U+1E58 | LATIN CAPITAL LETTER R WITH DOT ABOVE | Ṙ | Ṙ | None | |
Ṛ | Uppercase | U+1E5A | LATIN CAPITAL LETTER R WITH DOT BELOW | Ṛ | Ṛ | None | |
Ṝ | Uppercase | U+1E5C | LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON | Ṝ | Ṝ | None | |
Ṟ | Uppercase | U+1E5E | LATIN CAPITAL LETTER R WITH LINE BELOW | Ṟ | Ṟ | None | |
ŕ | Lowercase | U+0155 | LATIN SMALL LETTER R WITH ACUTE | ŕ | ŕ | ŕ | |
ŗ | Lowercase | U+0157 | LATIN SMALL LETTER R WITH CEDILLA | ŗ | ŗ | ŗ | |
ř | Lowercase | U+0159 | LATIN SMALL LETTER R WITH CARON | ř | ř | ř | |
ȑ | Lowercase | U+0211 | LATIN SMALL LETTER R WITH DOUBLE GRAVE | ȑ | ȑ | None | |
ȓ | Lowercase | U+0213 | LATIN SMALL LETTER R WITH INVERTED BREVE | ȓ | ȓ | None | |
ṙ | Lowercase | U+1E59 | LATIN SMALL LETTER R WITH DOT ABOVE | ṙ | ṙ | None | |
ṛ | Lowercase | U+1E5B | LATIN SMALL LETTER R WITH DOT BELOW | ṛ | ṛ | None | |
ṝ | Lowercase | U+1E5D | LATIN SMALL LETTER R WITH DOT BELOW AND MACRON | ṝ | ṝ | None | |
ṟ | Lowercase | U+1E5F | LATIN SMALL LETTER R WITH LINE BELOW | ṟ | ṟ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ŕ | U+0154 | U+0052 + U+0301 | U+0052 + U+0301 |
Ŗ | U+0156 | U+0052 + U+0327 | U+0052 + U+0327 |
Ř | U+0158 | U+0052 + U+030C | U+0052 + U+030C |
Ȑ | U+0210 | U+0052 + U+030F | U+0052 + U+030F |
Ȓ | U+0212 | U+0052 + U+0311 | U+0052 + U+0311 |
Ṙ | U+1E58 | U+0052 + U+0307 | U+0052 + U+0307 |
Ṛ | U+1E5A | U+0052 + U+0323 | U+0052 + U+0323 |
Ṝ | U+1E5C | U+0052 + U+0323 + U+0304 | U+1E5A + U+0304 |
Ṟ | U+1E5E | U+0052 + U+0331 | U+0052 + U+0331 |
ŕ | U+0155 | U+0072 + U+0301 | U+0072 + U+0301 |
ŗ | U+0157 | U+0072 + U+0327 | U+0072 + U+0327 |
ř | U+0159 | U+0072 + U+030C | U+0072 + U+030C |
ȑ | U+0211 | U+0072 + U+030F | U+0072 + U+030F |
ȓ | U+0213 | U+0072 + U+0311 | U+0072 + U+0311 |
ṙ | U+1E59 | U+0072 + U+0307 | U+0072 + U+0307 |
ṛ | U+1E5B | U+0072 + U+0323 | U+0072 + U+0323 |
ṝ | U+1E5D | U+0072 + U+0323 + U+0304 | U+1E5B + U+0304 |
ṟ | U+1E5F | U+0072 + U+0331 | U+0072 + U+0331 |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG