Code-Creator-Hilfen: Symbole – Aufzählungszeichen

  • Lesedauer:54 min Lesezeit
  • Beitrags-Kommentare:0 Kommentare
  • Beitrags-Autor:

Inhaltsverzeichnis

Kreise als Aufzählungssymbole

Kreise als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Bullet Alt + 0149 U+2022 &#8226; <ul><li>&#8226;</li></ul> \u2022 print("\u2022")
Black Circle -kein- U+25CF &#9679; <ul><li>&#9679;</li></ul> \u25CF print("\u25CF")
White Circle -kein- U+25CB &#9675; <ul><li>&#9675;</li></ul> \u25CB print("\u25CB")
White Bullet -kein- U+25E6 &#9702; <ul><li>&#9702;</li></ul> \u25E6 print("\u25E6")
Medium Black Circle -kein- U+26AB &#9899; <ul><li>&#9899;</li></ul> \u26AB print("\u26AB")
Medium White Circle -kein- U+26AA &#9898; <ul><li>&#9898;</li></ul> \u26AA print("\u26AA")
Quadrate als Aufzählungssymbole

Quadrate als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Black Square -kein- U+25A0 &#9632; <ul><li>&#9632;</li></ul> \u25A0 print("\u25A0")
White Square -kein- U+25A1 &#9633; <ul><li>&#9633;</li></ul> \u25A1 print("\u25A1")
Black Small Square -kein- U+25AA &#9642; <ul><li>&#9642;</li></ul> \u25AA print("\u25AA")
White Small Square -kein- U+25AB &#9643; <ul><li>&#9643;</li></ul> \u25AB print("\u25AB")
Black Rectangle -kein- U+25AC &#9644; <ul><li>&#9644;</li></ul> \u25AC print("\u25AC")
White Rectangle -kein- U+25AD &#9645; <ul><li>&#9645;</li></ul> \u25AD print("\u25AD")
Dreiecke als Aufzählungssymbole

Dreiecke als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Black Up-Pointing Triangle -kein- U+25B2 &#9650; <ul><li>&#9650;</li></ul> \u25B2 print("\u25B2")
White Up-Pointing Triangle -kein- U+25B3 &#9651; <ul><li>&#9651;</li></ul> \u25B3 print("\u25B3")
Black Right-Pointing Triangle -kein- U+25B6 &#9654; <ul><li>&#9654;</li></ul> \u25B6 print("\u25B6")
White Right-Pointing Triangle -kein- U+25B7 &#9655; <ul><li>&#9655;</li></ul> \u25B7 print("\u25B7")
Black Down-Pointing Triangle -kein- U+25BC &#9660; <ul><li>&#9660;</li></ul> \u25BC print("\u25BC")
White Down-Pointing Triangle -kein- U+25BD &#9661; <ul><li>&#9661;</li></ul> \u25BD print("\u25BD")
Black Left-Pointing Triangle -kein- U+25C0 &#9664; <ul><li>&#9664;</li></ul> \u25C0 print("\u25C0")
White Left-Pointing Triangle -kein- U+25C1 &#9665; <ul><li>&#9665;</li></ul> \u25C1 print("\u25C1")
Rauten als Aufzählungssymbole

Rauten als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Black Diamond -kein- U+25C6 &#9670; <ul><li>&#9670;</li></ul> \u25C6 print("\u25C6")
White Diamond -kein- U+25C7 &#9671; <ul><li>&#9671;</li></ul> \u25C7 print("\u25C7")
White Diamond Containing Black Small Diamond -kein- U+25C8 &#9672; <ul><li>&#9672;</li></ul> \u25C8 print("\u25C8")
Fisheye -kein- U+25C9 &#9673; <ul><li>&#9673;</li></ul> \u25C9 print("\u25C9")
Lozenge -kein- U+25CA &#9674; <ul><li>&#9674;</li></ul> \u25CA print("\u25CA")
Arabische Zahlen als Aufzählungssymbole

Arabische Zahlen als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
1 1 Alt + 0031 U+0031 &#49; <ol><li>1</li></ol> \u0031 print("1")
2 2 Alt + 0032 U+0032 &#50; <ol><li>2</li></ol> \u0032 print("2")
3 3 Alt + 0033 U+0033 &#51; <ol><li>3</li></ol> \u0033 print("3")
4 4 Alt + 0034 U+0034 &#52; <ol><li>4</li></ol> \u0034 print("4")
5 5 Alt + 0035 U+0035 &#53; <ol><li>5</li></ol> \u0035 print("5")
6 6 Alt + 0036 U+0036 &#54; <ol><li>6</li></ol> \u0036 print("6")
7 7 Alt + 0037 U+0037 &#55; <ol><li>7</li></ol> \u0037 print("7")
8 8 Alt + 0038 U+0038 &#56; <ol><li>8</li></ol> \u0038 print("8")
9 9 Alt + 0039 U+0039 &#57; <ol><li>9</li></ol> \u0039 print("9")
0 0 Alt + 0030 U+0030 &#48; <ol><li>0</li></ol> \u0030 print("0")
Römische Zahlen als Aufzählungssymbole

Römische Zahlen als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
I Römisch Eins Alt + 2160 U+2160 &#8544; <ol><li>I</li></ol> \u2160 print("\u2160")
II Römisch Zwei Alt + 2161 U+2161 &#8545; <ol><li>II</li></ol> \u2161 print("\u2161")
III Römisch Drei Alt + 2162 U+2162 &#8546; <ol><li>III</li></ol> \u2162 print("\u2162")
IV Römisch Vier Alt + 2163 U+2163 &#8547; <ol><li>IV</li></ol> \u2163 print("\u2163")
V Römisch Fünf Alt + 2164 U+2164 &#8548; <ol><li>V</li></ol> \u2164 print("\u2164")
VI Römisch Sechs Alt + 2165 U+2165 &#8549; <ol><li>VI</li></ol> \u2165 print("\u2165")
VII Römisch Sieben Alt + 2166 U+2166 &#8550; <ol><li>VII</li></ol> \u2166 print("\u2166")
VIII Römisch Acht Alt + 2167 U+2167 &#8551; <ol><li>VIII</li></ol> \u2167 print("\u2167")
IX Römisch Neun Alt + 2168 U+2168 &#8552; <ol><li>IX</li></ol> \u2168 print("\u2168")
X Römisch Zehn Alt + 2169 U+2169 &#8553; <ol><li>X</li></ol> \u2169 print("\u2169")
Alphabetische Zeichen als Aufzählungssymbole

Alphabetische Zeichen als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
A Großbuchstabe A Alt + 0041 U+0041 &#65; <ol type="A"><li>A</li></ol> \u0041 print("A")
B Großbuchstabe B Alt + 0042 U+0042 &#66; <ol type="A"><li>B</li></ol> \u0042 print("B")
C Großbuchstabe C Alt + 0043 U+0043 &#67; <ol type="A"><li>C</li></ol> \u0043 print("C")
D Großbuchstabe D Alt + 0044 U+0044 &#68; <ol type="A"><li>D</li></ol> \u0044 print("D")
E Großbuchstabe E Alt + 0045 U+0045 &#69; <ol type="A"><li>E</li></ol> \u0045 print("E")
F Großbuchstabe F Alt + 0046 U+0046 &#70; <ol type="A"><li>F</li></ol> \u0046 print("F")
G Großbuchstabe G Alt + 0047 U+0047 &#71; <ol type="A"><li>G</li></ol> \u0047 print("G")
H Großbuchstabe H Alt + 0048 U+0048 &#72; <ol type="A"><li>H</li></ol> \u0048 print("H")
I Großbuchstabe I Alt + 0049 U+0049 &#73; <ol type="A"><li>I</li></ol> \u0049 print("I")
J Großbuchstabe J Alt + 0050 U+0050 &#74; <ol type="A"><li>J</li></ol> \u004A print("J")
K Großbuchstabe K Alt + 0051 U+0051 &#75; <ol type="A"><li>K</li></ol> \u004B print("K")
L Großbuchstabe L Alt + 0052 U+0052 &#76; <ol type="A"><li>L</li></ol> \u004C print("L")
M Großbuchstabe M Alt + 0053 U+0053 &#77; <ol type="A"><li>M</li></ol> \u004D print("M")
N Großbuchstabe N Alt + 0054 U+0054 &#78; <ol type="A"><li>N</li></ol> \u004E print("N")
O Großbuchstabe O Alt + 0055 U+0055 &#79; <ol type="A"><li>O</li></ol> \u004F print("O")
P Großbuchstabe P Alt + 0056 U+0056 &#80; <ol type="A"><li>P</li></ol> \u0050 print("P")
Q Großbuchstabe Q Alt + 0057 U+0057 &#81; <ol type="A"><li>Q</li></ol> \u0051 print("Q")
R Großbuchstabe R Alt + 0058 U+0058 &#82; <ol type="A"><li>R</li></ol> \u0052 print("R")
S Großbuchstabe S Alt + 0059 U+0059 &#83; <ol type="A"><li>S</li></ol> \u0053 print("S")
T Großbuchstabe T Alt + 0060 U+0060 &#84; <ol type="A"><li>T</li></ol> \u0054 print("T")
U Großbuchstabe U Alt + 0061 U+0061 &#85; <ol type="A"><li>U</li></ol> \u0055 print("U")
V Großbuchstabe V Alt + 0062 U+0062 &#86; <ol type="A"><li>V</li></ol> \u0056 print("V")
W Großbuchstabe W Alt + 0063 U+0063 &#87; <ol type="A"><li>W</li></ol> \u0057 print("W")
X Großbuchstabe X Alt + 0064 U+0064 &#88; <ol type="A"><li>X</li></ol> \u0058 print("X")
Y Großbuchstabe Y Alt + 0065 U+0065 &#89; <ol type="A"><li>Y</li></ol> \u0059 print("Y")
Z Großbuchstabe Z Alt + 0066 U+0066 &#90; <ol type="A"><li>Z</li></ol> \u005A print("Z")
a Kleinbuchstabe a Alt + 0097 U+0061 &#97; <ol type="a"><li>a</li></ol> \u0061 print("a")
b Kleinbuchstabe b Alt + 0098 U+0062 &#98; <ol type="a"><li>b</li></ol> \u0062 print("b")
c Kleinbuchstabe c Alt + 0099 U+0063 &#99; <ol type="a"><li>c</li></ol> \u0063 print("c")
d Kleinbuchstabe d Alt + 0100 U+0064 &#100; <ol type="a"><li>d</li></ol> \u0064 print("d")
e Kleinbuchstabe e Alt + 0101 U+0065 &#101; <ol type="a"><li>e</li></ol> \u0065 print("e")
f Kleinbuchstabe f Alt + 0102 U+0066 &#102; <ol type="a"><li>f</li></ol> \u0066 print("f")
g Kleinbuchstabe g Alt + 0103 U+0067 &#103; <ol type="a"><li>g</li></ol> \u0067 print("g")
h Kleinbuchstabe h Alt + 0104 U+0068 &#104; <ol type="a"><li>h</li></ol> \u0068 print("h")
i Kleinbuchstabe i Alt + 0105 U+0069 &#105; <ol type="a"><li>i</li></ol> \u0069 print("i")
j Kleinbuchstabe j Alt + 0106 U+006A &#106; <ol type="a"><li>j</li></ol> \u006A print("j")
k Kleinbuchstabe k Alt + 0107 U+006B &#107; <ol type="a"><li>k</li></ol> \u006B print("k")
l Kleinbuchstabe l Alt + 0108 U+006C &#108; <ol type="a"><li>l</li></ol> \u006C print("l")
m Kleinbuchstabe m Alt + 0109 U+006D &#109; <ol type="a"><li>m</li></ol> \u006D print("m")
n Kleinbuchstabe n Alt + 0110 U+006E &#110; <ol type="a"><li>n</li></ol> \u006E print("n")
o Kleinbuchstabe o Alt + 0111 U+006F &#111; <ol type="a"><li>o</li></ol> \u006F print("o")
p Kleinbuchstabe p Alt + 0112 U+0070 &#112; <ol type="a"><li>p</li></ol> \u0070 print("p")
q Kleinbuchstabe q Alt + 0113 U+0071 &#113; <ol type="a"><li>q</li></ol> \u0071 print("q")
r Kleinbuchstabe r Alt + 0114 U+0072 &#114; <ol type="a"><li>r</li></ol> \u0072 print("r")
s Kleinbuchstabe s Alt + 0115 U+0073 &#115; <ol type="a"><li>s</li></ol> \u0073 print("s")
t Kleinbuchstabe t Alt + 0116 U+0074 &#116; <ol type="a"><li>t</li></ol> \u0074 print("t")
u Kleinbuchstabe u Alt + 0117 U+0075 &#117; <ol type="a"><li>u</li></ol> \u0075 print("u")
v Kleinbuchstabe v Alt + 0118 U+0076 &#118; <ol type="a"><li>v</li></ol> \u0076 print("v")
w Kleinbuchstabe w Alt + 0119 U+0077 &#119; <ol type="a"><li>w</li></ol> \u0077 print("w")
x Kleinbuchstabe x Alt + 0120 U+0078 &#120; <ol type="a"><li>x</li></ol> \u0078 print("x")
y Kleinbuchstabe y Alt + 0121 U+0079 &#121; <ol type="a"><li>y</li></ol> \u0079 print("y")
z Kleinbuchstabe z Alt + 0122 U+007A &#122; <ol type="a"><li>z</li></ol> \u007A print("z")
Pfeile als Aufzählungssymbole

Pfeile als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Leftwards Arrow Alt + 8592 U+2190 &#8592; <ul><li>&#8592;</li></ul> \u2190 print("\u2190")
Upwards Arrow Alt + 8593 U+2191 &#8593; <ul><li>&#8593;</li></ul> \u2191 print("\u2191")
Rightwards Arrow Alt + 8594 U+2192 &#8594; <ul><li>&#8594;</li></ul> \u2192 print("\u2192")
Downwards Arrow Alt + 8595 U+2193 &#8595; <ul><li>&#8595;</li></ul> \u2193 print("\u2193")
Left Right Arrow Alt + 8596 U+2194 &#8596; <ul><li>&#8596;</li></ul> \u2194 print("\u2194")
Up Down Arrow Alt + 8597 U+2195 &#8597; <ul><li>&#8597;</li></ul> \u2195 print("\u2195")
Downwards Arrow With Corner Leftwards Alt + 8629 U+21B5 &#8629; <ul><li>&#8629;</li></ul> \u21B5 print("\u21B5")
Leftwards Double Arrow Alt + 8656 U+21D0 &#8656; <ul><li>&#8656;</li></ul> \u21D0 print("\u21D0")
Upwards Double Arrow Alt + 8657 U+21D1 &#8657; <ul><li>&#8657;</li></ul> \u21D1 print("\u21D1")
Rightwards Double Arrow Alt + 8658 U+21D2 &#8658; <ul><li>&#8658;</li></ul> \u21D2 print("\u21D2")
Downwards Double Arrow Alt + 8659 U+21D3 &#8659; <ul><li>&#8659;</li></ul> \u21D3 print("\u21D3")
Left Right Double Arrow Alt + 8660 U+21D4 &#8660; <ul><li>&#8660;</li></ul> \u21D4 print("\u21D4")
Black Rightwards Arrow -kein- U+27A1 &#10145; <ul><li>&#10145;</li></ul> \u27A1 print("\u27A1")
Leftwards Arrow With Hook -kein- U+21A9 &#11013; <ul><li>&#11013;</li></ul> \u21A9 print("\u21A9")
Upwards Arrow With Hook -kein- U+21AA &#11014; <ul><li>&#11014;</li></ul> \u21AA print("\u21AA")
Downwards Arrow With Hook -kein- U+21AD &#11015; <ul><li>&#11015;</li></ul> \u21AD print("\u21AD")
Operatoren als Aufzählungssymbole

Operatoren als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
+ Addition (Plus) Alt + 0043 U+002B &#43; <ul><li>&#43;</li></ul> \u002B print("\u002B")
Subtraktion (Minus) Alt + 8722 U+2212 &#8722; <ul><li>&#8722;</li></ul> \u2212 print("\u2212")
× Multiplikation (Mal) Alt + 0215 U+00D7 &#215; <ul><li>&#215;</li></ul> \u00D7 print("\u00D7")
÷ Division (Geteilt) Alt + 0247 U+00F7 &#247; <ul><li>&#247;</li></ul> \u00F7 print("\u00F7")
= Gleichheitszeichen (Gleich) Alt + 0061 U+003D &#61; <ul><li>&#61;</li></ul> \u003D print("\u003D")
Ungleichheitszeichen (Ungleich) Alt + 8800 U+2260 &#8800; <ul><li>&#8800;</li></ul> \u2260 print("\u2260")
> Größer-als-Zeichen (Größer) Alt + 0062 U+003E &#62; <ul><li>&#62;</li></ul> \u003E print("\u003E")
< Kleiner-als-Zeichen (Kleiner) Alt + 0060 U+003C &#60; <ul><li>&#60;</li></ul> \u003C print("\u003C")
Größer-gleich-Zeichen (Größer gleich) Alt + 8805 U+2265 &#8805; <ul><li>&#8805;</li></ul> \u2265 print("\u2265")
Kleiner-gleich-Zeichen (Kleiner gleich) Alt + 8804 U+2264 &#8804; <ul><li>&#8804;</li></ul> \u2264 print("\u2264")
Logisches Und (Und) Alt + 8743 U+2227 &#8743; <ul><li>&#8743;</li></ul> \u2227 print("\u2227")
Logisches Oder (Oder) Alt + 8744 U+2228 &#8744; <ul><li>&#8744;</li></ul> \u2228 print("\u2228")
¬ Logisches Nicht (Nicht) Alt + 0172 U+00AC &#172; <ul><li>&#172;</li></ul> \u00AC print("\u00AC")
Sonderzeichen als Aufzählungssymbole

Sonderzeichen als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Summenzeichen Alt + 8721 U+2211 &#8721; <ul><li>&#8721;</li></ul> \u2211 print("\u2211")
Wurzelzeichen Alt + 8730 U+221A &#8730; <ul><li>&#8730;</li></ul> \u221A print("\u221A")
Partielle Ableitung Alt + 8706 U+2202 &#8706; <ul><li>&#8706;</li></ul> \u2202 print("\u2202")
Differenz Alt + 8710 U+2206 &#8710; <ul><li>&#8710;</li></ul> \u2206 print("\u2206")
Produktzeichen Alt + 8719 U+220F &#8719; <ul><li>&#8719;</li></ul> \u220F print("\u220F")
Integral Alt + 8747 U+222B &#8747; <ul><li>&#8747;</li></ul> \u222B print("\u222B")
Differential D Alt + 8757 U+2146 &#8757; <ul><li>&#8757;</li></ul> \u2146 print("\u2146")
Etwa gleich Alt + 8776 U+2248 &#8776; <ul><li>&#8776;</li></ul> \u2248 print("\u2248")
Identisch Alt + 8801 U+2261 &#8801; <ul><li>&#8801;</li></ul> \u2261 print("\u2261")
Für alle Alt + 8704 U+2200 &#8704; <ul><li>&#8704;</li></ul> \u2200 print("\u2200")
Sterne als Aufzählungssymbole

Sterne als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Black Star -kein- U+2605 &#9733; <ul><li>&#9733;</li></ul> \u2605 print("\u2605")
White Star -kein- U+2606 &#9734; <ul><li>&#9734;</li></ul> \u2606 print("\u2606")
Four Pointed Star -kein- U+2726 &#10022; <ul><li>&#10022;</li></ul> \u2726 print("\u2726")
Six Pointed Star -kein- U+2734 &#10036; <ul><li>&#10036;</li></ul> \u2734 print("\u2734")
Eight Pointed Star -kein- U+2735 &#10025; <ul><li>&#10025;</li></ul> \u2735 print("\u2735")
Stress Outlined Star -kein- U+2739 &#10029; <ul><li>&#10029;</li></ul> \u2739 print("\u2739")
Sparkles -kein- U+2728 &#11088; <ul><li>&#11088;</li></ul> \u2728 print("\u2728")
Herzen als Aufzählungssymbole

Herzen als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Black Heart Alt + 9829 U+2665 &#9829; <ul><li>&#9829;</li></ul> \u2665 print("\u2665")
White Heart Alt + 9825 U+2661 &#9825; <ul><li>&#9825;</li></ul> \u2661 print("\u2661")
Heavy Black Heart -kein- U+2764 &#10084; <ul><li>&#10084;</li></ul> \u2764 print("\u2764")
💓 Sparkling Heart -kein- U+1F496 &#128147; <ul><li>&#128147;</li></ul> \u1F496 print("\u1F496")
💖 Growing Heart -kein- U+1F497 &#128150; <ul><li>&#128150;</li></ul> \u1F497 print("\u1F497")
💗 Beating Heart -kein- U+1F493 &#128151; <ul><li>&#128151;</li></ul> \u1F493 print("\u1F493")
Smilies als Aufzählungssymbole

Smilies als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Weißes Lächeln Alt + 9786 U+263A &#9786; <ul><li>&#9786;</li></ul> \u263A print("\u263A")
Schwarzes Lächeln Alt + 9787 U+263B &#9787; <ul><li>&#9787;</li></ul> \u263B print("\u263B")
😀 Grinsendes Gesicht -kein- U+1F600 &#128512; <ul><li>&#128512;</li></ul> \u1F600 print("\u1F600")
😁 Grinsendes Gesicht mit großen Augen -kein- U+1F601 &#128513; <ul><li>&#128513;</li></ul> \u1F601 print("\u1F601")
😂 Gesicht mit Freudentränen -kein- U+1F602 &#128514; <ul><li>&#128514;</li></ul> \u1F602 print("\u1F602")
😃 Lächelndes Gesicht mit offenen Augen -kein- U+1F603 &#128515; <ul><li>&#128515;</li></ul> \u1F603 print("\u1F603")
😄 Lächelndes Gesicht mit geschlossenen Augen -kein- U+1F604 &#128516; <ul><li>&#128516;</li></ul> \u1F604 print("\u1F604")
😅 Lächelndes Gesicht mit kaltem Schweiß -kein- U+1F605 &#128517; <ul><li>&#128517;</li></ul> \u1F605 print("\u1F605")
😆 Lächelndes Gesicht mit offenem Mund und geschlossenen Augen -kein- U+1F606 &#128518; <ul><li>&#128518;</li></ul> \u1F606 print("\u1F606")
😇 Grinsendes Gesicht mit Sternaugen -kein- U+1F929 &#128519; <ul><li>&#128519;</li></ul> \u1F929 print("\u1F929")
😉 Zwinkerndes Gesicht -kein- U+1F609 &#128521; <ul><li>&#128521;</li></ul> \u1F609 print("\u1F609")
Punktierte Symbole als Aufzählungssymbole

Punktierte Symbole als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Bullet Alt + 0149 U+2022 &#8226; <ul><li>&#8226;</li></ul> \u2022 print("\u2022")
Black Circle -kein- U+25CF &#9679; <ul><li>&#9679;</li></ul> \u25CF print("\u25CF")
White Bullet -kein- U+25E6 &#9702; <ul><li>&#9702;</li></ul> \u25E6 print("\u25E6")
Triangular Bullet -kein- U+2023 &#8227; <ul><li>&#8227;</li></ul> \u2023 print("\u2023")
Black Small Square -kein- U+25AA &#9642; <ul><li>&#9642;</li></ul> \u25AA print("\u25AA")
White Small Square -kein- U+25AB &#9643; <ul><li>&#9643;</li></ul> \u25AB print("\u25AB")
White Rectangle -kein- U+25AD &#9645; <ul><li>&#9645;</li></ul> \u25AD print("\u25AD")
Gestrichelte Symbole als Aufzählungssymbole

Gestrichelte Symbole als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Dot Operator -kein- U+22C5 &#8724; <ul><li>&#8724;</li></ul> \u22C5 print("\u22C5")
Vertical Ellipsis -kein- U+22EE &#8943; <ul><li>&#8943;</li></ul> \u22EE print("\u22EE")
Up Right Diagonal Ellipsis -kein- U+22EF &#8944; <ul><li>&#8944;</li></ul> \u22EF print("\u22EF")
Down Right Diagonal Ellipsis -kein- U+22F0 &#8945; <ul><li>&#8945;</li></ul> \u22F0 print("\u22F0")
Midline Horizontal Ellipsis -kein- U+22F1 &#8946; <ul><li>&#8946;</li></ul> \u22F1 print("\u22F1")
Mehrfach-Symbole als Aufzählungssymbole

Mehrfach-Symbole als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Two Dot Leader -kein- U+2025 &#8285; <ul><li>&#8285;</li></ul> \u2025 print("\u2025")
Horizontal Ellipsis Alt + 8230 U+2026 &#8230; <ul><li>&#8230;</li></ul> \u2026 print("\u2026")
Vertical Ellipsis -kein- U+22EE &#8942; <ul><li>&#8942;</li></ul> \u22EE print("\u22EE")
Up Right Diagonal Ellipsis -kein- U+22EF &#8943; <ul><li>&#8943;</li></ul> \u22EF print("\u22EF")
Down Right Diagonal Ellipsis -kein- U+22F0 &#8944; <ul><li>&#8944;</li></ul> \u22F0 print("\u22F0")
Midline Horizontal Ellipsis -kein- U+22F1 &#8945; <ul><li>&#8945;</li></ul> \u22F1 print("\u22F1")
Einbettbare Symbole als Aufzählungssymbole

Einbettbare Symbole als Aufzählungssymbole

Symbol Bezeichnung Windows-Tastaturkürzel UTF-8 Code HTML Code HTML Beispiel Python Code Python Beispiel
Schwarzer Stern -kein- U+2605 &#9733; <ul><li>&#9733;</li></ul> \u2605 print("\u2605")
Weißer Stern -kein- U+2606 &#9734; <ul><li>&#9734;</li></ul> \u2606 print("\u2606")
Vierzackiger Stern -kein- U+2726 &#10022; <ul><li>&#10022;</li></ul> \u2726 print("\u2726")
Sechszackiger Stern -kein- U+2734 &#10036; <ul><li>&#10036;</li></ul> \u2734 print("\u2734")
Achtzackiger Stern -kein- U+2735 &#10025; <ul><li>&#10025;</li></ul> \u2735 print("\u2735")
Gestresster umrandeter Stern -kein- U+2739 &#10029; <ul><li>&#10029;</li></ul> \u2739 print("\u2739")
Funkeln -kein- U+2728 &#11088; <ul><li>&#11088;</li></ul> \u2728 print("\u2728")
 

Schreibe einen Kommentar