HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0021C"; } </style> </head> <body> <p>Uppercase Yogh using Hexa Decimal: &#x021C;</p> <p>Uppercase Yogh using HTML Code: &#540;</p> <p id="point">Uppercase Yogh using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private