Latin Letter Small Capital R
ʀ
Shortcodes
Copy useful codes for latin letter small capital r symbol ʀ to use in websites, apps, blogs, and docs.
Unicode
U+0280 HTML Code
ʀ HEX Code
ʀ CSS Code
\0280 JS/JSON
\u0280 Unix/C/PHP/JAVA
0x280 URL-encode
%CA%80 Customize Latin Letter Small Capital R
Customize ʀ, download it as SVG or PNG, or copy the generated HTML snippet.
ʀ
How to use Latin Letter Small Capital 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
.latin-letter-small-capital-r::before {
content: '\\0280';
} Set it in JavaScript
document.querySelector('.latin-letter-small-capital-r').textContent = 'ʀ';