Black-letter Capital R

Shortcodes

Copy and paste codes for Black-letter Capital R symbol ℜ to use in your websites, apps, blogs, and more.

Unicode
U+211C
HTML Code
ℜ
HTML Entity
ℜ
HEX Code
ℜ
CSS Code
\211C
JS/JSON
\u211C
Unix/C/PHP/JAVA
0x211C
URL-encode
%E2%84%9C
copied

Customize Black-letter Capital R Symbol

Customize ℜ symbol as you like and download Black-letter 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 Black-letter Capital R symbol in HTML, CSS, and JS?

Insert ℜ Black-letter Capital R using HTML

1. Copy-paste Black-letter Capital R directly:
<span>ℜ</span>
2. HTML Decimal Code:
<span>&#8476;</span>
3. HTML Entity:
<span>&Rfr;</span>
4. Hexadecimal Code:
<span>&#x211C;</span>
Preview:

Add Black-letter Capital R symbol with CSS

.black-letter-capital-r::before {
    content: '\\211C';
}
Preview: Black-letter Capital R

Black-letter Capital R JavaScript Code

1. Direct Symbol:
document.querySelector('.black-letter-capital-r').textContent = 'ℜ';
2. Unicode Escape for ℜ:
document.querySelector('.black-letter-capital-r').textContent = '\u211C';
Preview: