<tutorialjinni.com/>

HTML Equal to or Precedes Code

HTML Code &#8926;
CSS3 Code \22DE
HTML Entity &cuepr;
Hex Code &#x22DE;
UNICODE U+022DE
URL %26%238926%3B
Category HTML Math Equation Symbols Code

Usage Examples


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