<tutorialjinni.com/>

HTML Black-Letter Capital Z Code

HTML Code &#8488;
CSS3 Code \2128
HTML Entity &Zfr;
Hex Code &#x2128;
UNICODE U+02128
URL %26%238488%3B
Category Misc Symbols Codes

Usage Examples


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