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

Save as Private