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>&#120059;</span>
HEX Code:
<span>&#x1D4FB;</span>

Add with CSS

.mathematical-bold-script-small-r::before {
  content: '\\1D4FB';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-r').textContent = '๐“ป';
copied