<tutorialjinni.com/>

HTML Lowercase Q With Hook Code

HTML Code &#672; ʠ
CSS3 Code \02A0
HTML Entity  
Hex Code &#x02A0;
UNICODE U+002A0
URL %26%23672%3B
Category HTML Letters Symbols Code

Usage Examples


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