HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022BA"; } </style> </head> <body> <p>Intercalate using Hexa Decimal: &#x22BA;</p> <p>Intercalate using HTML Code: &#8890;</p> <p>Intercalate using HTML Entity: &intcal;</p> <p id="point">Intercalate using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private