HTML Black-Letter Capital R Code |
||
HTML Code | ℜ | ℜ |
CSS3 Code | \211C | |
HTML Entity | ℜ | |
Hex Code | ℜ | |
UNICODE | U+0211C | |
URL | %26%238476%3B | |
Category | Misc Symbols Codes | |
Usage ExamplesTo 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>ℜ</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
|