HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00353"; } </style> </head> <body> <p>Cross Below using Hexa Decimal: &#x0353;</p> <p>Cross Below using HTML Code: &#851;</p> <p id="point">Cross Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private