About 1,610,000 results
Open links in new tab
  1. Why can't I display a pound (£) symbol in HTML? - Stack Overflow

    Sep 3, 2015 · I'm trying to display the pound symbol in HTML (from PHP) but all I get is a symbol with a question mark. The following are things that I've tried. In PHP: header ('Content-type: …

  2. HTML code for INR - Stack Overflow

    Aug 7, 2010 · The indian rupee sign is pretty new (introduced this July if I read it correctly) and doesn't even have a Unicode position yet, much less a HTML entity. Even when it gets a …

  3. What's the HTML character entity for the # sign? - Stack Overflow

    Dec 22, 2022 · 9 There is no HTML character entity for the # character, as the character has no special meaning in HTML. You have to use a character code entity like # if you wish to …

  4. How can I put the @ symbol in an html page? What is the entity?

    Aug 9, 2021 · 1 I am a student and brand new to HTML. We are making websites and I am trying to figure out how to code the "@" symbol into my page. I originally in one of my paragraphs …

  5. xhtml - Euro sign in HTML - Stack Overflow

    The euro (€) is the official currency in 22 European states. In HTML there are different possibilities to display the sign €: € € € Which one would you use in …

  6. How to produce X mark in html. - Stack Overflow

    Jan 20, 2015 · How to produce X mark in html. Asked 10 years, 10 months ago Modified 1 year, 3 months ago Viewed 20k times

  7. html - What do < and > stand for? - Stack Overflow

    Oct 31, 2017 · I know that the entities &amp;lt; and &amp;gt; are used for &lt; and &gt;, but I am curious what these names stand for. Does &amp;lt; stand for something like "Left tag" or is it …

  8. How to Code Double Quotes via HTML Codes - Stack Overflow

    Feb 28, 2013 · How to Code Double Quotes via HTML Codes Asked 12 years, 9 months ago Modified 19 days ago Viewed 170k times

  9. Is there an HTML entity for an info icon? - Stack Overflow

    Nov 23, 2015 · 53 There's 🛈 (U+1F6C8, CIRCLED INFORMATION SOURCE). As an HTML entity: &#x1F6C8;. There are plenty of tools, many online, that let you search for, and get more …

  10. What is the proper HTML entity for the "x" in a dimension?

    Aug 17, 2012 · The proper question is which character should be used. The use of entity references for characters adds no semantics. There is no formal standard on denoting …