HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022F9"; } </style> </head> <body> <p>Element Of With Two Horizontal Strokes using Hexa Decimal: &#x22F9;</p> <p>Element Of With Two Horizontal Strokes using HTML Code: &#8953;</p> <p>Element Of With Two Horizontal Strokes using HTML Entity: &isinE;</p> <p id="point">Element Of With Two Horizontal Strokes using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private