HTML Entity/Symbol⩝(LOGICAL OR WITH HORIZONTAL DASH )

Copy this symbol

LOGICAL OR WITH HORIZONTAL DASH

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

⩝
⩝
U+02A5D
\2a5d
⩝

HTML Examples

Using HTML Code value in HTML file

<span> &#10845; </span>

Using HTML Entity value in HTML file

<span> &ord; </span>

CSS Example

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

span { 
    content: "\2a5d";
}
All HTML Symbols