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

Save as Private