<tutorialjinni.com/>

HTML Square with orthogonal crosshatch fill Code

HTML Code &#9638;
CSS3 Code \25A6
HTML Entity  
Hex Code &#x25A6
UNICODE U+25A6
URL %26%239638%3B
Category HTML Geometric Shapes Symbols Code

Usage Examples


To use Square with orthogonal crosshatch fill in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\25A6";
    }
</style>
To use Square with orthogonal crosshatch fill in in-line HTML code you can use it "as it is" but, it is recommend that Square with orthogonal crosshatch fill should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#9638;</i>
In order to send Square with orthogonal crosshatch fill via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of Square with orthogonal crosshatch fill. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-square-with-orthogonal-crosshatch-fill-code=%26%239638%3B