HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0278F"; } </style> </head> <body> <p>6 Dingbat Negative Circled Sans Serif using Hexa Decimal: &#x278F;</p> <p>6 Dingbat Negative Circled Sans Serif using HTML Code: &#10127;</p> <p id="point">6 Dingbat Negative Circled Sans Serif using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private