HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002A7"; } </style> </head> <body> <p>tf digraph using Hexa Decimal: &#x02A7;</p> <p>tf digraph using HTML Code: &#679;</p> <p id="point">tf digraph using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private