HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02293"; } </style> </head> <body> <p>Square Cap using Hexa Decimal: &#x2293;</p> <p>Square Cap using HTML Code: &#8851;</p> <p>Square Cap using HTML Entity: &sqcap;</p> <p id="point">Square Cap using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private