ul.uni608 {
 list-style-type: "⭐";
 position: fixed;
 bottom: 2px;
 right: 2px;
 z-index: 2;
 margin: 5px;
 padding: 5px;
 width: fit-content;
 background-color: silver;
 border-radius: 8px;
 color: darkred;
 font-size: 1rem;
}

.unicodexl {
 /* font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2"; */
 font-size: 2rem;
 border: solid 1px silver;
}

.emojixl {
 font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji";
 font-size: 2.2rem;
}

