Warning! This browser does not use JavaScript 
                    
                    DONT ADD ANYTHING HERE! 
                    
                        
                             Character references must start with a ampersand character (&) 
                            Following this, there are three possible kinds of character references
                                
                                    
                                        Named character references
                                        
                                            & 
                                            named character reference 
                                            ; 
                                            
                                                ©  
                                                ©
                                             
                                         
                                     
                                    
                                        Decimal numeric character reference
                                        
                                            & 
                                            # 
                                            one or more ascii digits,
                                                representing a base-ten integer corresponding to a code point
                                             
                                            ; 
                                            
                                                ©    
                                                ©
                                             
                                         
                                     
                                    Hexadecimal numeric character reference
                                        
                                            & 
                                            # 
                                            x or X 
                                            one or more ascii hex digits, representing a hexadecimal integer
                                                corresponding to a code point 
                                            ; 
                                            
                                                ©  
                                                ©
                                             
                                         
                                     
                                 
                             
                         
                     
                    Note 
                    
                        
                            Character Reference Examples 
                            
                                 
                            
                                
                                    Char 
                                    Entity 
                                    Decimal 
                                    Hex 
                                    Code Point 
                                    CSS 
                                 
                             
                            
                                
                                    0---00U+0030\0030 
                                
                                    A---AAU+0041\0041 
                                
                                    a---aaU+0061\0061 
                                
                                    &&&&U+0026\0026 
                                
                                    <<<<U+003C\003C 
                                
                                    >>>>U+003E\003E 
                                
                                    """"U+0022\0022 
                                
                                    ££££U+00A3\00A3 
                                
                                    €€€€U+20AC\20AC 
                                    @@@@U+0040\0040 
                                
                                    $$$$U+0024\0024 
                                
                                    …………U+2026\2026 
                                
                                    ©©©©U+00A9\00A9 
                             
                        
                     
                    Note 
                    
                        commat (@)
                        
                            commat (@) is commercial at commat has long been used in Spanish and Portuguese as an abbreviation of
                                arroba,
                                a unit of weight equivalent to 25 pounds, and derived from the Arabic expression
                                of "the quarter"  
                     
                    References