I caratteri speciali Os caracteres especiais Die Sonderzeichen Caractères spéciaux HTML Caracteres especiales

Special character codings

HTML standards require all code to be written in 7-bit ASCII, which means that accented characters are not allowed. Despite this, current browsers recognise accented characters; you can enter accented characters directly in your text editor, but your page will be unreadable in most countries. To code an accented character, enter a certain string which begins with an ampersand (&) and ends with a semi-colon (;). Here is a list of HTML representations for ASCII characters from 128 to 255:


Character ISO Code HTML Code
"""
&&&
€€
 
‚ 
ƒƒ 
„ 
… 
† 
‡ 
ˆˆ 
‰ 
ŠŠ 
‹<
ŒŒ 
 
ŽŽ 
 
 
‘ 
’ 
“ 
” 
• 
– 
— 
˜˜ 
™ 
šš 
›>
œœœ
 
žž 
ŸŸŸ
Space  
¡¡¡
¢¢¢
£££
¤¤¤
¥¥&yen
¦¦¦
§§§
¨¨¨
©©©   
ªªª
«««
¬¬¬
­­­
®®®
¯¯&masr;
°°°
±±±
²²²
³³³
´´´
µµµ
¶¶
···
¸¸¸
¹¹¹
ººº
»»»
¼¼¼
½½½
¾¾¾
¿¿¿
ÀÀÀ
ÁÁÁ
ÂÂÂ
ÃÃÃ
ÄÄÄ
ÅÅÅ
Æ&#198&Aelig
ÇÇÇ
ÈÈÈ
ÉÉÉ
ÊÊÊ
ËËË
ÌÌÌ
ÍÍÍ
ÎÎÎ
ÏÏÏ
ÐÐð
ÑÑÑ
ÒÒÒ
ÓÓÓ
ÔÔÔ
ÕÕÕ
ÖÖÖ
×××
ØØØ
ÙÙÙ
ÚÚÚ
ÛÛÛ
ÜÜÜ
ÝÝÝ
ÞÞþ
ßßß
ààà
ááá
âââ
ããã
äää
ååå
æææ
ççç
èèè
ééé
êêê
ëëë
ììì
ííí
îîî
ïïï
ððð
ñññ
òòò
óóó
ôôô
õõõ
ööö
÷÷÷
øøø
ùùù
úúú
ûûû
üüü
ýýý
þþþ
ÿÿÿ

Encoding HTML symbols

The characters <, >, " and & are used very frequently in HTML markup. The character < is especially important, as the browser interprets it as the opening of a new HTML tag. When these characters are used in text on a website, they must be coded in HTML as given below; otherwise the browser may display the page incorrectly.

Character ISO Code HTML Code
"&#34;&quot;
&&#38;&amp;
&#139;&lt;
&#155;&gt;


Last update on Monday April 27, 2009 02:51:44 PM.This document entitled « Special characters » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Special characters » in :
[Kioskea] Making use of special characters Show [Kioskea] Making use of special characters Rating: References Example You can use special characters in your messages on the kioskea forum. You can make use of: Windows character set (charmap.exe) and copy and paste the...
Making use of special characters ShowMaking use of special characters For some SQL queries, we need to search for strings containing special characters like '%' Considering the below example, the need is to find records containing the middle character '%': Select *...
MacOS X: iTunes 7.7 / Problems with special characters ShowMacOS X: iTunes 7.7 / Problems with special characters If you have updated iTunes version 7.7 in its last few days (since 12-13/07/2008), you probably noticed that the information on the songs, albums, artists, which include special...
Laptop keyboard and Spanish characters ShowLaptop keyboard and Spanish characters It is very difficult to obtain Spanish characters (punctuation and accents) on the laptop keyboard. On a conventional pc keyboard (105 keys), it is much easier than on a laptop. In...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of programming language...
SQL injection attacks ShowSQL Injection SQL injection attacks are attacks against websites that rely on relational databases. In this type of site, parameters are passed to the database in the form of an SQL query. As such, if the designer does not verify the parameters...
Introduction to Wi-Fi (802.11 or WiFi) ShowIntroduction to Wi-Fi (802.11) The IEEE 802.11 specification (ISO/IEC 8802-11) is an international standard describing the characteristics of a wireless local area network (WLAN). The name Wi-Fi (short for "Wireless Fidelity", sometimes incorrectly...