【HTML】Zeichensammlung (Glyphen).
Dec 05, 2016 pm 01:26 PMSpecial Characters
" | " | " | quotation mark | u+0022 ISOnum | p:before { content:"\0022"; } | alert("\42") |
& | & | & | ampersand | u+0026 ISOnum | p:before { content:"\0026"; } | alert("\46") |
< | < | < | less-than sign | u+003C ISOnum | p:before { content:"\003c"; } | alert("\74"); |
> | > | > | greater-than sign | u+003E ISOnum | p:before { content:"\003e"; } | alert("\76"); |
#Latin-1-Entitätssatz für HTML
Name | Numerisch | Beschreibung | Hex | ISO im CSS-Inhalt | Oktal | |
---|---|---|---|---|---|---|
ununterbrochener Raum | %A0 | p:before { content:" 0a0"; } | alert("240"); | |||
¡ | ¡ | ¡ | umgekehrtes Ausrufezeichen | %A1 | p:before { content:" 0a1"; } | alert("241"); |
¢ | ¢ | ¢ | Cent-Zeichen | %A2 | p:before { content:" 0a2"; } | alert("242"); |
£ | £ | £ | Pfund-Sterling-Zeichen | %A3 | p:before { content:" 0a3"; } | alert("243"); |
¤ | ¤ | ¤ | allgemeines Währungszeichen | %A4 | p:before { content:" 0a4"; } | alert("244"); |
¥ | ¥ | ¥ | Yen-Zeichen | %A5 | p:before { content:" 0a5"; } | alert("245"); |
¦ | ¦ | ¦ | gebrochener (vertikaler) Balken | %A6 | p:before { content:" 0a6"; } | alert("246"); |
§ | § | § | Abschnittsschild | %A7 | p:before { content:" 0a7"; } | alert("247"); |
¨ | ¨ | ¨ | Umlaut (Dieresis) | %A8 | p:before { content:" 0a8"; } | alert("250"); |
&kopieren; | © | © | Copyright-Zeichen | %A9 | p:before { content:" 0a9"; } | alert("251"); |
ª | ª | ª | Ordinalindikator, weiblich | %AA | p:before { content:" 0aa"; } | alert("252"); |
« | « | « | Winkel-Anführungszeichen, links | %AB | p:before { content:" 0ab"; } | alert("253"); |
¬ | ¬ | ¬ | nicht unterschreiben | %AC | p:before { content:" 0ac"; } | alert("254"); |
| | Weicher Bindestrich | %AD | p:before { content:" 0ad"; } | alert("255"); | |
® | ® | ® | Eingetragenes Zeichen | %AE | p:before { content:" 0ae"; } | alert("256"); |
¯ | ¯ | ¯ | Makron | %AF | p:before { content:" 0af"; } | alert("257"); |
° | ° | ° | Gradzeichen | %B0 | p:before { content:" 0b0"; } | alert("260"); |
± | ± | ± | Plus- oder Minuszeichen | %B1 | p:before { content:" 0b1"; } | alert("261"); |
² | ² | ² | hochgestellte zwei | %B2 | p:before { content:" 0b2"; } | alert("262"); |
³ | ³ | ³ | hochgestellte Drei | %B3 | p:before { content:" 0b3"; } | alert("263"); |
´ | ´ | ´ | scharfer Akzent | %B4 | p:before { content:" 0b4"; } | alert("264"); |
µ | µ | µ | Mikrozeichen | %B5 | p:before { content:" 0b5"; } | alert("265"); |
¶ | ¶ | ¶ | Pilcrow (Absatzzeichen) | %B6 | p:before { content:" 0b6"; } | alert("266"); |
· | · | · | mittlerer Punkt | %B7 | p:before { content:" 0b7"; } | alert("267"); |
¸ | ¸ | ¸ | Zedille | %B8 | p:before { content:" 0b8"; } | alert("270"); |
¹ | ¹ | ¹ | Eins hochgestellt | %B9 | p:before { content:" 0b9"; } | alert("271"); |
º | º | º | Ordinalindikator, männlich | %BA | p:before { content:" 0ba"; } | alert("272"); |
» | » | » | Winkel-Anführungszeichen, rechts | %BB | p:before { content:" 0bb"; } | alert("273"); |
¼ | ¼ | ¼ | Bruchteil ein Viertel | %BC | p:before { content:" 0bc"; } | alert("274"); |
½ | ½ | ½ | Bruchteil eine Hälfte | %BD | p:before { content:" 0bd"; } | alert("275"); |
¾ | ¾ | ¾ | Bruch drei Viertel | %BE | p:before { content:" 0be"; } | alert("276"); |
¿ | ¿ | ¿ | umgekehrtes Fragezeichen | %BF | p:before { content:" 0bf"; } | alert("277"); |
À | À | À | Großbuchstabe A, ernster Akzent | %C0 | p:before { content:" 0c0"; } | alert("300"); |
Á | Á | Á | Großbuchstabe A, akuter Akzent | %C1 | p:before { content:" 0c1"; } | alert("301"); |
 |  |  | Großbuchstabe A, Zirkumflex-Akzent | %C2 | p:before { content:" 0c2"; } | alert("302"); |
à | à | à | Großbuchstaben A, Tilde | %C3 | p:before { content:" 0c3"; } | alert("303"); |
Ä | Ä | Ä | Großbuchstaben A, Dieresis oder Umlautzeichen | %C4 | p:before { content:" 0c4"; } | alert("304"); |
Å | Å | Å | Großbuchstabe A, Ring | %C5 | p:before { content:" 0c5"; } | alert("305"); |
Æ | Æ | Æ | Großbuchstaben AE Diphthong (Ligatur) | %C6 | p:before { content:" 0c6"; } | alert("306"); |
Ç | Ç | Ç | Hauptstadt C, Cedille | %C7 | p:before { content:" 0c7"; } | alert("307"); |
È | È | È | Großbuchstaben E, ernster Akzent | %C8 | p:before { content:" 0c8"; } | alert("310"); |
É | É | É | großes E, akuter Akzent | %C9 | p:before { content:" 0c9"; } | alert("311"); |
Ê | Ê | Ê | großes E, Zirkumflex-Akzent | %CA | p:before { content:" 0ca"; } | alert("312"); |
Ë | Ë | Ë | Großbuchstaben E, Dieresis oder Umlautzeichen | %CB | p:before { content:" 0cb"; } | alert("313"); |
Ì | Ì | Ì | Großbuchstabe I, ernster Akzent | %CC | p:before { content:" 0cc"; } | alert("314"); |
Í | Í | Í | Großbuchstabe I, akuter Akzent | %CD | p:before { content:" 0cd"; } | alert("315"); |
Î | Î | Î | Großbuchstabe I, Zirkumflex-Akzent | %CE | p:before { content:" 0ce"; } | alert("316"); |
Ï | Ï | Ï | Großbuchstabe I, Dieresis oder Umlautzeichen | %CF | p:before { content:" 0cf"; } | alert("317"); |
Ð | Ð | Ð | Hauptstadt Eth, isländisch | %D0 | p:before { content:" 0d0"; } | alert("320"); |
Ñ | Ñ | Ñ | Hauptbuchstabe N, Tilde | %D1 | p:before { content:" 0d1"; } | alert("321"); |
Ò | Ò | Ò | Großes O, ernster Akzent | %D2 | p:before { content:" 0d2"; } | alert("322"); |
Ó | Ó | Ó | Großes O, akuter Akzent | %D3 | p:before { content:" 0d3"; } | alert("323"); |
Ô | Ô | Ô | Großbuchstabe O, Zirkumflex-Akzent | %D4 | p:before { content:" 0d4"; } | alert("324"); |
Õ | Õ | Õ | Großbuchstaben O, Tilde | %D5 | p:before { content:" 0d5"; } | alert("325"); |
Ö | Ö | Ö | Großbuchstaben O, Dieresis oder Umlautzeichen | %D6 | p:before { content:" 0d6"; } | alert("326"); |
× | × | × | Multiplikationszeichen | %D7 | p:before { content:" 0d7"; } | alert("327"); |
Ø | Ø | Ø |
Großbuchstabe O, Schrägstrich |
%D8 | p:before { content:" 0d8"; } | alert("330"); |
Ù | Ù | Ù | Großes U, ernster Akzent | %D9 | p:before { content:" 0d9"; } | alert("331"); |
Ú | Ú | Ú | großes U, akuter Akzent | %DA | p:before { content:" 0da"; } | alert("332"); |
Û | Û | Û | Großes U, Zirkumflex-Akzent | %DB | p:before { content:" 0db"; } | alert("333"); |
Ü | Ü | Ü | Großbuchstaben U, Dieresis oder Umlautzeichen | %DC | p:before { content:" 0dc"; } | alert("334"); |
Ý | Ý | Ý | Großes Y, akuter Akzent | %DD | p:before { content:" 0dd"; } | alert("335"); |
Þ | Þ | Þ | Hauptstadt THORN, isländisch | %DE | p:before { content:" 0de"; } | alert("336"); |
ß | ß | ß | kleines scharfes s, deutsch (sz-Ligatur) | %DF | p:before { content:" 0df"; } | alert("337"); |
à | à | à | kleines a, ernster Akzent | %E0 | p:before { content:" 0e0"; } | alert("340"); |
á | á | á | kleines a, akuter Akzent | %E1 | p:before { content:" 0e1"; } | alert("341"); |
â | â | â | kleines a, Zirkumflex-Akzent | %E2 | p:before { content:" 0e2"; } | alert("342"); |
ã | ã | ã | kleines a, Tilde | %E3 | p:before { content:" 0e3"; } | alert("343"); |
ä | ä | ä | kleines a, Dieresis oder Umlautzeichen | %E4 | p:before { content:" 0e4"; } | alert("344"); |
å | å | å | kleines A, Ring | %E5 | p:before { content:" 0e5"; } | alert("345"); |
æ | æ | æ | kleiner Ae-Diphthong (Ligatur) | %E6 | p:before { content:" 0e6"; } | alert("346"); |
ç | ç | ç | kleines C, Cedille | %E7 | p:before { content:" 0e7"; } | alert("347"); |
è | è | è | kleines e, ernster Akzent | %E8 | p:before { content:" 0e8"; } | alert("350"); |
é | é | é | kleines e, akuter Akzent | %E9 | p:before { content:" 0e9"; } | alert("351"); |
ê | ê | ê | kleines e, Zirkumflex-Akzent | %EA | p:before { content:" 0ea"; } | alert("352"); |
ë | ë | ë | kleines e, Dieresis oder Umlautzeichen | %EB | p:before { content:" 0eb"; } | alert("353"); |
ì | ì | ì | kleines i, ernster Akzent | %EC | p:before { content:" 0ec"; } | alert("354"); |
í | í | í | kleines i, akuter Akzent | %ED | p:before { content:" 0ed"; } | alert("355"); |
î | î | î | kleines i, Zirkumflex-Akzent | %EE | p:before { content:" 0ee"; } | alert("356"); |
ï | ï | ï | kleines i, Dieresis oder Umlautzeichen | %EF | p:before { content:" 0ef"; } | alert("357"); |
ð | ð | ð | kleine Eth, isländisch | %F0 | p:before { content:" 0f0"; } | alert("360"); |
ñ | ñ | ñ | kleines n, Tilde | %F1 | p:before { content:" 0f1"; } | alert("361"); |
ò | ò | ò | kleines o, ernster Akzent | %F2 | p:before { content:" 0f2"; } | alert("362"); |
ó | ó | ó | kleines o, akuter Akzent | %F3 | p:before { content:" 0f3"; } | alert("363"); |
ô | ô | ô | kleines o, Zirkumflex-Akzent | %F4 | p:before { content:" 0f4"; } | alert("364"); |
õ | õ | õ | kleines O, Tilde | %F5 | p:before { content:" 0f5"; } | alert("365"); |
ö | ö | ö | kleines O, Dieresis oder Umlautzeichen | %F6 | p:before { content:" 0f6"; } | alert("366"); |
÷ | ÷ | ÷ | Teilungszeichen | %F7 | p:before { content:" 0f7"; } | alert("367"); |
ø | ø | ø | kleines o, Schrägstrich | %F8 | p:before { content:" 0f8"; } | alert("370"); |
ù | ù | ù | kleines u, ernster Akzent | %F9 | p:before { content:" 0f9"; } | alert("371"); |
ú | ú | ú | kleines u, akuter Akzent | %FA | p:before { content:" 0fa"; } | alert("372"); |
û | û | û | kleines u, Zirkumflex-Akzent | %FB | p:before { content:" 0fb"; } | alert("373"); |
ü | ü | ü | kleines u, Dieresis oder Umlautzeichen | %FC | p:before { content:" 0fc"; } | alert("374"); |
ý | ý | ý | kleines y, akuter Akzent | %FD | p:before { content:" 0fd"; } | alert("375"); |
þ | þ | þ | kleiner Dorn, isländisch | %FE | p:before { content:" 0fe"; } | alert("376"); |
ÿ | ÿ | ÿ | kleines Y, Dieresis oder Umlautzeichen | %FF | p:before { content:" 0ff"; } | alert("377"); |
#Latin Extended-A
Œ | Œ | Œ | latin capital ligature oe | u+0152 ISOlat2 | p:before { content:" |

Heißer Artikel

Hot-Tools-Tags

Heißer Artikel

Heiße Artikel -Tags

Notepad++7.3.1
Einfach zu bedienender und kostenloser Code-Editor

SublimeText3 chinesische Version
Chinesische Version, sehr einfach zu bedienen

Senden Sie Studio 13.0.1
Leistungsstarke integrierte PHP-Entwicklungsumgebung

Dreamweaver CS6
Visuelle Webentwicklungstools

SublimeText3 Mac-Version
Codebearbeitungssoftware auf Gottesniveau (SublimeText3)

Heiße Themen

Schwierigkeiten bei der Aktualisierung der Zwischenspeicherung offizieller Konto -Webseiten: Wie vermeiden Sie den alten Cache, der sich auf die Benutzererfahrung nach der Versionsaktualisierung auswirkt?

Wie verwende ich HTML5 -Formularvalidierungsattribute, um die Benutzereingabe zu validieren?

Wie füge ich PNG -Bildern auf Webseiten effizient Schlaganfalleffekte hinzu?

Was sind die besten Praktiken für die Kompatibilität des Cross-Browsers in HTML5?

Was ist der Zweck des & lt; datalist & gt; Element?

Was ist der Zweck des & lt; Fortschritts & gt; Element?

Was ist der Zweck des & lt; Meter & gt; Element?

Was ist der Zweck des & lt; iframe & gt; Etikett? Was sind die Sicherheitsüberlegungen bei der Verwendung?
