HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02234"; } </style> </head> <body> <p>Therefore using Hexa Decimal: &#x2234;</p> <p>Therefore using HTML Code: &#8756;</p> <p>Therefore using HTML Entity: &there4;</p> <p id="point">Therefore using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private