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

Save as Private