Contains With Vertical Bar at End of Horizontal Stroke
⋻
UNICODE
U+022FBHEX CODE
⋻HTML CODE
⋻HTML ENTITY
⋻CSS CODE
\22FB // html example
<span>⋻</span> // css example
span {
content: "\22FB";
} ⋻
U+022FB⋻⋻⋻\22FB // html example
<span>⋻</span> // css example
span {
content: "\22FB";
}