HTML Entity/SymbolŖ(LATIN CAPITAL LETTER R WITH CEDILLA )

Ŗ
Copy this symbol

LATIN CAPITAL LETTER R WITH CEDILLA

Click on any of the following code values to copy to clipboard.

Ŗ
Ŗ
U+00156
\0156
Ŗ

HTML Examples

Using HTML Code value in HTML file

<span> &#342; </span>

Using HTML Entity value in HTML file

<span> &Rcedil; </span>

CSS Example

Using CSS content code of the HTML entity &Rcedil; to specify in a CSS file

span { 
    content: "\0156";
}
All HTML Symbols