Mathematical Bold Script Capital R
๐ก
Shortcodes
Copy useful codes for mathematical bold script capital r symbol ๐ก to use in websites, apps, blogs, and docs.
Unicode
U+1D4E1 HTML Code
𝓡 HEX Code
𝓡 CSS Code
\1D4E1 JS/JSON
\u1D4E1 Unix/C/PHP/JAVA
0x1D4E1 URL-encode
%F0%9D%93%A1 Customize Mathematical Bold Script Capital R
Customize ๐ก, download it as SVG or PNG, or copy the generated HTML snippet.
๐ก
How to use Mathematical Bold Script Capital 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-capital-r::before {
content: '\\1D4E1';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-capital-r').textContent = '๐ก';