<tutorialjinni.com/>

HTML Up Barb Left Down Barb Right Harpoon Code

HTML Code &#10573;
CSS3 Code \294D
HTML Entity  
Hex Code &#x294D;
UNICODE U+0294D
URL %26%2310573%3B
Category HTML Arrows Symbols Code

Usage Examples


To use Up Barb Left Down Barb Right Harpoon in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\294D";
    }
</style>
To use Up Barb Left Down Barb Right Harpoon in in-line HTML code you can use it "as it is" but, it is recommend that Up Barb Left Down Barb Right Harpoon should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#10573;</i>
In order to send Up Barb Left Down Barb Right Harpoon via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of Up Barb Left Down Barb Right Harpoon. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-up-barb-left-down-barb-right-harpoon-code=%26%2310573%3B