<tutorialjinni.com/>

HTML Fullwidth Yen Sign Code

HTML Code &#65509;
CSS3 Code \FFE5
HTML Entity  
Hex Code &#xFFE5;
UNICODE U+0FFE5
URL %26%2365509%3B
Category HTML Currency Symbols Code

Usage Examples


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