HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00192"; } </style> </head> <body> <p>Function using Hexa Decimal: &#x192;</p> <p>Function using HTML Code: &#402;</p> <p>Function using HTML Entity: &fnof;</p> <p id="point">Function using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private