HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0005F"; } </style> </head> <body> <p>Underscore using Hexa Decimal: &#x5f;</p> <p>Underscore using HTML Code: &#95;</p> <p>Underscore using HTML Entity: &lowbar;</p> <p id="point">Underscore using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private