Latin Capital Letter R With Cedilla

Ŗ

Shortcodes

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

Unicode
U+0156
HTML Code
Ŗ
HEX Code
Ŗ
CSS Code
\156
JS/JSON
\u0156
Unix/C/PHP/JAVA
0x156
URL-encode
%C5%96
copied

Customize Latin Capital Letter R With Cedilla Symbol

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

Insert Ŗ Latin Capital Letter R With Cedilla using HTML

1. Copy-paste Latin Capital Letter R With Cedilla directly:
<span>Ŗ</span>
2. HTML Decimal Code:
<span>&#342;</span>
3. Hexadecimal Code:
<span>&#x0156;</span>
Preview: Ŗ

Add Latin Capital Letter R With Cedilla symbol with CSS

.latin-capital-letter-r-with-cedilla::before {
    content: '\\156';
}
Preview: Latin Capital Letter R With Cedilla

Latin Capital Letter R With Cedilla JavaScript Code

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