HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02136"; } </style> </head> <body> <p>Bet Symbol using Hexa Decimal: &#x2136;</p> <p>Bet Symbol using HTML Code: &#8502;</p> <p>Bet Symbol using HTML Entity: &beth;</p> <p id="point">Bet Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private