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

Save as Private