<tutorialjinni.com/>

HTML N-Ary Product Code

HTML Code &#8719;
CSS3 Code \220F
HTML Entity &prod;
Hex Code &#x220F;
UNICODE U+0220F
URL %26%238719%3B
Category HTML Math Equation Symbols Code

Usage Examples


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