Prescription Take
Name Prescription Take
Unicode U+211E
CSS Code \211E
HTML Entity ℞
HTML Code ℞
html
<div>&#8478;</div>
css
div::before {
  content: "\211E";
}