HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022BD"; } </style> </head> <body> <p>NOR using Hexa Decimal: &#x22BD;</p> <p>NOR using HTML Code: &#8893;</p> <p>NOR using HTML Entity: &barvee;</p> <p id="point">NOR using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private