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