Small Element of With Vertical Bar at End of Horizontal Stroke

UNICODE

U+022F4

HEX CODE

⋴

HTML CODE

⋴

HTML ENTITY

⋴

CSS CODE

\22F4
// html example
<span>&#8948;</span>

// css example
span {
  content: "\22F4";
}