Mathematical Monospace Small R

๐š›

Shortcodes

Copy useful codes for mathematical monospace small r symbol ๐š› to use in websites, apps, blogs, and docs.

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

Customize Mathematical Monospace Small R

Customize ๐š›, download it as SVG or PNG, or copy the generated HTML snippet.

๐š›
  

How to use Mathematical Monospace Small R Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐š›</span>
HTML Code:
<span>&#120475;</span>
HEX Code:
<span>&#x1D69B;</span>

Add with CSS

.mathematical-monospace-small-r::before {
  content: '\\1D69B';
}

Set it in JavaScript

document.querySelector('.mathematical-monospace-small-r').textContent = '๐š›';
copied