Element Of With Vertical Bar At End Of Horizontal Stroke Symbol
⋳ is a math symbol (U+22F3) denoting an “element of” style relationship with a vertical bar at the end of a horizontal stroke.
U+22F3
⋳ is a specialized Unicode math symbol: “ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE” (U+22F3). It’s often used when you want an “element of” notation with a distinct visual variant. This page helps you copy it reliably across tools and fonts.
Element Of With Vertical Bar At End Of Horizontal Stroke Symbol Meaning
⋳ (U+22F3) is a Unicode character in the Math category with the name “ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE.” Visually, it resembles an “element of” operator, but with a vertical bar at the end of the horizontal stroke. In practice, this kind of operator is used in mathematical writing to express membership or related element-notation relationships where a particular stylistic variant is preferred. Because it’s in Unicode’s math block, it’s most commonly seen in typeset text, technical documents, and plain-text math content where the exact glyph matters.
Common uses
- •Writing math membership/element relationships in plain-text documents
- •Annotating sets and elements in notes, wikis, and technical documentation
- •Labeling variables or constraints in equations for quick publishing
- •Using as a visual variant of “element of” in educational materials
- •Formatting inline math-like text in developer docs and comments
Examples
⋳ Element of with Vertical Bar at End of Horizontal Stroke
- ⋳Let x ⋳ A.
- ⋳a ⋳ S and b ⋳ S.
- ⋳If y ⋳ B, then y has property P.
- ⋳Choose z ⋳ T to satisfy the constraint.
- ⋳w ⋳ U for all valid inputs.
Variations
Ready to copy
Technical codes
| Unicode | U+22F3 | |
| HTML Entity | ⋳ | |
| HTML Code | ⋳ | |
| CSS | \22F3 |
FAQ
What does the Element Of With Vertical Bar At End Of Horizontal Stroke symbol mean?
⋳ (U+22F3) is a Unicode character in the Math category with the name “ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE.” Visually, it resembles an “element of” operator, but with a vertical bar at the end of the horizontal stroke. In practice, this kind of operator is used in mathematical writing to express membership or related element-notation relationships where a particular stylistic variant is preferred. Because it’s in Unicode’s math block, it’s most commonly seen in typeset text, technical documents, and plain-text math content where the exact glyph matters.
What is the Unicode code point for ⋳?
⋳ is U+22F3, named “ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE.”
How do I copy ⋳ into HTML?
You can use the HTML entity: ⋳ (or use the character directly if your font supports it).
What is the CSS escape for this symbol?
The CSS escape is \\22F3.
Can I use ⋳ in JavaScript strings?
Yes. The JavaScript escape is \\u{22F3} (or you can paste the character directly in UTF-8 text).