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

Save as Private