HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0211E"; } </style> </head> <body> <p>Prescription Take using Hexa Decimal: &#x211E;</p> <p>Prescription Take using HTML Code: &#8478;</p> <p>Prescription Take using HTML Entity: &rx;</p> <p id="point">Prescription Take using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private