Small Contains with Vertical Bar At End of Horizontal Stroke |
Name | Small Contains with Vertical Bar At End of Horizontal Stroke | |
Unicode | U+22FC | |
CSS Code | \22FC | |
HTML Entity | ⋼ | |
HTML Code | ⋼ |
<div>⋼</div>
div::before {
content: "\22FC";
}