<tutorialjinni.com/>

HTML Lari sign Code

HTML Code &#8382;
CSS3 Code \20BE
HTML Entity  
Hex Code &#x20BE
UNICODE U+20BE
URL %26%238382%3B
Category HTML Currency Symbols Code

Usage Examples


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