Gimel Symbol
Name Gimel Symbol
Unicode U+2137
CSS Code \2137
HTML Entity ℷ
HTML Code ℷ
html
<div>&#8503;</div>
css
div::before {
  content: "\2137";
}