Fullwidth Latin Capital Letter R

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter R symbol R to use in your websites, apps, blogs, and more.

Unicode
U+FF32
HTML Code
R
HEX Code
R
CSS Code
\FF32
JS/JSON
\uFF32
Unix/C/PHP/JAVA
0xFF32
URL-encode
%EF%BC%B2
copied

Customize Fullwidth Latin Capital Letter R Symbol

Customize R symbol as you like and download Fullwidth Latin Capital Letter R as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Capital Letter R symbol in HTML, CSS, and JS?

Insert R Fullwidth Latin Capital Letter R using HTML

1. Copy-paste Fullwidth Latin Capital Letter R directly:
<span>R</span>
2. HTML Decimal Code:
<span>&#65330;</span>
3. Hexadecimal Code:
<span>&#xFF32;</span>
Preview:

Add Fullwidth Latin Capital Letter R symbol with CSS

.fullwidth-latin-capital-letter-r::before {
    content: '\\FF32';
}
Preview: Fullwidth Latin Capital Letter R

Fullwidth Latin Capital Letter R JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-r').textContent = 'R';
2. Unicode Escape for R:
document.querySelector('.fullwidth-latin-capital-letter-r').textContent = '\uFF32';
Preview: