HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02254"; } </style> </head> <body> <p>Colon Equals using Hexa Decimal: &#x2254;</p> <p>Colon Equals using HTML Code: &#8788;</p> <p>Colon Equals using HTML Entity: &colone;</p> <p id="point">Colon Equals using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private