From 7f7c3a7a700f97f291d1749c10b155ab8384052e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 6 Dec 2022 16:41:14 +0100 Subject: global-functions: $SymbolByUnicodeName: append variation selector-16... ... to specify that the preceding character should be displayed with emoji presentation. https://unicode-table.com/en/FE0F/ --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 75e9796..260a7d4 100644 --- a/global-functions +++ b/global-functions @@ -1060,7 +1060,7 @@ "white-heavy-check-mark"="\E2\9C\85" } - :return ($Symbols->$1); + :return (($Symbols->$1) . "\EF\B8\8F"); } # return symbol for notification -- cgit v1.2.3-54-g00ecf