Mathematical Monospace Small R

๐š›

Shortcodes

Copy and paste codes for Mathematical Monospace Small R symbol ๐š› to use in your websites, apps, blogs, and more.

Unicode
U+1D69B
HTML Code
𝚛
HEX Code
𝚛
CSS Code
\1D69B
JS/JSON
\u1D69B
Unix/C/PHP/JAVA
0x1D69B
URL-encode
%F0%9D%9A%9B
copied

Customize Mathematical Monospace Small R Symbol

Customize ๐š› symbol as you like and download Mathematical Monospace 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 Monospace Small R symbol in HTML, CSS, and JS?

Insert ๐š› Mathematical Monospace Small R using HTML

1. Copy-paste Mathematical Monospace Small R directly:
<span>๐š›</span>
2. HTML Decimal Code:
<span>&#120475;</span>
3. Hexadecimal Code:
<span>&#x1D69B;</span>
Preview: ๐š›

Add Mathematical Monospace Small R symbol with CSS

.mathematical-monospace-small-r::before {
    content: '\\1D69B';
}
Preview: Mathematical Monospace Small R

Mathematical Monospace Small R JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-monospace-small-r').textContent = '๐š›';
2. Unicode Escape for ๐š›:
document.querySelector('.mathematical-monospace-small-r').textContent = '\u1D69B';
Preview: ๐š›