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' : ''">
ʳ
MODIFIER LETTER SMALL R
Overview
ʳ (MODIFIER LETTER SMALL R) is the Unicode character at code point U+02B3. It belongs to the Spacing Modifier Letters block, in the Modifier Letter (Lm) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02B3 | |
| decimal | 691 | |
| htmldecimal | ʳ | |
| htmlhex | ʳ | |
| css | \02B3 | |
| javascript | \u{2B3} | |
| python | \u02b3 | |
| java | \u02B3 | |
| go | \u02B3 | |
| ruby | \u{2B3} | |
| rust | \u{2B3} | |
| ccpp | \u02b3 | |
| urlencoded | %CA%B3 | |
| utf8bytes | ca b3 | |
| utf16bebytes | 02 b3 | |
| utf32bebytes | 00 00 02 b3 |
How to Use
HTML:
ʳ
CSS:
content: "\02B3"
JavaScript:
"\u{2B3}"
Python:
"\u02b3"
Properties
- Block
- Spacing Modifier Letters
- Script
- Latn
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0072
Frequently Asked Questions
What is the ʳ character (MODIFIER LETTER SMALL R)?
ʳ (MODIFIER LETTER SMALL R) is the Unicode character U+02B3.
What is the Unicode codepoint of MODIFIER LETTER SMALL R?
The MODIFIER LETTER SMALL R character (ʳ) has codepoint U+02B3.
How do I type or copy MODIFIER LETTER SMALL R?
Copy ʳ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.