HTML Dingbat Circled Sans-Serif Digit Nine Code |
||
HTML Code | ➈ | ➈ |
CSS3 Code | \2788 | |
HTML Entity | ||
Hex Code | ➈ | |
UNICODE | U+02788 | |
URL | %26%2310120%3B | |
Category | Misc Symbols Codes | |
Usage ExamplesTo use Dingbat Circled Sans-Serif Digit Nine in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
span {
content: "\2788";
}
</style>
To use Dingbat Circled Sans-Serif Digit Nine in in-line HTML code you can use it "as it is" but, it is recommend
that Dingbat Circled Sans-Serif Digit Nine 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 Dingbat Circled Sans-Serif Digit Nine via a HTML form or via a query string it should be properly encoded.
Following is the URL encoded format of Dingbat Circled Sans-Serif Digit Nine. Do not forget to Decode it on the server side.
https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-dingbat-circled-sans-serif-digit-nine-code=%26%2310120%3B
|