HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02013"; } </style> </head> <body> <p>EN Dash using Hexa Decimal: &#x2013;</p> <p>EN Dash using HTML Code: &#8211;</p> <p>EN Dash using HTML Entity: &ndash;</p> <p id="point">EN Dash using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private