HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02010"; } </style> </head> <body> <p>Hyphen using Hexa Decimal: &#x2010;</p> <p>Hyphen using HTML Code: &#8208;</p> <p>Hyphen using HTML Entity: &hyphen;</p> <p id="point">Hyphen using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private