<tutorialjinni.com/>

HTML Pisces Code

HTML Code &#9811;
CSS3 Code \2653
HTML Entity  
Hex Code &#x2653
UNICODE U+2653
URL %26%239811%3B
Category HTML Zodiac Symbols Code

Usage Examples


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