<tutorialjinni.com/>

HTML Thai Currency Symbol Baht Code

HTML Code &#3647; ฿
CSS3 Code \0E3F
HTML Entity  
Hex Code &#x0E3F;
UNICODE U+00E3F
URL %26%233647%3B
Category HTML Currency Symbols Code

Usage Examples


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