HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00321"; } </style> </head> <body> <p>Palatalized Hook Below using Hexa Decimal: &#x0321;</p> <p>Palatalized Hook Below using HTML Code: &#801;</p> <p id="point">Palatalized Hook Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private