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