Mathematical Double-struck Small R

๐•ฃ

Shortcodes

Copy and paste codes for Mathematical Double-struck Small R symbol ๐•ฃ to use in your websites, apps, blogs, and more.

Unicode
U+1D563
HTML Code
𝕣
HEX Code
𝕣
CSS Code
\1D563
JS/JSON
\u1D563
Unix/C/PHP/JAVA
0x1D563
URL-encode
%F0%9D%95%A3
copied

Customize Mathematical Double-struck Small R Symbol

Customize ๐•ฃ symbol as you like and download Mathematical Double-struck Small R as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐•ฃ

                        
                    

How to add Mathematical Double-struck Small R symbol in HTML, CSS, and JS?

Insert ๐•ฃ Mathematical Double-struck Small R using HTML

1. Copy-paste Mathematical Double-struck Small R directly:
<span>๐•ฃ</span>
2. HTML Decimal Code:
<span>&#120163;</span>
3. Hexadecimal Code:
<span>&#x1D563;</span>
Preview: ๐•ฃ

Add Mathematical Double-struck Small R symbol with CSS

.mathematical-double-struck-small-r::before {
    content: '\\1D563';
}
Preview: Mathematical Double-struck Small R

Mathematical Double-struck Small R JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-double-struck-small-r').textContent = '๐•ฃ';
2. Unicode Escape for ๐•ฃ:
document.querySelector('.mathematical-double-struck-small-r').textContent = '\u1D563';
Preview: ๐•ฃ