HTML Entity/Symbol⧉(TWO JOINED SQUARES )

Copy this symbol

TWO JOINED SQUARES

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

⧉
⧉
U+029C9
\29c9
⧉

HTML Examples

Using HTML Code value in HTML file

<span> &#10697; </span>

Using HTML Entity value in HTML file

<span> &boxbox; </span>

CSS Example

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

span { 
    content: "\29c9";
}
All HTML Symbols