HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D2"; } </style> </head> <body> <p>Double Intersection using Hexa Decimal: &#x22D2;</p> <p>Double Intersection using HTML Code: &#8914;</p> <p>Double Intersection using HTML Entity: &Cap;</p> <p id="point">Double Intersection using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private