Modifier Letter Capital R

ᴿ

Shortcodes

Copy useful codes for modifier letter capital r symbol ᴿ to use in websites, apps, blogs, and docs.

Unicode
U+1D3F
HTML Code
ᴿ
HEX Code
ᴿ
CSS Code
\1D3F
JS/JSON
\u1D3F
Unix/C/PHP/JAVA
0x1D3F
URL-encode
%E1%B4%BF

Customize Modifier Letter Capital R

Customize ᴿ, download it as SVG or PNG, or copy the generated HTML snippet.

ᴿ
  

How to use Modifier Letter Capital R Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ᴿ</span>
HTML Code:
<span>&#7487;</span>
HEX Code:
<span>&#x1D3F;</span>

Add with CSS

.modifier-letter-capital-r::before {
  content: '\\1D3F';
}

Set it in JavaScript

document.querySelector('.modifier-letter-capital-r').textContent = 'ᴿ';
copied