HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D5"; } </style> </head> <body> <p>Equal and Parallel To using Hexa Decimal: &#x22D5;</p> <p>Equal and Parallel To using HTML Code: &#8917;</p> <p>Equal and Parallel To using HTML Entity: &epar;</p> <p id="point">Equal and Parallel To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private