HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000C6"; } </style> </head> <body> <p>Uppercase AE using Hexa Decimal: &#xc6;</p> <p>Uppercase AE using HTML Code: &#198;</p> <p>Uppercase AE using HTML Entity: &AElig;</p> <p id="point">Uppercase AE using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private