HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\020BD"; } </style> </head> <body> <p>Ruble Sign using Hexa Decimal: &#x20BD;</p> <p>Ruble Sign using HTML Code: &#8381;</p> <p id="point">Ruble Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private