Prescription Take

Shortcodes

Copy and paste codes for Prescription Take symbol ℞ to use in your websites, apps, blogs, and more.

Unicode
U+211E
HTML Code
℞
HEX Code
℞
CSS Code
\211E
JS/JSON
\u211E
Unix/C/PHP/JAVA
0x211E
URL-encode
%E2%84%9E
copied

Customize Prescription Take Symbol

Customize ℞ symbol as you like and download Prescription Take 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 Prescription Take symbol in HTML, CSS, and JS?

Insert ℞ Prescription Take using HTML

1. Copy-paste Prescription Take directly:
<span>℞</span>
2. HTML Decimal Code:
<span>&#8478;</span>
3. Hexadecimal Code:
<span>&#x211E;</span>
Preview:

Add Prescription Take symbol with CSS

.prescription-take::before {
    content: '\\211E';
}
Preview: Prescription Take

Prescription Take JavaScript Code

1. Direct Symbol:
document.querySelector('.prescription-take').textContent = '℞';
2. Unicode Escape for ℞:
document.querySelector('.prescription-take').textContent = '\u211E';
Preview: