<tutorialjinni.com/>

HTML Circled Equals Code

HTML Code &#8860;
CSS3 Code \229C
HTML Entity  
Hex Code &#x229C;
UNICODE U+0229C
URL %26%238860%3B
Category HTML Math Equation Symbols Code

Usage Examples


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