Table of Contents
List of Symbols in HTML
例 #3
結論
Home Web Front-end HTML Tutorial Symbols in HTML

Symbols in HTML

Sep 04, 2024 pm 04:13 PM
html html5 HTML Tutorial HTML Properties HTML tags

Symbols to be used in HTML are one of the most important parts of web development or in the application development process. There are various types of symbols to be used in HTML like mathematical, physics, technical and currency symbols. An HTML entity name is used to use a set of these kinds of symbols in web page development.

If there is no entity name is available, then symbols in HTML can be used with entity number which is in the form of decimal or hexadecimal. It includes mathematical operators, arrows, shapes, some technical symbols which are not available on the keyboard.

List of Symbols in HTML

There are multiple symbols used in HTML with the help of entity name or with entity number; let’s see one by one:

Character Number Entity Description/ Explanation Example
It’s used for all.

Symbol displaying all contents using ∀  

It’s used to show partial differential.

Symbol displaying all partial differential ∂ 

  ∃ Its used to display there exist.

Symbol displaying all existing contents using  ∃ 

this symbol is used to display  empty sets.

Symbol displaying empty set 󔩒b3e26ee717c64999d7867364b1b4a3

It is used to show the presence of elements of

Symbol displaying elements of 󔭾b3e26ee717c64999d7867364b1b4a3

It shows that its not an element of

Symbol displaying  not an element 󔯢b3e26ee717c64999d7867364b1b4a3

   ∋ This symbol is used to show it contains a member.

Symbol shows CONTAINS AS MEMBER 󔲪b3e26ee717c64999d7867364b1b4a3

This symbol is used to display the N-ARY products.

Symbol displaying  N-ARY PRODUCT 󔸺b3e26ee717c64999d7867364b1b4a3

This symbol is used to show N-ARY SUMMATION

Symbol displaying  N-ARY SUMMATION 󔼂b3e26ee717c64999d7867364b1b4a3

    It is used to display NABLA

Symbol displaying NABLA 󔬚b3e26ee717c64999d7867364b1b4a3

©  © © This symbol is used to display copywrites on a particular document.

 

Copywrite sign displayed using 䉢b3e26ee717c64999d7867364b1b4a3

 

® ®   ® These symbols help you to display a registered sign.

 

Registered sign is displayed using symbol 䑖b3e26ee717c64999d7867364b1b4a3

 

Euro sign is displayed using this symbol.

 

EURO sign displayed using  €

Trademark symbol is displaying using this code.

Trademark symbol using ₾

This symbol is used to display the Leftwards arrow.

LEFTWARDS ARROW using ←

  & rarr; This symbol is used to display the Rightwards arrow.

RIGHTWARDS ARROW using → 

This symbol is used to display upwards arrow.

UPWARDS ARROW using ↑

This symbol is used to display upwards arrow.

DOWNWARDS ARROW using ↓

♠  This symbol shows a Black Spade Suit.

Symbol for BLACK SPADE SUIT ♠ 

This symbol shows a Black club Suit.

Symbol for BLACK CLUB SUIT ♣

♥  This symbol shows a Blackheart Suit.

Symbol for BLACK HEART SUIT ♥

This symbol shows Black Diamond Suit.

Symbol for BLACK DIAMOND SUIT ♦

°    ° ° This symbol represents a degree sign.

Symbol showing degree sign °

±    ± ± It indicates plus minus sign together.

Symbol showing sign ±

µ µ µ This symbol is used to display micro.

symbol micro is displayed µ

& #182   ¶ A paragraph is shown using this symbol.

Paragraph displayed using & #182

¿    ¿ ¿  Inverted question mark showing this symbol.

INVERTED Question mark ¿

× × × Multiplication sign using this symbol.

Mathematical Multiplication sign × 

÷  ÷ ÷ Mathematical  division symbol using this value.

Division operation done with symbol ÷

¼ ¼ ¼ ¼  part can be displayed using this symbol.

One fourth part can be displayed using symbol ¼ 

½ ½ ½ 1/2 の部分はこの記号を使用して表示できます。

記号䨲b3e26ee717c64999d7867364b1b4a3を使用して半分の部分を表示できます

¾ ¾ ¾ ¾ 番目の部分はこの記号を使用して表示できます。

3/4 の部分は記号 ¾

を使用して表示できます

以下は HTML シンボルの例です:

例 #1

数学演算用の HTML シンボル。

HTML コード:

<!DOCTYPE html>
<html>
<body>
<h3>Mathematical Operations Symbols</h3>
<p>Plus Minus Sign  <b>&#177</b></p>
<p> Multiplication sign <b>&#215 </b>  </p>
<p>Division sign &#247 </p>
<p>One fourth part showing sign <b>&#188</b> </p>
<p>Half part showing sign<b> &#189</b> </p>
<p>Three Fourth part showing sign <b>&#190</b> </p>
<p>There Exist Sign <b> &#8707</b> </p>
<p>Empty Set Sign<b> &#8709</b> </p>
<p>CONTAINS AS MEMBER sign <b>&#8715</b> </p>
<p>N-ARY PRODUCT sign <b>&#8719</b></p>
<p>N-ARY SUMMATION <b>&#8721</b> </p>
<p> Not a element sign <b>&#8713</b> </p></body>
</html>
Copy after login

出力:

Symbols in HTML

例 #2

この例では、いくつかの特殊な HTML シンボルを示します:

HTML コード:

<!DOCTYPE html>
<html>
<body>
<h3>Some special HTML symbols</h3>
<p><b> &#169 </b>all rights are reserved </p>
<p>It's <b> &#174to  EDUBCA </b></p>
<p> It's European  currency showing through <b>&#8364</b> </p>
<h4>EDUBCA &#8482</h4>
<p>Micro Symbol <b>&#181</b></p>
<p>NABLA symbol <b>&#8711</b> </p>
<p>Paragraph displayed using &#182</p>
</body>
</html>
Copy after login

出力:

Symbols in HTML

例 #3

矢印とその他の記号を示す例:

HTML コード:

<!DOCTYPE html>
<html>
<body>
<h3>Some Arrows and other HTML symbols</h3>
<p>LEFTWARDS ARROW  <b>&#8592</b> </p>
<p>RIGHTWARDS ARROW<b> &#8594</b> </p>
<p>UPWARDS ARROW <b> &#8593</b> </p>
<p>DOWNWARDS ARROW <b>&#8595</b> </p>
<p> BLACK SPADE SUIT &#9824</p>
<p>BLACK CLUB SUIT &#9827</p>
<p>BLACK HEART SUIT &#9829</p>
<p>BLACK DIAMOND SUIT &#9830</p>
</body>
</html>
Copy after login

出力:

Symbols in HTML

結論

これらは、エンティティ名またはエンティティ値を使用して入力できます。算術演算子、矢印、技術記号と形状、ギリシャ文字、その他の特殊記号など、複数の記号があり、これらは上記の例で実行されています。

The above is the detailed content of Symbols in HTML. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Table Border in HTML Table Border in HTML Sep 04, 2024 pm 04:49 PM

Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

Nested Table in HTML Nested Table in HTML Sep 04, 2024 pm 04:49 PM

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

HTML margin-left HTML margin-left Sep 04, 2024 pm 04:48 PM

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

HTML Table Layout HTML Table Layout Sep 04, 2024 pm 04:54 PM

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

HTML Input Placeholder HTML Input Placeholder Sep 04, 2024 pm 04:54 PM

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

HTML Ordered List HTML Ordered List Sep 04, 2024 pm 04:43 PM

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Moving Text in HTML Moving Text in HTML Sep 04, 2024 pm 04:45 PM

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

HTML onclick Button HTML onclick Button Sep 04, 2024 pm 04:49 PM

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.

See all articles