How to print the 5-digit icons #1077
-
I would like to print 'nf-md-kubernetes', hex code: f10fe to the terminal, from bash. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Sorry, can you point me to the exact location where that is mentioned in the FAQ (which FAQ)? You would probably need to use UTF16, which has an open ticket already #1059 Usually on Linux I just enter the glyph itself into the
|
Beta Was this translation helpful? Give feedback.
-
Paste glyph into https://onlineunicodetools.com/convert-unicode-to-utf16 use UTF16 codes like
Use instead UTF8...: https://onlineunicodetools.com/convert-unicode-to-utf8
Edit: Add UTF8 variant |
Beta Was this translation helpful? Give feedback.
-
If you are willing to use |
Beta Was this translation helpful? Give feedback.
If you are willing to use
printf
instead ofecho
(which you should anyway, because its behavior is far more portable) you can use the\U
instead of the\u
: