HTML Entity/Symbol_(LOW LINE )

_
Copy this symbol

LOW LINE

Click on any of the following code values to copy to clipboard.

_
_
U+0005F
\005f
_

HTML Examples

Using HTML Code value in HTML file

<span> &#95; </span>

Using HTML Entity value in HTML file

<span> &lowbar; </span>

CSS Example

Using CSS content code of the HTML entity &lowbar; to specify in a CSS file

span { 
    content: "\005f";
}
All HTML Symbols