<tutorialjinni.com/>

HTML Element of With Dot Above Code

HTML Code &#8949;
CSS3 Code \22F5
HTML Entity &isindot;
Hex Code &#x22F5;
UNICODE U+022F5
URL %26%238949%3B
Category HTML Math Equation Symbols Code

Usage Examples


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