You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nerd Fonts v3.0.0 the Material Design Icons were dropped from the F500... code points and moved to the F0001 code point. As a result of these new five digit codes it is sometimes necessary to convert the HEX value to UTF-16.
Example
The following information is for the altimeter glyph:
Unicode Hex = U+F05D7
UTF-16 code = \udb81\uddd7
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In Nerd Fonts v3.0.0 the Material Design Icons were dropped from the F500... code points and moved to the F0001 code point. As a result of these new five digit codes it is sometimes necessary to convert the HEX value to UTF-16.
Example
The following information is for the altimeter glyph:
Unicode Hex = U+F05D7
UTF-16 code = \udb81\uddd7
Beta Was this translation helpful? Give feedback.
All reactions