<tutorialjinni.com/>

HTML Intersection Code

HTML Code &#8745;
CSS3 Code \2229
HTML Entity &cap;
Hex Code &#x2229;
UNICODE U+02229
URL %26%238745%3B
Category HTML Math Equation Symbols Code

Usage Examples


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