Latin Subscript Small Letter R

Shortcodes

Copy and paste codes for Latin Subscript Small Letter R symbol ᵣ to use in your websites, apps, blogs, and more.

Unicode
U+1D63
HTML Code
ᵣ
HEX Code
ᵣ
CSS Code
\1D63
JS/JSON
\u1D63
Unix/C/PHP/JAVA
0x1D63
URL-encode
%E1%B5%A3
copied

Customize Latin Subscript Small Letter R Symbol

Customize ᵣ symbol as you like and download Latin Subscript Small Letter 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 Latin Subscript Small Letter R symbol in HTML, CSS, and JS?

Insert ᵣ Latin Subscript Small Letter R using HTML

1. Copy-paste Latin Subscript Small Letter R directly:
<span>ᵣ</span>
2. HTML Decimal Code:
<span>&#7523;</span>
3. Hexadecimal Code:
<span>&#x1D63;</span>
Preview:

Add Latin Subscript Small Letter R symbol with CSS

.latin-subscript-small-letter-r::before {
    content: '\\1D63';
}
Preview: Latin Subscript Small Letter R

Latin Subscript Small Letter R JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-r').textContent = 'ᵣ';
2. Unicode Escape for ᵣ:
document.querySelector('.latin-subscript-small-letter-r').textContent = '\u1D63';
Preview: