Double-struck Capital R

Shortcodes

Copy and paste codes for Double-struck Capital R symbol ℝ to use in your websites, apps, blogs, and more.

Unicode
U+211D
HTML Code
ℝ
HTML Entity
ℝ
HEX Code
ℝ
CSS Code
\211D
JS/JSON
\u211D
Unix/C/PHP/JAVA
0x211D
URL-encode
%E2%84%9D
copied

Customize Double-struck Capital R Symbol

Customize ℝ symbol as you like and download Double-struck 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 Double-struck Capital R symbol in HTML, CSS, and JS?

Insert ℝ Double-struck Capital R using HTML

1. Copy-paste Double-struck Capital R directly:
<span>ℝ</span>
2. HTML Decimal Code:
<span>&#8477;</span>
3. HTML Entity:
<span>&Ropf;</span>
4. Hexadecimal Code:
<span>&#x211D;</span>
Preview:

Add Double-struck Capital R symbol with CSS

.double-struck-capital-r::before {
    content: '\\211D';
}
Preview: Double-struck Capital R

Double-struck Capital R JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-capital-r').textContent = 'ℝ';
2. Unicode Escape for ℝ:
document.querySelector('.double-struck-capital-r').textContent = '\u211D';
Preview: