<tutorialjinni.com/>

HTML Medium white circle Code

HTML Code &#9898;
CSS3 Code \26AA
HTML Entity  
Hex Code &#x26AA
UNICODE U+26AA
URL %26%239898%3B
Category Misc Symbols Codes

Usage Examples


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