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' : ''">
ᷢ
COMBINING LATIN LETTER SMALL CAPITAL R
Overview
ᷢ (COMBINING LATIN LETTER SMALL CAPITAL R) is the Unicode character at code point U+1DE2. It belongs to the Combining Diacritical Marks Supplement block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1DE2 | |
| decimal | 7650 | |
| htmldecimal | ᷢ | |
| htmlhex | ᷢ | |
| css | \1DE2 | |
| javascript | \u{1DE2} | |
| python | \u1de2 | |
| java | \u1DE2 | |
| go | \u1DE2 | |
| ruby | \u{1DE2} | |
| rust | \u{1DE2} | |
| ccpp | \u1de2 | |
| urlencoded | %E1%B7%A2 | |
| utf8bytes | e1 b7 a2 | |
| utf16bebytes | 1d e2 | |
| utf32bebytes | 00 00 1d e2 |
How to Use
HTML:
ᷢ
CSS:
content: "\1DE2"
JavaScript:
"\u{1DE2}"
Python:
"\u1de2"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᷢ character (COMBINING LATIN LETTER SMALL CAPITAL R)?
ᷢ (COMBINING LATIN LETTER SMALL CAPITAL R) is the Unicode character U+1DE2.
What is the Unicode codepoint of COMBINING LATIN LETTER SMALL CAPITAL R?
The COMBINING LATIN LETTER SMALL CAPITAL R character (ᷢ) has codepoint U+1DE2.
How do I type or copy COMBINING LATIN LETTER SMALL CAPITAL R?
Copy ᷢ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.