HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02229"; } </style> </head> <body> <p>Intersection using Hexa Decimal: &#x2229;</p> <p>Intersection using HTML Code: &#8745;</p> <p>Intersection using HTML Entity: &cap;</p> <p id="point">Intersection using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private