<tutorialjinni.com/>

HTML Black-Letter Capital R Code

HTML Code &#8476;
CSS3 Code \211C
HTML Entity &real;
Hex Code &#x211C;
UNICODE U+0211C
URL %26%238476%3B
Category Misc Symbols Codes

Usage Examples


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