HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0223A"; } </style> </head> <body> <p>Geometric Proportional using Hexa Decimal: &#x223A;</p> <p>Geometric Proportional using HTML Code: &#8762;</p> <p>Geometric Proportional using HTML Entity: &mDDot;</p> <p id="point">Geometric Proportional using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private