Latin Small Letter R With Acute

ŕ

Shortcodes

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

Unicode
U+0155
HTML Code
ŕ
HEX Code
ŕ
CSS Code
\155
JS/JSON
\u0155
Unix/C/PHP/JAVA
0x155
URL-encode
%C5%95
copied

Customize Latin Small Letter R With Acute Symbol

Customize ŕ symbol as you like and download Latin Small 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 Small Letter R With Acute symbol in HTML, CSS, and JS?

Insert ŕ Latin Small Letter R With Acute using HTML

1. Copy-paste Latin Small Letter R With Acute directly:
<span>ŕ</span>
2. HTML Decimal Code:
<span>&#341;</span>
3. Hexadecimal Code:
<span>&#x0155;</span>
Preview: ŕ

Add Latin Small Letter R With Acute symbol with CSS

.latin-small-letter-r-with-acute::before {
    content: '\\155';
}
Preview: Latin Small Letter R With Acute

Latin Small Letter R With Acute JavaScript Code

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