<tutorialjinni.com/>

HTML Black-Letter Capital C Code

HTML Code &#8493;
CSS3 Code \212D
HTML Entity &Cfr;
Hex Code &#x212D;
UNICODE U+0212D
URL %26%238493%3B
Category Misc Symbols Codes

Usage Examples


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