Latin Letter Small Capital R

ʀ

Shortcodes

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

Unicode
U+0280
HTML Code
ʀ
HEX Code
ʀ
CSS Code
\280
JS/JSON
\u0280
Unix/C/PHP/JAVA
0x280
URL-encode
%CA%80
copied

Customize Latin Letter Small Capital R Symbol

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

Insert ʀ Latin Letter Small Capital R using HTML

1. Copy-paste Latin Letter Small Capital R directly:
<span>ʀ</span>
2. HTML Decimal Code:
<span>&#640;</span>
3. Hexadecimal Code:
<span>&#x0280;</span>
Preview: ʀ

Add Latin Letter Small Capital R symbol with CSS

.latin-letter-small-capital-r::before {
    content: '\\280';
}
Preview: Latin Letter Small Capital R

Latin Letter Small Capital R JavaScript Code

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