Add triangle and hyphen bullets

This commit is contained in:
Veronica K. B. Olsen
2021-01-25 23:45:11 +01:00
parent fab5833cdf
commit 95e03d2684
4 changed files with 28 additions and 0 deletions
+4
View File
@@ -289,6 +289,8 @@ class nwUnicode:
U_CHECK = "\u2714" # Heavy check mark
U_CROSS = "\u2715" # Heavy cross mark
U_BULL = "\u2022" # List bullet
U_TRBULL = "\u2023" # Triangle bullet
U_HYBULL = "\u2043" # Hyphen bullet
U_FLOWER = "\u2055" # Flower punctuation mark
U_PERMIL = "\u2030" # Per mille sign
U_DEGREE = "\u00b0" # Degree symbol
@@ -349,6 +351,8 @@ class nwUnicode:
H_CHECK = "✔"
H_MULT = "✕"
H_BULL = "•"
H_TRBULL = "‣"
H_HYBULL = "⁃"
H_FLOWER = "⁕"
H_PERMIL = "‰"
H_DEGREE = "°"