HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0213B"; } </style> </head> <body> <p>Facsimile Sign using Hexa Decimal: &#x213B;</p> <p>Facsimile Sign using HTML Code: &#8507;</p> <p id="point">Facsimile Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private