HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001F6"; } </style> </head> <body> <p>Uppercase HU hwair using Hexa Decimal: &#x01F6;</p> <p>Uppercase HU hwair using HTML Code: &#502;</p> <p id="point">Uppercase HU hwair using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private