Mathematical Bold Script Small R
๐ป
Shortcodes
Copy useful codes for mathematical bold script small r symbol ๐ป to use in websites, apps, blogs, and docs.
Unicode
U+1D4FB HTML Code
𝓻 HEX Code
𝓻 CSS Code
\1D4FB JS/JSON
\u1D4FB Unix/C/PHP/JAVA
0x1D4FB URL-encode
%F0%9D%93%BB Customize Mathematical Bold Script Small R
Customize ๐ป, download it as SVG or PNG, or copy the generated HTML snippet.
๐ป
How to use Mathematical Bold Script Small R Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ป</span> HTML Code:
<span>𝓻</span> HEX Code:
<span>𝓻</span> Add with CSS
.mathematical-bold-script-small-r::before {
content: '\\1D4FB';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-r').textContent = '๐ป';