Script Capital R

Shortcodes

Copy and paste codes for Script Capital R symbol ℛ to use in your websites, apps, blogs, and more.

Unicode
U+211B
HTML Code
ℛ
HEX Code
ℛ
CSS Code
\211B
JS/JSON
\u211B
Unix/C/PHP/JAVA
0x211B
URL-encode
%E2%84%9B
copied

Customize Script Capital R Symbol

Customize ℛ symbol as you like and download Script Capital 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 Script Capital R symbol in HTML, CSS, and JS?

Insert ℛ Script Capital R using HTML

1. Copy-paste Script Capital R directly:
<span>ℛ</span>
2. HTML Decimal Code:
<span>&#8475;</span>
3. Hexadecimal Code:
<span>&#x211B;</span>
Preview:

Add Script Capital R symbol with CSS

.script-capital-r::before {
    content: '\\211B';
}
Preview: Script Capital R

Script Capital R JavaScript Code

1. Direct Symbol:
document.querySelector('.script-capital-r').textContent = 'ℛ';
2. Unicode Escape for ℛ:
document.querySelector('.script-capital-r').textContent = '\u211B';
Preview: