Latin Capital Letter R With Cedilla
Ŗ
Shortcodes
Copy useful codes for latin capital letter r with cedilla symbol Ŗ to use in websites, apps, blogs, and docs.
Unicode
U+0156 HTML Code
Ŗ HEX Code
Ŗ CSS Code
\0156 JS/JSON
\u0156 Unix/C/PHP/JAVA
0x156 URL-encode
%C5%96 Customize Latin Capital Letter R With Cedilla
Customize Ŗ, download it as SVG or PNG, or copy the generated HTML snippet.
Ŗ
How to use Latin Capital Letter R With Cedilla Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ŗ</span> HTML Code:
<span>Ŗ</span> HEX Code:
<span>Ŗ</span> Add with CSS
.latin-capital-letter-r-with-cedilla::before {
content: '\\0156';
} Set it in JavaScript
document.querySelector('.latin-capital-letter-r-with-cedilla').textContent = 'Ŗ';