<tutorialjinni.com/>

HTML White flag with horizontal middle black stripe Code

HTML Code &#9983;
CSS3 Code \26FF
HTML Entity  
Hex Code &#x26FF
UNICODE U+26FF
URL %26%239983%3B
Category Misc Symbols Codes

Usage Examples


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