HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022C2"; } </style> </head> <body> <p>N-ARY Intersection using Hexa Decimal: &#x22C2;</p> <p>N-ARY Intersection using HTML Code: &#8898;</p> <p>N-ARY Intersection using HTML Entity: &xcap;</p> <p id="point">N-ARY Intersection using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private