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