HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02259"; } </style> </head> <body> <p>Estimates using Hexa Decimal: &#x2259;</p> <p>Estimates using HTML Code: &#8793;</p> <p>Estimates using HTML Entity: &wedgeq;</p> <p id="point">Estimates using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private