What are the special characters? all about.

Asked By 30 points N/A Posted on -
qa-featured

Hello,

What are the special characters?

How does it work?

Where does it use?

Please tell me about the details.

Are special characters important to web page?

 

SHARE
Best Answer by Mackt Salaop
Answered By 0 points N/A #163282

What are the special characters? all about.

qa-featured

Special Characters are encoding types that consist of both letters and numbers.

For Example !@#$%^&*().

Special Characters have different uses.  

It is used in paragraphs, creating sophisticated passwords or developing a program.

Yes special characters are important to a web page.

 

Answered By 0 points N/A #163283

What are the special characters? all about.

qa-featured

The special characters are ‰  ¥ §  ¾ Ä  ø  ÷ æ  ¿  » ¶ ¢  ®  µ  Æ ¾  Â ¬  ¦  ‰  ‡  †  etc.

Follow these simple steps to find the characters you need to add them to your webpage.

1. Look up the character you need to use.

2. Place the code in your document. (You can use the friendly name if there is one, the decimal numeric code, or the hexadecimal numerical codes).

3. Add the Unicode declaration to your document header

4. Always check that you have ended your entity with a semi-colon (;)

5. Your entity should also be an ampersand (&)

6. Test your page in as many browsers as you can.

If you write content in non English language, different sign such as, dollar, euro , you have two used special  characters.

In wave programming especially logical sign and other special characters used many places, calculation, function and other many places on web pages are using special characters.

Thanks.

Best Answer
Best Answer
Answered By 5 points N/A #163284

What are the special characters? all about.

qa-featured

Hello,

Special characters are used in web page.

That is usually used to make some sign which used many are meaning.

You can show in your web page by using HTML code.

Example :

&lt; is used for <

&gt; is used for >

&amp; is used for &

There are many special characters you can get it from many learning site.

Thanks.

Answered By 0 points N/A #163285

What are the special characters? all about.

qa-featured

Special characters are any symbols that are usually not in a form of numbers and alpha characters,

Some are used to define signs to be displayed on the web page,

Here are some examples of how to define symbols in a website:

1. &#169;  &copy;  this defines the copyright © symbol

2. &#174;  &reg;  this defines the  registered trademark ® symbol

3. &#160;  &nbsp;  this defines were added a nonbreaking space

4. &Phi;   this defines the Phi Φ symbol

Note: always use & (ampersand) sign at the beginning of the statement

You can send a message for more important signs used in web pages.

Answered By 0 points N/A #163286

What are the special characters? all about.

qa-featured

Special characters are any symbols that is not usually in a form of numbers and alpha characters

Special characters are also used in web pages, this signs or symbols are not usually found in any standard keyboard.

Here are some examples on how to define symbols on a web page:

1. &#x2122; &trade; this define the trademark sign â„¢ symbol

2. &#169; &copy; this define the copyright © symbol

3.  &#174; &reg;  this define the registered trademark symbol®

4. &Phi; this define the Phi Φ symbol

5. &#160; &nbsp; this define the nonbreaking space

Note: Always use &(ampersand) sign at the beginning of every statement

You can send a message for more signs or symbols used in a web page.

Related Questions