<tutorialjinni.com/>

HTML Yen/Yuan Character Variant Three Code

HTML Code &#22300;
CSS3 Code \571C
HTML Entity  
Hex Code &#x571C;
UNICODE U+0571C
URL %26%2322300%3B
Category HTML Currency Symbols Code

Usage Examples


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