Alef Symbol
Name Alef Symbol
Unicode U+2135
CSS Code \2135
HTML Entity ℵ
HTML Code ℵ
html
<div>&#8501;</div>
css
div::before {
  content: "\2135";
}