Which of the following Unicode characters should be used in HTML?
        Posted  
        
            by George Edison
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George Edison
        
        
        
        Published on 2010-04-23T23:03:50Z
        Indexed on 
            2010/04/23
            23:13 UTC
        
        
        Read the original article
        Hit count: 263
        
I am aware that any Unicode character can be inserted into an HTML document via the following format:
�
...where 0000 is the character code of the desired character
My question is: which of these characters has the most widespread availability when it comes to the client's browser being able to display the character?
In other words, what are the ranges of codes that should be used in an HTML document that is going to be widely deployed?
© Stack Overflow or respective owner