Care Of
Name Care Of
Unicode U+2105
CSS Code \2105
HTML Entity ℅
HTML Code ℅
html
<div>&#8453;</div>
css
div::before {
  content: "\2105";
}