<tutorialjinni.com/>

HTML Latin Letter Alveolar Click Code

HTML Code &#450; ǂ
CSS3 Code \01C2
HTML Entity  
Hex Code &#x01C2;
UNICODE U+001C2
URL %26%23450%3B
Category HTML Letters Symbols Code

Usage Examples


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