<tutorialjinni.com/>

HTML Fullwidth Cent Sign Code

HTML Code &#65504;
CSS3 Code \FFE0
HTML Entity  
Hex Code &#xFFE0;
UNICODE U+0FFE0
URL %26%2365504%3B
Category HTML Currency Symbols Code

Usage Examples


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