HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0015A"; } </style> </head> <body> <p>Uppercase S Acute using Hexa Decimal: &#x015A;</p> <p>Uppercase S Acute using HTML Code: &#346;</p> <p>Uppercase S Acute using HTML Entity: &Sacute;</p> <p id="point">Uppercase S Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private