R

Technical information

SymbolR
NameLatin capital letter r
Unicode numberU+0052
CategoryASCII Table5. Uppercase Latin alphabet
DescriptionThe Unicode character R, or U+0052, is known as the "Latin Capital Letter R". It belongs to the "Basic Latin" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is the capital version of the 18th letter in the Latin alphabet. In various languages and contexts, it can represent sounds or concepts related to the letter R. It is commonly used in writing, digital content, and other forms of communication. The specific appearance of this character can depend on the font, system, and application it's being used in.

Encoding

HTML EntityR
HTML Entity (hex)R
URL Escape CodeR
UTF-8 (hex)0x52
UTF-8 (binary)01010010
UTF-160x0052
UTF-320x00000052

Source Code

C, C++, and Java"\u0052"
CSS Code\0052
JavaScript"\u0052"
Perl\x{0052}
Python 2u"\u0052"
Python 3\u0052
Ruby\u{0052}

Preview

This Unicode character looks like this R in sentence and in bold like this R and in italic like this R.

Font size:

R
12px
R
16px
R
20px
R
28px
R
36px
R
48px
R
72px

CSS Property: font-weight

R
100
R
200
R
300
R
400
R
500
R
600
R
700
R
800
R
900

HTML Forms and Input

input
disabled input
R
input-group
select
button
button

Code examples in HTML and CSS

<span>&#82;</span>

            
span {
    content: "\0052";
}

The symbol in different fonts

R
-apple-system
R
Apple Color Emoji
R
Arial
R
BlinkMacSystemFont
R
Courier New
R
Georgia
R
Droid Sans
R
Helvetica
R
Noto Sans
R
Oxygen
R
Roboto
R
"Segoe UI"
R
sans-serif
R
Segoe UI Emoji
R
Segoe UI Symbol
R
system-ui
R
Times New Roman
R
Ubuntu
R
Verdana

References