HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02261"; } </style> </head> <body> <p>Identical To using Hexa Decimal: &#x2261;</p> <p>Identical To using HTML Code: &#8801;</p> <p>Identical To using HTML Entity: &equiv;</p> <p id="point">Identical To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private