HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00342"; } </style> </head> <body> <p>Greek Perispomeni using Hexa Decimal: &#x0342;</p> <p>Greek Perispomeni using HTML Code: &#834;</p> <p id="point">Greek Perispomeni using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private