HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0227A"; } </style> </head> <body> <p>Precedes using Hexa Decimal: &#x227A;</p> <p>Precedes using HTML Code: &#8826;</p> <p>Precedes using HTML Entity: &pr;</p> <p id="point">Precedes using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private