HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022FB"; } </style> </head> <body> <p>Contains With Vertical Bar At End Of Horizontal Stroke using Hexa Decimal: &#x22FB;</p> <p>Contains With Vertical Bar At End Of Horizontal Stroke using HTML Code: &#8955;</p> <p>Contains With Vertical Bar At End Of Horizontal Stroke using HTML Entity: &xnis;</p> <p id="point">Contains With Vertical Bar At End Of Horizontal Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private