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

Save as Private