HTML Entity/Symbol⋈(BOWTIE )

Copy this symbol

BOWTIE

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

⋈
⋈
U+022C8
\22c8
⋈

HTML Examples

Using HTML Code value in HTML file

<span> &#8904; </span>

Using HTML Entity value in HTML file

<span> &bowtie; </span>

CSS Example

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

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