copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('r'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
r
FULLWIDTH LATIN SMALL LETTER R
Overview
r (FULLWIDTH LATIN SMALL LETTER R) is the Unicode character at code point U+FF52. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF52 | |
| decimal | 65362 | |
| htmldecimal | r | |
| htmlhex | r | |
| css | \FF52 | |
| javascript | \u{FF52} | |
| python | \uff52 | |
| java | \uFF52 | |
| go | \uFF52 | |
| ruby | \u{FF52} | |
| rust | \u{FF52} | |
| ccpp | \uff52 | |
| urlencoded | %EF%BD%92 | |
| utf8bytes | ef bd 92 | |
| utf16bebytes | ff 52 | |
| utf32bebytes | 00 00 ff 52 |
How to Use
HTML:
r
CSS:
content: "\FF52"
JavaScript:
"\u{FF52}"
Python:
"\uff52"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0072
Frequently Asked Questions
What is the r character (FULLWIDTH LATIN SMALL LETTER R)?
r (FULLWIDTH LATIN SMALL LETTER R) is the Unicode character U+FF52.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER R?
The FULLWIDTH LATIN SMALL LETTER R character (r) has codepoint U+FF52.
How do I type or copy FULLWIDTH LATIN SMALL LETTER R?
Copy r directly, or use the HTML entity, UTF-8, and code encodings shown on this page.