HTML Codes And HTML Special Characters: The Complete List
Có thể bạn quan tâm
Get free updates of new articles, interviews & roundups here, or subscribe to our RSS feed.
There are a lot of different letters, characters, special characters, symbols and icons which you may want to use in your website content but when you do, they don’t display as they should. To make sure they do display correctly, you need to use HTML codes. Every single letter, character, symbol and icon has its own HTML code which you just need to place in your HTML. We’ve created a complete list of all HTML codes for the various characters, special characters, letters, symbols and icons. You can easily copy these HTML codes and past them into your HTML so they show up correctly within the contents on your website. Where available, we’ve added the friendly HTML code (entity name), the numerical HTML code (entity number) and the HEX code so you’ll always find the right code you need.
Before you use one of the below codes on your website, make sure your HTML document uses the correct encoding so you are sure that the HTML codes and HTML special codes are displayed properly. To make sure your HTML uses the correct encoding, you should make sure that you use the Unicode character set. This Unicode character set must be set in the head section of your HTML document. This is done by using a meta with the charset attribute and the value UTF-8. Just copy and paste the following meta into your head section and all the below HTML characters will be displayed perfectly so you’re good to go.
<meta charset="UTF-8">If you aren’t working with HTML5 yet, you’ll want to use the following meta (outdated).
<meta http-equiv="content-type" content="text/html;charset=utf-8" />Disclaimer for mobile users: There is simply too less space for a second menu, which results in an endless scroll on mobile. Visit this page on a desktop/laptop to quickly find the right character, letter, et cetera.
Từ khóa » Html Char Codes
-
HTML Character Codes
-
HTML Symbols - W3Schools
-
HTML Symbols, Entities And Codes — Toptal Designers
-
HTML Symbols, Entities, Characters And Codes — HTML Arrows
-
HTML Character Codes »
-
HTML Codes - Table Of Ascii Characters And Symbols
-
13.5 Named Character References - HTML Standard - WhatWG
-
Special Character Codes For HTML
-
HTML Code For Common Symbols - ThoughtCo
-
What Are HTML Character Codes?
-
HTML Symbols – HTML Icon And Entity Code List - FreeCodeCamp
-
Common HTML Entities Used For Typography - W3C Wiki
-
Hypertext Markup Language - 2.0 - The HTML Coded Character Set