HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D8"; } </style> </head> <body> <p>Very Much Less Than using Hexa Decimal: &#x22D8;</p> <p>Very Much Less Than using HTML Code: &#8920;</p> <p>Very Much Less Than using HTML Entity: &Ll;</p> <p id="point">Very Much Less Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private