<tutorialjinni.com/>

HTML Fullwidth Pound Sign Code

HTML Code &#65505;
CSS3 Code \FFE1
HTML Entity  
Hex Code &#xFFE1;
UNICODE U+0FFE1
URL %26%2365505%3B
Category HTML Currency Symbols Code

Usage Examples


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