HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002A3"; } </style> </head> <body> <p>dz Digraph using Hexa Decimal: &#x02A3;</p> <p>dz Digraph using HTML Code: &#675;</p> <p id="point">dz Digraph using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private