HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022F2"; } </style> </head> <body> <p>Element Of With Long Horizontal Stroke using Hexa Decimal: &#x22F2;</p> <p>Element Of With Long Horizontal Stroke using HTML Code: &#8946;</p> <p>Element Of With Long Horizontal Stroke using HTML Entity: &disin;</p> <p id="point">Element Of With Long Horizontal Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private