Latin Capital Letter R With Caron

Ř

Shortcodes

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

Unicode
U+0158
HTML Code
Ř
HEX Code
Ř
CSS Code
\158
JS/JSON
\u0158
Unix/C/PHP/JAVA
0x158
URL-encode
%C5%98
copied

Customize Latin Capital Letter R With Caron Symbol

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

Insert Ř Latin Capital Letter R With Caron using HTML

1. Copy-paste Latin Capital Letter R With Caron directly:
<span>Ř</span>
2. HTML Decimal Code:
<span>&#344;</span>
3. Hexadecimal Code:
<span>&#x0158;</span>
Preview: Ř

Add Latin Capital Letter R With Caron symbol with CSS

.latin-capital-letter-r-with-caron::before {
    content: '\\158';
}
Preview: Latin Capital Letter R With Caron

Latin Capital Letter R With Caron JavaScript Code

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