Blog
Code-Creator-Hilfen: Symbole, Teil II
Pfeile und Linien
Inhaltsverzeichnis
Einfache horizontale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
← | ← (Linkspfeil) | Alt + 27 | U+2190 | ← | <p>← Linkspfeil</p> | \u2190 | print('\u2190 Linkspfeil') |
→ | → (Rechtspfeil) | Alt + 26 | U+2192 | → | <p>→ Rechtspfeil</p> | \u2192 | print('\u2192 Rechtspfeil') |
↔ | ↔ (Links-Rechtspfeil) | Alt + 29 | U+2194 | ↔ | <p>↔ Links-Rechtspfeil</p> | \u2194 | print('\u2194 Links-Rechtspfeil') |
Doppelte horizontale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
⇐ | ⇐ (Doppelte Linkspfeile) | Alt + 8656 | U+21D0 | ⇐ | <p>⇐ Doppelte Linkspfeile</p> | \u21D0 | print('\u21D0 Doppelte Linkspfeile') |
⇒ | ⇒ (Doppelte Rechtspfeile) | Alt + 8658 | U+21D2 | ⇒ | <p>⇒ Doppelte Rechtspfeile</p> | \u21D2 | print('\u21D2 Doppelte Rechtspfeile') |
⇔ | ⇔ (Doppelte Links-Rechtspfeile) | Alt + 8660 | U+21D4 | ⇔ | <p>⇔ Doppelte Links-Rechtspfeile</p> | \u21D4 | print('\u21D4 Doppelte Links-Rechtspfeile') |
Spezialformen horizontaler Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
↕ | ↕ (Pfeil nach oben und unten) | Alt + 8597 | U+2195 | ↕ | <p>↕ Pfeil nach oben und unten</p> | \u2195 | print('\u2195 Pfeil nach oben und unten') |
↙ | ↙ (Südwestpfeil) | Alt + 8601 | U+2199 | ↙ | <p>↙ Südwestpfeil</p> | \u2199 | print('\u2199 Südwestpfeil') |
↘ | ↘ (Südostpfeil) | Alt + 8600 | U+2198 | ↘ | <p>↘ Südostpfeil</p> | \u2198 | print('\u2198 Südostpfeil') |
Einfache vertikale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
↑ | ↑ (Aufwärtspfeil) | Alt + 24 | U+2191 | ↑ | <p>↑ Aufwärtspfeil</p> | \u2191 | print('\u2191 Aufwärtspfeil') |
↓ | ↓ (Abwärtspfeil) | Alt + 25 | U+2193 | ↓ | <p>↓ Abwärtspfeil</p> | \u2193 | print('\u2193 Abwärtspfeil') |
↕ | ↕ (Pfeil nach oben und unten) | Alt + 18 | U+2195 | ↕ | <p>↕ Pfeil nach oben und unten</p> | \u2195 | print('\u2195 Pfeil nach oben und unten') |
Doppelte vertikale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
⇑ | ⇑ (Doppelte Aufwärtspfeile) | Alt + 8657 | U+21D1 | ⇑ | <p>⇑ Doppelte Aufwärtspfeile</p> | \u21D1 | print('\u21D1 Doppelte Aufwärtspfeile') |
⇓ | ⇓ (Doppelte Abwärtspfeile) | Alt + 8659 | U+21D3 | ⇓ | <p>⇓ Doppelte Abwärtspfeile</p> | \u21D3 | print('\u21D3 Doppelte Abwärtspfeile') |
⇕ | ⇕ (Doppelte Pfeile nach oben und unten) | Alt + 8661 | U+21D5 | ⇕ | <p>⇕ Doppelte Pfeile nach oben und unten</p> | \u21D5 | print('\u21D5 Doppelte Pfeile nach oben und unten') |
Spezialformen vertikaler Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
↥ | ↥ (Aufwärtspfeil mit Spitze nach links) | -kein- | U+21A5 | ↥ | <p>↥ Aufwärtspfeil mit Spitze nach links</p> | \u21A5 | print('\u21A5 Aufwärtspfeil mit Spitze nach links') |
↧ | ↧ (Abwärtspfeil mit Spitze nach links) | -kein- | U+21A7 | ↧ | <p>↧ Abwärtspfeil mit Spitze nach links</p> | \u21A7 | print('\u21A7 Abwärtspfeil mit Spitze nach links') |
↦ | ↦ (Rechtspfeil mit Spitze nach oben) | -kein- | U+21A6 | ↦ | <p>↦ Rechtspfeil mit Spitze nach oben</p> | \u21A6 | print('\u21A6 Rechtspfeil mit Spitze nach oben') |
Einfache diagonale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
↖ | ↖ (Nordwestpfeil) | Alt + 8598 | U+2196 | ↖ | <p>↖ Nordwestpfeil</p> | \u2196 | print('\u2196 Nordwestpfeil') |
↗ | ↗ (Nordostpfeil) | Alt + 8599 | U+2197 | ↗ | <p>↗ Nordostpfeil</p> | \u2197 | print('\u2197 Nordostpfeil') |
↘ | ↘ (Südostpfeil) | Alt + 8600 | U+2198 | ↘ | <p>↘ Südostpfeil</p> | \u2198 | print('\u2198 Südostpfeil') |
↙ | ↙ (Südwestpfeil) | Alt + 8601 | U+2199 | ↙ | <p>↙ Südwestpfeil</p> | \u2199 | print('\u2199 Südwestpfeil') |
Doppelte diagonale Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
⇒ | ⇖ (Doppelte Nordwestpfeile) | -kein- | U+21D6 | ⇒ | <p>⇒ Doppelte Nordwestpfeile</p> | \u21D6 | print('\u21D6 Doppelte Nordwestpfeile') |
⇓ | ⇗ (Doppelte Nordostpfeile) | -kein- | U+21D7 | ⇓ | <p>⇓ Doppelte Nordostpfeile</p> | \u21D7 | print('\u21D7 Doppelte Nordostpfeile') |
⇔ | ⇘ (Doppelte Südostpfeile) | -kein- | U+21D8 | ⇔ | <p>⇔ Doppelte Südostpfeile</p> | \u21D8 | print('\u21D8 Doppelte Südostpfeile') |
⇕ | ⇙ (Doppelte Südwestpfeile) | -kein- | U+21D9 | ⇕ | <p>⇕ Doppelte Südwestpfeile</p> | \u21D9 | print('\u21D9 Doppelte Südwestpfeile') |
Spezialformen diagonaler Pfeile
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
↬ | ⇜ (Wellenpfeil nach oben) | -kein- | U+21DC | ↬ | <p>↬ Wellenpfeil nach oben</p> | \u21DC | print('\u21DC Wellenpfeil nach oben') |
↭ | ⇝ (Wellenpfeil nach unten) | -kein- | U+21DD | ↭ | <p>↭ Wellenpfeil nach unten</p> | \u21DD | print('\u21DD Wellenpfeil nach unten') |
↞ | ↶ (Linkspfeil mit Schleife) | -kein- | U+21B6 | ↞ | <p>↞ Linkspfeil mit Schleife</p> | \u21B6 | print('\u21B6 Linkspfeil mit Schleife') |
↟ | ↷ (Rechtspfeil mit Schleife) | -kein- | U+21B7 | ↟ | <p>↟ Rechtspfeil mit Schleife</p> | \u21B7 | print('\u21B7 Rechtspfeil mit Schleife') |
Einfachlinien
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
─ | ─ (Horizontale Linie) | Alt + 9472 | U+2500 | ─ | <p>─ Horizontale Linie</p> | \u2500 | print('\u2500 Horizontale Linie') |
│ | │ (Vertikale Linie) | Alt + 9474 | U+2502 | │ | <p>│ Vertikale Linie</p> | \u2502 | print('\u2502 Vertikale Linie') |
═ | ═ (Doppelte horizontale Linie) | Alt + 9552 | U+2550 | ═ | <p>═ Doppelte horizontale Linie</p> | \u2550 | print('\u2550 Doppelte horizontale Linie') |
║ | ║ (Doppelte vertikale Linie) | Alt + 9553 | U+2551 | ║ | <p>║ Doppelte vertikale Linie</p> | \u2551 | print('\u2551 Doppelte vertikale Linie') |
Doppellinien
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
═ | ═ (Doppelte horizontale Linie) | Alt + 9552 | U+2550 | ═ | <p>═ Doppelte horizontale Linie</p> | \u2550 | print('\u2550 Doppelte horizontale Linie') |
║ | ║ (Doppelte vertikale Linie) | Alt + 9553 | U+2551 | ║ | <p>║ Doppelte vertikale Linie</p> | \u2551 | print('\u2551 Doppelte vertikale Linie') |
╒ | ╔ (Doppelte Ecklinie links oben) | Alt + 9554 | U+2552 | ╒ | <p>╒ Doppelte Ecklinie links oben</p> | \u2552 | print('\u2552 Doppelte Ecklinie links oben') |
╓ | ╚ (Doppelte Ecklinie links unten) | Alt + 9555 | U+2553 | ╓ | <p>╓ Doppelte Ecklinie links unten</p> | \u2553 | print('\u2553 Doppelte Ecklinie links unten') |
Gestrichelte Linien
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
│ | ┆ (Gestrichelte vertikale Linie) | -kein- | U+2506 | │ | <p>│ Gestrichelte vertikale Linie</p> | \u2506 | print('\u2506 Gestrichelte vertikale Linie') |
─ | ┄ (Gestrichelte horizontale Linie) | -kein- | U+2504 | ─ | <p>─ Gestrichelte horizontale Linie</p> | \u2504 | print('\u2504 Gestrichelte horizontale Linie') |
┼ | ┼ (Gestrichelte Kreuzlinie) | -kein- | U+253C | ┼ | <p>┼ Gestrichelte Kreuzlinie</p> | \u253C | print('\u253C Gestrichelte Kreuzlinie') |
Spezialformen von Linien
Symbol | Bezeichnung | Windows-Tastaturkürzel | UTF-8-Code | HTML-Code | HTML-Beispiel | Python-Code | Python-Beispiel |
---|---|---|---|---|---|---|---|
╬ | ╬ (Kreuzungslinie) | -kein- | U+256C | ╬ | <p>╬ Kreuzungslinie</p> | \u256C | print('\u256C Kreuzungslinie') |
╭ | ╫ (Horizontale Kreuzungslinie) | -kein- | U+256B | ╭ | <p>╭ Horizontale Kreuzungslinie</p> | \u256B | print('\u256B Horizontale Kreuzungslinie') |
╮ | ╪ (Vertikale Kreuzungslinie) | -kein- | U+256A | ╮ | <p>╮ Vertikale Kreuzungslinie</p> | \u256A | print('\u256A Vertikale Kreuzungslinie') |
Views: 91