HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000BA"; } </style> </head> <body> <p>Masculine Ordinal Indicator using Hexa Decimal: &#xba;</p> <p>Masculine Ordinal Indicator using HTML Code: &#186;</p> <p>Masculine Ordinal Indicator using HTML Entity: &ordm;</p> <p id="point">Masculine Ordinal Indicator using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private