HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02138"; } </style> </head> <body> <p>Dalet Symbol using Hexa Decimal: &#x2138;</p> <p>Dalet Symbol using HTML Code: &#8504;</p> <p>Dalet Symbol using HTML Entity: &daleth;</p> <p id="point">Dalet Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private