Questions tagged [utf-8]

4 questions
4
votes
3 answers

What's the unicode for the Share icon (or do I need to use SVG instead)?

A commonly recognised share icon looks like this: I'm guessing there must be (surely) a Unicode symbol out there for this, but so far - despite pretty thorough searching - I've come up empty-handed. I note that the approved list of new emojis for…
Rounin
  • 2,385
  • 2
  • 17
  • 35
3
votes
1 answer

Is it correct that I no longer need to escape Extended Latin characters in HTML when using UTF-8 encoding?

Some background first: 2003 - 2010 In 2003, I switched from HTML 4.01 to XHTML 1.0 and encoded my XHTML documents, using: 2010 - 2013 In 2010, I switched from XHTML 1.0 to…
Rounin
  • 2,385
  • 2
  • 17
  • 35
2
votes
1 answer

HTML entities appearing incorrectly in Google SERPS

I have always created my web pages to ensure they can be validated by W3C. Namely, when I am using HTML entities in my title tag or meta description, I will ensure that these characters are being escaped. For example: Hello &…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/search-results" class="post-tag grid--cell" title="show questions tagged 'search-results'" rel="tag">search-results</a> <a href="../../questions/tagged/meta-description" class="post-tag grid--cell" title="show questions tagged 'meta-description'" rel="tag">meta-description</a> <a href="../../questions/tagged/utf-8" class="post-tag grid--cell" title="show questions tagged 'utf-8'" rel="tag">utf-8</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 18 '21 at 09:50">asked Feb 18 '21 at 09:50</time> <a href="../../users/117324/aaron-phalen" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/117324.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Aaron Phalen" /> </a> <div class="s-user-card--info"> <a href="../../users/117324/aaron-phalen" class="s-user-card--link">Aaron Phalen</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">121</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-132359"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/132359/nailing-down-a-definitive-list-of-data-url-safe-characters-in-2020" class="question-hyperlink">Nailing down a definitive list of Data URL safe characters in 2020</a></h3> <div class="excerpt">I'm looking to find (or otherwise establish) an authoritative list of Data URL Safe characters in 2020. I've found older references on the web regarding which characters may or may not be Data URL Safe, most notably this one from late…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/character-set" class="post-tag grid--cell" title="show questions tagged 'character-set'" rel="tag">character-set</a> <a href="../../questions/tagged/data-uri" class="post-tag grid--cell" title="show questions tagged 'data-uri'" rel="tag">data-uri</a> <a href="../../questions/tagged/utf-8" class="post-tag grid--cell" title="show questions tagged 'utf-8'" rel="tag">utf-8</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 03 '20 at 00:53">asked Dec 03 '20 at 00:53</time> <a href="../../users/46604/rounin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/46604.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Rounin" /> </a> <div class="s-user-card--info"> <a href="../../users/46604/rounin" class="s-user-card--link">Rounin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,385</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="35 bronze badges">35</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>