<tutorialjinni.com/>

HTML Cloud Code

HTML Code &#9729;
CSS3 Code \2601
HTML Entity  
Hex Code &#x2601;
UNICODE U+02601
URL %26%239729%3B
Category HTML Weather Symbols Code

Usage Examples


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