<tutorialjinni.com/>

HTML Uppercase Z Code

HTML Code &#90; Z
CSS3 Code \005A
HTML Entity  
Hex Code &#x5a;
UNICODE U+0005A
URL %26%2390%3B
Category HTML Letters Symbols Code

Usage Examples


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