HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0213A"; } </style> </head> <body> <p>Rotated Capital Q using Hexa Decimal: &#x213A;</p> <p>Rotated Capital Q using HTML Code: &#8506;</p> <p id="point">Rotated Capital Q using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private