Mathematical Bold Script Capital R

๐“ก

Shortcodes

Copy and paste codes for Mathematical Bold Script Capital R symbol ๐“ก to use in your websites, apps, blogs, and more.

Unicode
U+1D4E1
HTML Code
𝓡
HEX Code
𝓡
CSS Code
\1D4E1
JS/JSON
\u1D4E1
Unix/C/PHP/JAVA
0x1D4E1
URL-encode
%F0%9D%93%A1
copied

Customize Mathematical Bold Script Capital R Symbol

Customize ๐“ก symbol as you like and download Mathematical Bold 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 Mathematical Bold Script Capital R symbol in HTML, CSS, and JS?

Insert ๐“ก Mathematical Bold Script Capital R using HTML

1. Copy-paste Mathematical Bold Script Capital R directly:
<span>๐“ก</span>
2. HTML Decimal Code:
<span>&#120033;</span>
3. Hexadecimal Code:
<span>&#x1D4E1;</span>
Preview: ๐“ก

Add Mathematical Bold Script Capital R symbol with CSS

.mathematical-bold-script-capital-r::before {
    content: '\\1D4E1';
}
Preview: Mathematical Bold Script Capital R

Mathematical Bold Script Capital R JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-capital-r').textContent = '๐“ก';
2. Unicode Escape for ๐“ก:
document.querySelector('.mathematical-bold-script-capital-r').textContent = '\u1D4E1';
Preview: ๐“ก