copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ŗ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ŗ
LATIN SMALL LETTER R WITH CEDILLA
Overview
ŗ (LATIN SMALL LETTER R WITH CEDILLA) is the Unicode character at code point U+0157. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0157 | |
| decimal | 343 | |
| htmldecimal | ŗ | |
| htmlhex | ŗ | |
| css | \0157 | |
| javascript | \u{157} | |
| python | \u0157 | |
| java | \u0157 | |
| go | \u0157 | |
| ruby | \u{157} | |
| rust | \u{157} | |
| ccpp | \u0157 | |
| urlencoded | %C5%97 | |
| utf8bytes | c5 97 | |
| utf16bebytes | 01 57 | |
| utf32bebytes | 00 00 01 57 |
How to Use
HTML:
ŗ
CSS:
content: "\0157"
JavaScript:
"\u{157}"
Python:
"\u0157"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0072 0327
Frequently Asked Questions
What is the ŗ character (LATIN SMALL LETTER R WITH CEDILLA)?
ŗ (LATIN SMALL LETTER R WITH CEDILLA) is the Unicode character U+0157.
What is the Unicode codepoint of LATIN SMALL LETTER R WITH CEDILLA?
The LATIN SMALL LETTER R WITH CEDILLA character (ŗ) has codepoint U+0157.
How do I type or copy LATIN SMALL LETTER R WITH CEDILLA?
Copy ŗ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.