HTML Entity/Symbol⋰(UP RIGHT DIAGONAL ELLIPSIS )

Copy this symbol

UP RIGHT DIAGONAL ELLIPSIS

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

⋰
⋰
U+022F0
\22f0
⋰

HTML Examples

Using HTML Code value in HTML file

<span> &#8944; </span>

Using HTML Entity value in HTML file

<span> &utdot; </span>

CSS Example

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

span { 
    content: "\22f0";
}
All HTML Symbols