HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022FA"; } </style> </head> <body> <p>Contains With Long Horizontal Stroke using Hexa Decimal: &#x22FA;</p> <p>Contains With Long Horizontal Stroke using HTML Code: &#8954;</p> <p>Contains With Long Horizontal Stroke using HTML Entity: &nisd;</p> <p id="point">Contains With Long Horizontal Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private