HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00312"; } </style> </head> <body> <p>Comma Turned using Hexa Decimal: &#x0312;</p> <p>Comma Turned using HTML Code: &#786;</p> <p id="point">Comma Turned using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private