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

Save as Private