HTML Black-Letter Capital H Code |
||
HTML Code | ℌ | ℌ |
CSS3 Code | \210C | |
HTML Entity | ℌ | |
Hex Code | ℌ | |
UNICODE | U+0210C | |
URL | %26%238460%3B | |
Category | Misc Symbols Codes | |
Usage ExamplesTo use Black-Letter Capital H in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
span {
content: "\210C";
}
</style>
To use Black-Letter Capital H in in-line HTML code you can use it "as it is" but, it is recommend
that Black-Letter Capital H should be used like the following example code. Because it help in assigning special CSS to it.
<!-- html usage -->
<i>ℌ</i>
In order to send Black-Letter Capital H via a HTML form or via a query string it should be properly encoded.
Following is the URL encoded format of Black-Letter Capital H. Do not forget to Decode it on the server side.
https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-black-letter-capital-h-code=%26%238460%3B
|