<tutorialjinni.com/>

HTML Vulgar Fraction One Fifth Code

HTML Code &#8533;
CSS3 Code \2155
HTML Entity &frac15;
Hex Code &#x2155;
UNICODE U+02155
URL %26%238533%3B
Category HTML Number Symbols Code

Usage Examples


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