<tutorialjinni.com/>

HTML Yen Sign Code

HTML Code &#165; ¥
CSS3 Code \00A5
HTML Entity &yen;
Hex Code &#xa5;
UNICODE U+000A5
URL %26%23165%3B
Category HTML Currency Symbols Code

Usage Examples


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