[html] Custom bullet symbol for <li> elements in <ul> that is a regular character, and not an image

_x000D_
_x000D_
.list-dash li, .list-bullet li {_x000D_
    position: relative;_x000D_
    list-style-type: none; /* disc circle(hollow) square none */_x000D_
    text-indent: -2em;_x000D_
}_x000D_
.list-dash li:before {_x000D_
    content: '—  '; /* em dash */_x000D_
}_x000D_
.list-bullet li:before {_x000D_
    content: '• '; /*copy and paste a bullet from HTML in browser into CSS (not using ASCII codes) */_x000D_
}
_x000D_
<ul class="list-dash">_x000D_
    <li>Item 1</li>_x000D_
    <li>Item 2</li>_x000D_
    <li>Item 3</li>_x000D_
    <li>Item 4</li>_x000D_
</ul>
_x000D_
_x000D_
_x000D_

Examples related to html

Embed ruby within URL : Middleman Blog Please help me convert this script to a simple image slider Generating a list of pages (not posts) without the index file Why there is this "clear" class before footer? Is it possible to change the content HTML5 alert messages? Getting all files in directory with ajax DevTools failed to load SourceMap: Could not load content for chrome-extension How to set width of mat-table column in angular? How to open a link in new tab using angular? ERROR Error: Uncaught (in promise), Cannot match any routes. URL Segment

Examples related to css

need to add a class to an element Using Lato fonts in my css (@font-face) Please help me convert this script to a simple image slider Why there is this "clear" class before footer? How to set width of mat-table column in angular? Center content vertically on Vuetify bootstrap 4 file input doesn't show the file name Bootstrap 4: responsive sidebar menu to top navbar Stylesheet not loaded because of MIME-type Force flex item to span full row width

Examples related to webkit

com.apple.WebKit.WebContent drops 113 error: Could not find specified service HTML5 Video autoplay on iPhone What does the shrink-to-fit viewport meta attribute do? Chrome / Safari not filling 100% height of flex parent How to style HTML5 range input to have different color before and after slider? What are -moz- and -webkit-? Video auto play is not working in Safari and Chrome desktop browser Rotate and translate Background color not showing in print preview Blurry text after using CSS transform: scale(); in Chrome

Examples related to mobile-webkit

Is there a real solution to debug cordova apps Custom bullet symbol for <li> elements in <ul> that is a regular character, and not an image How to flip background image using CSS? CSS submit button weird rendering on iPad/iPhone