Mathematical Bold Script Small R

๐“ป

Shortcodes

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

Unicode
U+1D4FB
HTML Code
𝓻
HEX Code
𝓻
CSS Code
\1D4FB
JS/JSON
\u1D4FB
Unix/C/PHP/JAVA
0x1D4FB
URL-encode
%F0%9D%93%BB
copied

Customize Mathematical Bold Script Small R Symbol

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

Insert ๐“ป Mathematical Bold Script Small R using HTML

1. Copy-paste Mathematical Bold Script Small R directly:
<span>๐“ป</span>
2. HTML Decimal Code:
<span>&#120059;</span>
3. Hexadecimal Code:
<span>&#x1D4FB;</span>
Preview: ๐“ป

Add Mathematical Bold Script Small R symbol with CSS

.mathematical-bold-script-small-r::before {
    content: '\\1D4FB';
}
Preview: Mathematical Bold Script Small R

Mathematical Bold Script Small R JavaScript Code

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