Latin Capital Letter R With Caron

Ř

Shortcodes

Copy useful codes for latin capital letter r with caron symbol Ř to use in websites, apps, blogs, and docs.

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

Customize Latin Capital Letter R With Caron

Customize Ř, download it as SVG or PNG, or copy the generated HTML snippet.

Ř
  

How to use Latin Capital Letter R With Caron Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>Ř</span>
HTML Code:
<span>&#344;</span>
HEX Code:
<span>&#x0158;</span>

Add with CSS

.latin-capital-letter-r-with-caron::before {
  content: '\\0158';
}

Set it in JavaScript

document.querySelector('.latin-capital-letter-r-with-caron').textContent = 'Ř';
copied