<tutorialjinni.com/>

HTML Fraction One Quarter Code

HTML Code &#188; ¼
CSS3 Code \00BC
HTML Entity &frac14;
Hex Code &#xbc;
UNICODE U+000BC
URL %26%23188%3B
Category HTML Number Symbols Code

Usage Examples


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