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

Save as Private