when pasting a simple bullet icon like this "•" from this website https://www.piliapp.com/symbol/bullet-point/ into your html code does it also appear as a normal bullet icon on mobile devices?
            Asked
            
        
        
            Active
            
        
            Viewed 40 times
        
    -2
            
            
        1 Answers
-1
            
            
        You really should be using ul to create bulletpoints - otherwise your applications accessibility will be significantly reduced - always aim to use semantic elements in your HTML where possible.
To answer your question though, provided you use the copied snippet in an appropriate element (div, span, p) for example - then the bullet point will render correctly.
        cts
        
- 908
 - 1
 - 9
 - 30
 
` --> [Unordered Lists](https://www.w3schools.com/html/html_lists_unordered.asp)
– Zak Nov 01 '21 at 20:45