HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0224E"; } </style> </head> <body> <p>Geometrically Equivalent To using Hexa Decimal: &#x224E;</p> <p>Geometrically Equivalent To using HTML Code: &#8782;</p> <p>Geometrically Equivalent To using HTML Code: &bump;</p> <p id="point">Geometrically Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private