Control or Ctrl (Up Arrowhead)
Name Control or Ctrl (Up Arrowhead)
Unicode U+2303
CSS Code \2303
HTML Code ⌃
html
<div>&#8963;</div>
css
div::before {
  content: "\2303";
}