HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0026E"; } </style> </head> <body> <p>LEZH using Hexa Decimal: &#x026E;</p> <p>LEZH using HTML Code: &#622;</p> <p id="point">LEZH using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private