HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001B4"; } </style> </head> <body> <p>Lowercase y hook using Hexa Decimal: &#x01B4;</p> <p>Lowercase y hook using HTML Code: &#436;</p> <p id="point">Lowercase y hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private