HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02137"; } </style> </head> <body> <p>Gimel Symbol using Hexa Decimal: &#x2137;</p> <p>Gimel Symbol using HTML Code: &#8503;</p> <p>Gimel Symbol using HTML Entity: &gimel;</p> <p id="point">Gimel Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private