Latin Capital Letter R With Acute

Ŕ

Shortcodes

Copy and paste codes for Latin Capital Letter R With Acute symbol Ŕ to use in your websites, apps, blogs, and more.

Unicode
U+0154
HTML Code
Ŕ
HEX Code
Ŕ
CSS Code
\154
JS/JSON
\u0154
Unix/C/PHP/JAVA
0x154
URL-encode
%C5%94
copied

Customize Latin Capital Letter R With Acute Symbol

Customize Ŕ symbol as you like and download Latin Capital Letter R With Acute as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ŕ

                        
                    

How to add Latin Capital Letter R With Acute symbol in HTML, CSS, and JS?

Insert Ŕ Latin Capital Letter R With Acute using HTML

1. Copy-paste Latin Capital Letter R With Acute directly:
<span>Ŕ</span>
2. HTML Decimal Code:
<span>&#340;</span>
3. Hexadecimal Code:
<span>&#x0154;</span>
Preview: Ŕ

Add Latin Capital Letter R With Acute symbol with CSS

.latin-capital-letter-r-with-acute::before {
    content: '\\154';
}
Preview: Latin Capital Letter R With Acute

Latin Capital Letter R With Acute JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-r-with-acute').textContent = 'Ŕ';
2. Unicode Escape for Ŕ:
document.querySelector('.latin-capital-letter-r-with-acute').textContent = '\u0154';
Preview: Ŕ