<tutorialjinni.com/>

HTML Headstone graveyard symbol Code

HTML Code &#9980;
CSS3 Code \26FC
HTML Entity  
Hex Code &#x26FC
UNICODE U+26FC
URL %26%239980%3B
Category Misc Symbols Codes

Usage Examples


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