HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00127"; } </style> </head> <body> <p>Lowercase h stroke using Hexa Decimal: &#x0127;</p> <p>Lowercase h stroke using HTML Code: &#295;</p> <p>Lowercase h stroke using HTML Entity: &hstrok;</p> <p id="point">Lowercase h stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private