HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000FE"; } </style> </head> <body> <p>Lowercase thorn using Hexa Decimal: &#xfe;</p> <p>Lowercase thorn using HTML Code: &#254;</p> <p>Lowercase thorn using HTML Entity: &thorn;</p> <p id="point">Lowercase thorn using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private