HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022B8"; } </style> </head> <body> <p>Multimap using Hexa Decimal: &#x22B8;</p> <p>Multimap using HTML Code: &#8888;</p> <p>Multimap using HTML Entity: &mumap;</p> <p id="point">Multimap using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private