HTML Entity/Symbol⧐(VERTICAL BAR BESIDE RIGHT TRIANGLE )

Copy this symbol

VERTICAL BAR BESIDE RIGHT TRIANGLE

Click on any of the following code values to copy to clipboard.

⧐
⧐
U+029D0
\29d0
⧐

HTML Examples

Using HTML Code value in HTML file

<span> &#10704; </span>

Using HTML Entity value in HTML file

<span> &RightTriangleBar; </span>

CSS Example

Using CSS content code of the HTML entity &RightTriangleBar; to specify in a CSS file

span { 
    content: "\29d0";
}
All HTML Symbols