HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0204F"; } </style> </head> <body> <p>Reversed Semicolon using Hexa Decimal: &#x204F;</p> <p>Reversed Semicolon using HTML Code: &#8271;</p> <p>Reversed Semicolon using HTML Entity: &bsemi;</p> <p id="point">Reversed Semicolon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private