Modifier Letter Small R

ʳ

Shortcodes

Copy and paste codes for Modifier Letter Small R symbol ʳ to use in your websites, apps, blogs, and more.

Unicode
U+02B3
HTML Code
ʳ
HEX Code
ʳ
CSS Code
\2B3
JS/JSON
\u02B3
Unix/C/PHP/JAVA
0x2B3
URL-encode
%CA%B3
copied

Customize Modifier Letter Small R Symbol

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

Insert ʳ Modifier Letter Small R using HTML

1. Copy-paste Modifier Letter Small R directly:
<span>ʳ</span>
2. HTML Decimal Code:
<span>&#691;</span>
3. Hexadecimal Code:
<span>&#x02B3;</span>
Preview: ʳ

Add Modifier Letter Small R symbol with CSS

.modifier-letter-small-r::before {
    content: '\\2B3';
}
Preview: Modifier Letter Small R

Modifier Letter Small R JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-r').textContent = 'ʳ';
2. Unicode Escape for ʳ:
document.querySelector('.modifier-letter-small-r').textContent = '\u02B3';
Preview: ʳ