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

Save as Private