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