HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0226C"; } </style> </head> <body> <p>Between using Hexa Decimal: &#x226C;</p> <p>Between using HTML Code: &#8812;</p> <p>Between using HTML Entity: &between;</p> <p id="point">Between using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private