HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02263"; } </style> </head> <body> <p>Strictly Equivalent To using Hexa Decimal: &#x2263;</p> <p>Strictly Equivalent To using HTML Code: &#8803;</p> <p id="point">Strictly Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private