Search In This Website

Jumat, 19 April 2024

Most Common HTML Entities

These are some useful HTML entities:

Result Description "HTML Entity Name" "HTML Unicode Values"

> "greater than" >  >

<      "less than"   &lt;  &#060;

& "ampersand" &amp;

" "double quotation mark" &quot;

' "single quotation mark" &apos;

« » Guillemets &laquo; &raquo; &#171; &#187;

© Copyright &copy; &#169;

® "Registered trademark" &reg; &#174; (R)

° Degree(s) &deg; &#176;  

± "Plus/minus" &plusmn; &#177;

½ "Fractional half" &frac12; &#188; 1/2

"En dash"  &ndash; &#8211; - for ranges

"Em (long) dash"&mdash; &#8212;

† ‡ "Single & double daggers" &dagger; &Dagger; &#8224; &#8225; * and **

"Bullet" &bull; &#8226; *

"Ellipsis"  &hellip; &#8230;

Trademark  &trade; &#8482; (tm)

"Almost equal to" &asymp; &#8776; ~

"Not equal to" &ne; &#8800; !=

≤ ≥ "Less/greater than or equal to <= or >=" &le; &ge; &#8804; &#8805;

Notes

  • For older browsers, you might need to provide fallback options. For example, you could use HTML Entity Numeric code if the browser doesn't support HTML Entity Name, you could use an image of the character instead of the entity if the browser doesn’t support it, you can also use JavaScript to detect browser compatibility and dynamically replace entities with alternative representations if needed.
  • Improve accessibility: Screen readers and other assistive technologies rely on character entities to interpret special characters correctly.
  • HTML Entity is a string between an ampersand (&) and a semicolon (;) to refer to the corresponding character.
  • Type in the website editor only HTML Entity in Verdana font face / font family / font type and Medium font size, for example &trade; and &#8482;.

HyperText Markup Language, eXtensible Markup Language, symbol, operator, dot, period, quote, notation, sign

Bibliography

https://www.toptal.com/designers/htmlarrows/

Related Post:

Commonly Used HTML Tags

HTML Syntax 1

Most Common Quotation On HTML Entities

HTML Accents

HTML Table Element

Math Symbol 3

Simbol Matematika 2

How To Check PHP Version

How To Check Your Java Version

Daftar CSS Properties Pada List

Post about symbol

Post about HTML

Post about web

Tidak ada komentar:

Posting Komentar