HTML Entity/Symbol⍼(RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW )

Copy this symbol

RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW

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

⍼
⍼
U+0237C
\237c
⍼

HTML Examples

Using HTML Code value in HTML file

<span> &#9084; </span>

Using HTML Entity value in HTML file

<span> &angzarr; </span>

CSS Example

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

span { 
    content: "\237c";
}
All HTML Symbols