HTML Entity/Symbol⩜(LOGICAL AND WITH HORIZONTAL DASH )

Copy this symbol

LOGICAL AND WITH HORIZONTAL DASH

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

⩜
⩜
U+02A5C
\2a5c
⩜

HTML Examples

Using HTML Code value in HTML file

<span> &#10844; </span>

Using HTML Entity value in HTML file

<span> &andd; </span>

CSS Example

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

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