HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\020B5"; } </style> </head> <body> <p>Cedi Sign using Hexa Decimal: &#x20B5;</p> <p>Cedi Sign using HTML Code: &#8373;</p> <p id="point">Cedi Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private