Mathematical Sans-serif Italic Small R
๐ณ
Shortcodes
Copy useful codes for mathematical sans-serif italic small r symbol ๐ณ to use in websites, apps, blogs, and docs.
Unicode
U+1D633 HTML Code
𝘳 HEX Code
𝘳 CSS Code
\1D633 JS/JSON
\u1D633 Unix/C/PHP/JAVA
0x1D633 URL-encode
%F0%9D%98%B3 Customize Mathematical Sans-serif Italic Small R
Customize ๐ณ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ณ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-r::before {
content: '\\1D633';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-r').textContent = '๐ณ';