Segoe Fluent Icons font - Windows apps (2023)

  • Article
  • 17 minutes to read

This article provides developer guidelines for using the Segoe Fluent Icons font and lists each icon along with its Unicode value and descriptive name.

Important APIs:

  • Symbol enum
  • FontIcon class

About Segoe Fluent Icons

Tip

With the release of Windows 11, the Segoe Fluent Icons font will replace Segoe MDL2 Assets as the recommended symbol icon font. Segoe MDL2 Assets will still be available, but we recommend updating your app to use the new Segoe Fluent Icons.

Most of the icons included in the Segoe Fluent Icons font are mapped to the Private Use Area of Unicode (PUA). The PUA range is a non-standardized range of Unicode that allows font developers to define their own characters. This is useful when creating a symbol font, but it creates an interoperability problem when Segoe Fluent Icons is not available.

Icons in the Segoe Fluent Icons font are not intended for use in-line with text. This means that some older "tricks" like the progressive disclosure arrows no longer apply. Likewise, since all of the new icons are sized and positioned the same, they do not have to be made with zero width; we have made sure they work as a set.

Layering and mirroring

All glyphs in Segoe Fluent Icons have the same fixed width with a consistent height and left origin point, so layering and colorization effects can be achieved by drawing glyphs directly on top of each other. This example show a black outline drawn on top of the zero-width red heart.

Segoe Fluent Icons font - Windows apps (1)

<Grid> <FontIcon FontFamily="Segoe Fluent Icons" Glyph="&#xEB51;" Foreground="#C72335" /> <FontIcon FontFamily="Segoe Fluent Icons" Glyph="&#xEB52;" /></Grid>

Many of the icons also have mirrored forms available for use in languages that use right-to-left text directionality such as Arabic, Farsi, and Hebrew.

Using the icons

If you are developing an app in C#/VB/C++ and XAML, you can use specified glyphs from Segoe Fluent Icons with the Symbol enumeration.

<SymbolIcon Symbol="GlobalNavigationButton"/>

If you would like to use a glyph from the Segoe Fluent Icons* font that is not included in the Symbol enum, then use a FontIcon.

<FontIcon FontFamily="Segoe Fluent Icons" Glyph="&#xE700;"/>

You can also use the static resource SymbolThemeFontFamily to access Segoe Fluent Icons, instead of specifying the font by name:

<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="&#xE700;"/>

How do I get this font?

  • On Windows 11: There's nothing you need to do, the font comes with Windows.
  • On Windows 10: Segoe Fluent Icons is not included by default on Windows 10. You can download it here.
  • On a Mac or other device: You can download Segoe Fluent Icons and other fonts here. You can download the font for use in design and development, but you may not not ship it to another platform.

Icon list

Please keep in mind that the Segoe Fluent Icons font includes many more icons than we can show here. Many of the icons are intended for specialized purposes and are not typically used anywhere else.

Note

Glyphs with prefixes ranging from E0- to E5- (e.g. E001, E5B1) are currently marked as legacy and are therefore deprecated.

The following tables display all Segoe Fluent Icons glyphs and their respective unicode values and descriptive names. Select a range from the following list to view glyphs according to the PUA range they belong to.

  • PUA E700-E900
  • PUA EA00-EC00
  • PUA ED00-EF00
  • PUA F000-F200
  • PUA F300-F500
  • PUA F600-F800

PUA E700-E900

The following table of glyphs displays unicode points prefixed from E7- to E9-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (2) e700 GlobalNavButton
Segoe Fluent Icons font - Windows apps (3) e701 Wifi
Segoe Fluent Icons font - Windows apps (4) e702 Bluetooth
Segoe Fluent Icons font - Windows apps (5) e703 Connect
Segoe Fluent Icons font - Windows apps (6) e704 InternetSharing
Segoe Fluent Icons font - Windows apps (7) e705 VPN
Segoe Fluent Icons font - Windows apps (8) e706 Brightness
Segoe Fluent Icons font - Windows apps (9) e707 MapPin
Segoe Fluent Icons font - Windows apps (10) e708 QuietHours
Segoe Fluent Icons font - Windows apps (11) e709 Airplane
Segoe Fluent Icons font - Windows apps (12) e70a Tablet
Segoe Fluent Icons font - Windows apps (13) e70b QuickNote
Segoe Fluent Icons font - Windows apps (14) e70c RememberedDevice
Segoe Fluent Icons font - Windows apps (15) e70d ChevronDown
Segoe Fluent Icons font - Windows apps (16) e70e ChevronUp
Segoe Fluent Icons font - Windows apps (17) e70f Edit
Segoe Fluent Icons font - Windows apps (18) e710 Add
Segoe Fluent Icons font - Windows apps (19) e711 Cancel
Segoe Fluent Icons font - Windows apps (20) e712 More
Segoe Fluent Icons font - Windows apps (21) e713 Settings
Segoe Fluent Icons font - Windows apps (22) e714 Video
Segoe Fluent Icons font - Windows apps (23) e715 Mail
Segoe Fluent Icons font - Windows apps (24) e716 People
Segoe Fluent Icons font - Windows apps (25) e717 Phone
Segoe Fluent Icons font - Windows apps (26) e718 Pin
Segoe Fluent Icons font - Windows apps (27) e719 Shop
Segoe Fluent Icons font - Windows apps (28) e71a Stop
Segoe Fluent Icons font - Windows apps (29) e71b Link
Segoe Fluent Icons font - Windows apps (30) e71c Filter
Segoe Fluent Icons font - Windows apps (31) e71d AllApps
Segoe Fluent Icons font - Windows apps (32) e71e Zoom
Segoe Fluent Icons font - Windows apps (33) e71f ZoomOut
Segoe Fluent Icons font - Windows apps (34) e720 Microphone
Segoe Fluent Icons font - Windows apps (35) e721 Search
Segoe Fluent Icons font - Windows apps (36) e722 Camera
Segoe Fluent Icons font - Windows apps (37) e723 Attach
Segoe Fluent Icons font - Windows apps (38) e724 Send
Segoe Fluent Icons font - Windows apps (39) e725 SendFill
Segoe Fluent Icons font - Windows apps (40) e726 WalkSolid
Segoe Fluent Icons font - Windows apps (41) e727 InPrivate
Segoe Fluent Icons font - Windows apps (42) e728 FavoriteList
Segoe Fluent Icons font - Windows apps (43) e729 PageSolid
Segoe Fluent Icons font - Windows apps (44) e72a Forward
Segoe Fluent Icons font - Windows apps (45) e72b Back
Segoe Fluent Icons font - Windows apps (46) e72c Refresh
Segoe Fluent Icons font - Windows apps (47) e72d Share
Segoe Fluent Icons font - Windows apps (48) e72e Lock
Segoe Fluent Icons font - Windows apps (49) e730 ReportHacked
Segoe Fluent Icons font - Windows apps (50) e731 EMI
Segoe Fluent Icons font - Windows apps (51) e734 FavoriteStar
Segoe Fluent Icons font - Windows apps (52) e735 FavoriteStarFill
Segoe Fluent Icons font - Windows apps (53) e736 ReadingMode
Segoe Fluent Icons font - Windows apps (54) e737 Favicon
Segoe Fluent Icons font - Windows apps (55) e738 Remove
Segoe Fluent Icons font - Windows apps (56) e739 Checkbox
Segoe Fluent Icons font - Windows apps (57) e73a CheckboxComposite
Segoe Fluent Icons font - Windows apps (58) e73b CheckboxFill
Segoe Fluent Icons font - Windows apps (59) e73c CheckboxIndeterminate
Segoe Fluent Icons font - Windows apps (60) e73d CheckboxCompositeReversed
Segoe Fluent Icons font - Windows apps (61) e73e CheckMark
Segoe Fluent Icons font - Windows apps (62) e73f BackToWindow
Segoe Fluent Icons font - Windows apps (63) e740 FullScreen
Segoe Fluent Icons font - Windows apps (64) e741 ResizeTouchLarger
Segoe Fluent Icons font - Windows apps (65) e742 ResizeTouchSmaller
Segoe Fluent Icons font - Windows apps (66) e743 ResizeMouseSmall
Segoe Fluent Icons font - Windows apps (67) e744 ResizeMouseMedium
Segoe Fluent Icons font - Windows apps (68) e745 ResizeMouseWide
Segoe Fluent Icons font - Windows apps (69) e746 ResizeMouseTall
Segoe Fluent Icons font - Windows apps (70) e747 ResizeMouseLarge
Segoe Fluent Icons font - Windows apps (71) e748 SwitchUser
Segoe Fluent Icons font - Windows apps (72) e749 Print
Segoe Fluent Icons font - Windows apps (73) e74a Up
Segoe Fluent Icons font - Windows apps (74) e74b Down
Segoe Fluent Icons font - Windows apps (75) e74c OEM
Segoe Fluent Icons font - Windows apps (76) e74d Delete
Segoe Fluent Icons font - Windows apps (77) e74e Save
Segoe Fluent Icons font - Windows apps (78) e74f Mute
Segoe Fluent Icons font - Windows apps (79) e750 BackSpaceQWERTY
Segoe Fluent Icons font - Windows apps (80) e751 ReturnKey
Segoe Fluent Icons font - Windows apps (81) e752 UpArrowShiftKey
Segoe Fluent Icons font - Windows apps (82) e753 Cloud
Segoe Fluent Icons font - Windows apps (83) e754 Flashlight
Segoe Fluent Icons font - Windows apps (84) e755 RotationLock
Segoe Fluent Icons font - Windows apps (85) e756 CommandPrompt
Segoe Fluent Icons font - Windows apps (86) e759 SIPMove
Segoe Fluent Icons font - Windows apps (87) e75a SIPUndock
Segoe Fluent Icons font - Windows apps (88) e75b SIPRedock
Segoe Fluent Icons font - Windows apps (89) e75c EraseTool
Segoe Fluent Icons font - Windows apps (90) e75d UnderscoreSpace
Segoe Fluent Icons font - Windows apps (91) e75e GripperTool
Segoe Fluent Icons font - Windows apps (92) e75f Dialpad
Segoe Fluent Icons font - Windows apps (93) e760 PageLeft
Segoe Fluent Icons font - Windows apps (94) e761 PageRight
Segoe Fluent Icons font - Windows apps (95) e762 MultiSelect
Segoe Fluent Icons font - Windows apps (96) e763 KeyboardLeftHanded
Segoe Fluent Icons font - Windows apps (97) e764 KeyboardRightHanded
Segoe Fluent Icons font - Windows apps (98) e765 KeyboardClassic
Segoe Fluent Icons font - Windows apps (99) e766 KeyboardSplit
Segoe Fluent Icons font - Windows apps (100) e767 Volume
Segoe Fluent Icons font - Windows apps (101) e768 Play
Segoe Fluent Icons font - Windows apps (102) e769 Pause
Segoe Fluent Icons font - Windows apps (103) e76b ChevronLeft
Segoe Fluent Icons font - Windows apps (104) e76c ChevronRight
Segoe Fluent Icons font - Windows apps (105) e76d InkingTool
Segoe Fluent Icons font - Windows apps (106) e76e Emoji2
Segoe Fluent Icons font - Windows apps (107) e76f GripperBarHorizontal
Segoe Fluent Icons font - Windows apps (108) e770 System
Segoe Fluent Icons font - Windows apps (109) e771 Personalize
Segoe Fluent Icons font - Windows apps (110) e772 Devices
Segoe Fluent Icons font - Windows apps (111) e773 SearchAndApps
Segoe Fluent Icons font - Windows apps (112) e774 Globe
Segoe Fluent Icons font - Windows apps (113) e775 TimeLanguage
Segoe Fluent Icons font - Windows apps (114) e776 EaseOfAccess
Segoe Fluent Icons font - Windows apps (115) e777 UpdateRestore
Segoe Fluent Icons font - Windows apps (116) e778 HangUp
Segoe Fluent Icons font - Windows apps (117) e779 ContactInfo
Segoe Fluent Icons font - Windows apps (118) e77a Unpin
Segoe Fluent Icons font - Windows apps (119) e77b Contact
Segoe Fluent Icons font - Windows apps (120) e77c Memo
Segoe Fluent Icons font - Windows apps (121) e77e IncomingCall
Segoe Fluent Icons font - Windows apps (122) e77f Paste
Segoe Fluent Icons font - Windows apps (123) e780 PhoneBook
Segoe Fluent Icons font - Windows apps (124) e781 LEDLight
Segoe Fluent Icons font - Windows apps (125) e783 Error
Segoe Fluent Icons font - Windows apps (126) e784 GripperBarVertical
Segoe Fluent Icons font - Windows apps (127) e785 Unlock
Segoe Fluent Icons font - Windows apps (128) e786 Slideshow
Segoe Fluent Icons font - Windows apps (129) e787 Calendar
Segoe Fluent Icons font - Windows apps (130) e788 GripperResize
Segoe Fluent Icons font - Windows apps (131) e789 Megaphone
Segoe Fluent Icons font - Windows apps (132) e78a Trim
Segoe Fluent Icons font - Windows apps (133) e78b NewWindow
Segoe Fluent Icons font - Windows apps (134) e78c SaveLocal
Segoe Fluent Icons font - Windows apps (135) e790 Color
Segoe Fluent Icons font - Windows apps (136) e791 DataSense
Segoe Fluent Icons font - Windows apps (137) e792 SaveAs
Segoe Fluent Icons font - Windows apps (138) e793 Light
Segoe Fluent Icons font - Windows apps (139) e799 AspectRatio
Segoe Fluent Icons font - Windows apps (140) e7a5 DataSenseBar
Segoe Fluent Icons font - Windows apps (141) e7a6 Redo
Segoe Fluent Icons font - Windows apps (142) e7a7 Undo
Segoe Fluent Icons font - Windows apps (143) e7a8 Crop
Segoe Fluent Icons font - Windows apps (144) e7ac OpenWith
Segoe Fluent Icons font - Windows apps (145) e7ad Rotate
Segoe Fluent Icons font - Windows apps (146) e7b3 RedEye
Segoe Fluent Icons font - Windows apps (147) e7b5 SetlockScreen
Segoe Fluent Icons font - Windows apps (148) e7b7 MapPin2
Segoe Fluent Icons font - Windows apps (149) e7b8 Package
Segoe Fluent Icons font - Windows apps (150) e7ba Warning
Segoe Fluent Icons font - Windows apps (151) e7bc ReadingList
Segoe Fluent Icons font - Windows apps (152) e7be Education
Segoe Fluent Icons font - Windows apps (153) e7bf ShoppingCart
Segoe Fluent Icons font - Windows apps (154) e7c0 Train
Segoe Fluent Icons font - Windows apps (155) e7c1 Flag
Segoe Fluent Icons font - Windows apps (156) e7c2 Move
Segoe Fluent Icons font - Windows apps (157) e7c3 Page
Segoe Fluent Icons font - Windows apps (158) e7c4 TaskView
Segoe Fluent Icons font - Windows apps (159) e7c5 BrowsePhotos
Segoe Fluent Icons font - Windows apps (160) e7c6 HalfStarLeft
Segoe Fluent Icons font - Windows apps (161) e7c7 HalfStarRight
Segoe Fluent Icons font - Windows apps (162) e7c8 Record
Segoe Fluent Icons font - Windows apps (163) e7c9 TouchPointer
Segoe Fluent Icons font - Windows apps (164) e7de LangJPN
Segoe Fluent Icons font - Windows apps (165) e7e3 Ferry
Segoe Fluent Icons font - Windows apps (166) e7e6 Highlight
Segoe Fluent Icons font - Windows apps (167) e7e7 ActionCenterNotification
Segoe Fluent Icons font - Windows apps (168) e7e8 PowerButton
Segoe Fluent Icons font - Windows apps (169) e7ea ResizeTouchNarrower
Segoe Fluent Icons font - Windows apps (170) e7eb ResizeTouchShorter
Segoe Fluent Icons font - Windows apps (171) e7ec DrivingMode
Segoe Fluent Icons font - Windows apps (172) e7ed RingerSilent
Segoe Fluent Icons font - Windows apps (173) e7ee OtherUser
Segoe Fluent Icons font - Windows apps (174) e7ef Admin
Segoe Fluent Icons font - Windows apps (175) e7f0 CC
Segoe Fluent Icons font - Windows apps (176) e7f1 SDCard
Segoe Fluent Icons font - Windows apps (177) e7f2 CallForwarding
Segoe Fluent Icons font - Windows apps (178) e7f3 SettingsDisplaySound
Segoe Fluent Icons font - Windows apps (179) e7f4 TVMonitor
Segoe Fluent Icons font - Windows apps (180) e7f5 Speakers
Segoe Fluent Icons font - Windows apps (181) e7f6 Headphone
Segoe Fluent Icons font - Windows apps (182) e7f7 DeviceLaptopPic
Segoe Fluent Icons font - Windows apps (183) e7f8 DeviceLaptopNoPic
Segoe Fluent Icons font - Windows apps (184) e7f9 DeviceMonitorRightPic
Segoe Fluent Icons font - Windows apps (185) e7fa DeviceMonitorLeftPic
Segoe Fluent Icons font - Windows apps (186) e7fb DeviceMonitorNoPic
Segoe Fluent Icons font - Windows apps (187) e7fc Game
Segoe Fluent Icons font - Windows apps (188) e7fd HorizontalTabKey
Segoe Fluent Icons font - Windows apps (189) e802 StreetsideSplitMinimize
Segoe Fluent Icons font - Windows apps (190) e803 StreetsideSplitExpand
Segoe Fluent Icons font - Windows apps (191) e804 Car
Segoe Fluent Icons font - Windows apps (192) e805 Walk
Segoe Fluent Icons font - Windows apps (193) e806 Bus
Segoe Fluent Icons font - Windows apps (194) e809 TiltUp
Segoe Fluent Icons font - Windows apps (195) e80a TiltDown
Segoe Fluent Icons font - Windows apps (196) e80b CallControl
Segoe Fluent Icons font - Windows apps (197) e80c RotateMapRight
Segoe Fluent Icons font - Windows apps (198) e80d RotateMapLeft
Segoe Fluent Icons font - Windows apps (199) e80f Home
Segoe Fluent Icons font - Windows apps (200) e811 ParkingLocation
Segoe Fluent Icons font - Windows apps (201) e812 MapCompassTop
Segoe Fluent Icons font - Windows apps (202) e813 MapCompassBottom
Segoe Fluent Icons font - Windows apps (203) e814 IncidentTriangle
Segoe Fluent Icons font - Windows apps (204) e815 Touch
Segoe Fluent Icons font - Windows apps (205) e816 MapDirections
Segoe Fluent Icons font - Windows apps (206) e819 StartPoint
Segoe Fluent Icons font - Windows apps (207) e81a StopPoint
Segoe Fluent Icons font - Windows apps (208) e81b EndPoint
Segoe Fluent Icons font - Windows apps (209) e81c History
Segoe Fluent Icons font - Windows apps (210) e81d Location
Segoe Fluent Icons font - Windows apps (211) e81e MapLayers
Segoe Fluent Icons font - Windows apps (212) e81f Accident
Segoe Fluent Icons font - Windows apps (213) e821 Work
Segoe Fluent Icons font - Windows apps (214) e822 Construction
Segoe Fluent Icons font - Windows apps (215) e823 Recent
Segoe Fluent Icons font - Windows apps (216) e825 Bank
Segoe Fluent Icons font - Windows apps (217) e826 DownloadMap
Segoe Fluent Icons font - Windows apps (218) e829 InkingToolFill2
Segoe Fluent Icons font - Windows apps (219) e82a HighlightFill2
Segoe Fluent Icons font - Windows apps (220) e82b EraseToolFill
Segoe Fluent Icons font - Windows apps (221) e82c EraseToolFill2
Segoe Fluent Icons font - Windows apps (222) e82d Dictionary
Segoe Fluent Icons font - Windows apps (223) e82e DictionaryAdd
Segoe Fluent Icons font - Windows apps (224) e82f ToolTip
Segoe Fluent Icons font - Windows apps (225) e830 ChromeBack
Segoe Fluent Icons font - Windows apps (226) e835 ProvisioningPackage
Segoe Fluent Icons font - Windows apps (227) e836 AddRemoteDevice
Segoe Fluent Icons font - Windows apps (228) e838 FolderOpen
Segoe Fluent Icons font - Windows apps (229) e839 Ethernet
Segoe Fluent Icons font - Windows apps (230) e83a ShareBroadband
Segoe Fluent Icons font - Windows apps (231) e83b DirectAccess
Segoe Fluent Icons font - Windows apps (232) e83c DialUp
Segoe Fluent Icons font - Windows apps (233) e83d DefenderApp
Segoe Fluent Icons font - Windows apps (234) e83e BatteryCharging9
Segoe Fluent Icons font - Windows apps (235) e83f Battery10
Segoe Fluent Icons font - Windows apps (236) e840 Pinned
Segoe Fluent Icons font - Windows apps (237) e841 PinFill
Segoe Fluent Icons font - Windows apps (238) e842 PinnedFill
Segoe Fluent Icons font - Windows apps (239) e843 PeriodKey
Segoe Fluent Icons font - Windows apps (240) e844 PuncKey
Segoe Fluent Icons font - Windows apps (241) e845 RevToggleKey
Segoe Fluent Icons font - Windows apps (242) e846 RightArrowKeyTime1
Segoe Fluent Icons font - Windows apps (243) e847 RightArrowKeyTime2
Segoe Fluent Icons font - Windows apps (244) e848 LeftQuote
Segoe Fluent Icons font - Windows apps (245) e849 RightQuote
Segoe Fluent Icons font - Windows apps (246) e84a DownShiftKey
Segoe Fluent Icons font - Windows apps (247) e84b UpShiftKey
Segoe Fluent Icons font - Windows apps (248) e84c PuncKey0
Segoe Fluent Icons font - Windows apps (249) e84d PuncKeyLeftBottom
Segoe Fluent Icons font - Windows apps (250) e84e RightArrowKeyTime3
Segoe Fluent Icons font - Windows apps (251) e84f RightArrowKeyTime4
Segoe Fluent Icons font - Windows apps (252) e850 Battery0
Segoe Fluent Icons font - Windows apps (253) e851 Battery1
Segoe Fluent Icons font - Windows apps (254) e852 Battery2
Segoe Fluent Icons font - Windows apps (255) e853 Battery3
Segoe Fluent Icons font - Windows apps (256) e854 Battery4
Segoe Fluent Icons font - Windows apps (257) e855 Battery5
Segoe Fluent Icons font - Windows apps (258) e856 Battery6
Segoe Fluent Icons font - Windows apps (259) e857 Battery7
Segoe Fluent Icons font - Windows apps (260) e858 Battery8
Segoe Fluent Icons font - Windows apps (261) e859 Battery9
Segoe Fluent Icons font - Windows apps (262) e85a BatteryCharging0
Segoe Fluent Icons font - Windows apps (263) e85b BatteryCharging1
Segoe Fluent Icons font - Windows apps (264) e85c BatteryCharging2
Segoe Fluent Icons font - Windows apps (265) e85d BatteryCharging3
Segoe Fluent Icons font - Windows apps (266) e85e BatteryCharging4
Segoe Fluent Icons font - Windows apps (267) e85f BatteryCharging5
Segoe Fluent Icons font - Windows apps (268) e860 BatteryCharging6
Segoe Fluent Icons font - Windows apps (269) e861 BatteryCharging7
Segoe Fluent Icons font - Windows apps (270) e862 BatteryCharging8
Segoe Fluent Icons font - Windows apps (271) e863 BatterySaver0
Segoe Fluent Icons font - Windows apps (272) e864 BatterySaver1
Segoe Fluent Icons font - Windows apps (273) e865 BatterySaver2
Segoe Fluent Icons font - Windows apps (274) e866 BatterySaver3
Segoe Fluent Icons font - Windows apps (275) e867 BatterySaver4
Segoe Fluent Icons font - Windows apps (276) e868 BatterySaver5
Segoe Fluent Icons font - Windows apps (277) e869 BatterySaver6
Segoe Fluent Icons font - Windows apps (278) e86a BatterySaver7
Segoe Fluent Icons font - Windows apps (279) e86b BatterySaver8
Segoe Fluent Icons font - Windows apps (280) e86c SignalBars1
Segoe Fluent Icons font - Windows apps (281) e86d SignalBars2
Segoe Fluent Icons font - Windows apps (282) e86e SignalBars3
Segoe Fluent Icons font - Windows apps (283) e86f SignalBars4
Segoe Fluent Icons font - Windows apps (284) e870 SignalBars5
Segoe Fluent Icons font - Windows apps (285) e871 SignalNotConnected
Segoe Fluent Icons font - Windows apps (286) e872 Wifi1
Segoe Fluent Icons font - Windows apps (287) e873 Wifi2
Segoe Fluent Icons font - Windows apps (288) e874 Wifi3
Segoe Fluent Icons font - Windows apps (289) e875 MobSIMLock
Segoe Fluent Icons font - Windows apps (290) e876 MobSIMMissing
Segoe Fluent Icons font - Windows apps (291) e877 Vibrate
Segoe Fluent Icons font - Windows apps (292) e878 RoamingInternational
Segoe Fluent Icons font - Windows apps (293) e879 RoamingDomestic
Segoe Fluent Icons font - Windows apps (294) e87a CallForwardInternational
Segoe Fluent Icons font - Windows apps (295) e87b CallForwardRoaming
Segoe Fluent Icons font - Windows apps (296) e87c JpnRomanji
Segoe Fluent Icons font - Windows apps (297) e87d JpnRomanjiLock
Segoe Fluent Icons font - Windows apps (298) e87e JpnRomanjiShift
Segoe Fluent Icons font - Windows apps (299) e87f JpnRomanjiShiftLock
Segoe Fluent Icons font - Windows apps (300) e880 StatusDataTransfer
Segoe Fluent Icons font - Windows apps (301) e881 StatusDataTransferVPN
Segoe Fluent Icons font - Windows apps (302) e882 StatusDualSIM2
Segoe Fluent Icons font - Windows apps (303) e883 StatusDualSIM2VPN
Segoe Fluent Icons font - Windows apps (304) e884 StatusDualSIM1
Segoe Fluent Icons font - Windows apps (305) e885 StatusDualSIM1VPN
Segoe Fluent Icons font - Windows apps (306) e886 StatusSGLTE
Segoe Fluent Icons font - Windows apps (307) e887 StatusSGLTECell
Segoe Fluent Icons font - Windows apps (308) e888 StatusSGLTEDataVPN
Segoe Fluent Icons font - Windows apps (309) e889 StatusVPN
Segoe Fluent Icons font - Windows apps (310) e88a WifiHotspot
Segoe Fluent Icons font - Windows apps (311) e88b LanguageKor
Segoe Fluent Icons font - Windows apps (312) e88c LanguageCht
Segoe Fluent Icons font - Windows apps (313) e88d LanguageChs
Segoe Fluent Icons font - Windows apps (314) e88e USB
Segoe Fluent Icons font - Windows apps (315) e88f InkingToolFill
Segoe Fluent Icons font - Windows apps (316) e890 View
Segoe Fluent Icons font - Windows apps (317) e891 HighlightFill
Segoe Fluent Icons font - Windows apps (318) e892 Previous
Segoe Fluent Icons font - Windows apps (319) e893 Next
Segoe Fluent Icons font - Windows apps (320) e894 Clear
Segoe Fluent Icons font - Windows apps (321) e895 Sync
Segoe Fluent Icons font - Windows apps (322) e896 Download
Segoe Fluent Icons font - Windows apps (323) e897 Help
Segoe Fluent Icons font - Windows apps (324) e898 Upload
Segoe Fluent Icons font - Windows apps (325) e899 Emoji
Segoe Fluent Icons font - Windows apps (326) e89a TwoPage
Segoe Fluent Icons font - Windows apps (327) e89b LeaveChat
Segoe Fluent Icons font - Windows apps (328) e89c MailForward
Segoe Fluent Icons font - Windows apps (329) e89e RotateCamera
Segoe Fluent Icons font - Windows apps (330) e89f ClosePane
Segoe Fluent Icons font - Windows apps (331) e8a0 OpenPane
Segoe Fluent Icons font - Windows apps (332) e8a1 PreviewLink
Segoe Fluent Icons font - Windows apps (333) e8a2 AttachCamera
Segoe Fluent Icons font - Windows apps (334) e8a3 ZoomIn
Segoe Fluent Icons font - Windows apps (335) e8a4 Bookmarks
Segoe Fluent Icons font - Windows apps (336) e8a5 Document
Segoe Fluent Icons font - Windows apps (337) e8a6 ProtectedDocument
Segoe Fluent Icons font - Windows apps (338) e8a7 OpenInNewWindow
Segoe Fluent Icons font - Windows apps (339) e8a8 MailFill
Segoe Fluent Icons font - Windows apps (340) e8a9 ViewAll
Segoe Fluent Icons font - Windows apps (341) e8aa VideoChat
Segoe Fluent Icons font - Windows apps (342) e8ab Switch
Segoe Fluent Icons font - Windows apps (343) e8ac Rename
Segoe Fluent Icons font - Windows apps (344) e8ad Go
Segoe Fluent Icons font - Windows apps (345) e8ae SurfaceHub
Segoe Fluent Icons font - Windows apps (346) e8af Remote
Segoe Fluent Icons font - Windows apps (347) e8b0 Click
Segoe Fluent Icons font - Windows apps (348) e8b1 Shuffle
Segoe Fluent Icons font - Windows apps (349) e8b2 Movies
Segoe Fluent Icons font - Windows apps (350) e8b3 SelectAll
Segoe Fluent Icons font - Windows apps (351) e8b4 Orientation
Segoe Fluent Icons font - Windows apps (352) e8b5 Import
Segoe Fluent Icons font - Windows apps (353) e8b6 ImportAll
Segoe Fluent Icons font - Windows apps (354) e8b7 Folder
Segoe Fluent Icons font - Windows apps (355) e8b8 Webcam
Segoe Fluent Icons font - Windows apps (356) e8b9 Picture
Segoe Fluent Icons font - Windows apps (357) e8ba Caption
Segoe Fluent Icons font - Windows apps (358) e8bb ChromeClose
Segoe Fluent Icons font - Windows apps (359) e8bc ShowResults
Segoe Fluent Icons font - Windows apps (360) e8bd Message
Segoe Fluent Icons font - Windows apps (361) e8be Leaf
Segoe Fluent Icons font - Windows apps (362) e8bf CalendarDay
Segoe Fluent Icons font - Windows apps (363) e8c0 CalendarWeek
Segoe Fluent Icons font - Windows apps (364) e8c1 Characters
Segoe Fluent Icons font - Windows apps (365) e8c2 MailReplyAll
Segoe Fluent Icons font - Windows apps (366) e8c3 Read
Segoe Fluent Icons font - Windows apps (367) e8c4 ShowBcc
Segoe Fluent Icons font - Windows apps (368) e8c5 HideBcc
Segoe Fluent Icons font - Windows apps (369) e8c6 Cut
Segoe Fluent Icons font - Windows apps (370) e8c7 PaymentCard
Segoe Fluent Icons font - Windows apps (371) e8c8 Copy
Segoe Fluent Icons font - Windows apps (372) e8c9 Important
Segoe Fluent Icons font - Windows apps (373) e8ca MailReply
Segoe Fluent Icons font - Windows apps (374) e8cb Sort
Segoe Fluent Icons font - Windows apps (375) e8cc MobileTablet
Segoe Fluent Icons font - Windows apps (376) e8cd DisconnectDrive
Segoe Fluent Icons font - Windows apps (377) e8ce MapDrive
Segoe Fluent Icons font - Windows apps (378) e8cf ContactPresence
Segoe Fluent Icons font - Windows apps (379) e8d0 Priority
Segoe Fluent Icons font - Windows apps (380) e8d1 GotoToday
Segoe Fluent Icons font - Windows apps (381) e8d2 Font
Segoe Fluent Icons font - Windows apps (382) e8d3 FontColor
Segoe Fluent Icons font - Windows apps (383) e8d4 Contact2
Segoe Fluent Icons font - Windows apps (384) e8d5 FolderFill
Segoe Fluent Icons font - Windows apps (385) e8d6 Audio
Segoe Fluent Icons font - Windows apps (386) e8d7 Permissions
Segoe Fluent Icons font - Windows apps (387) e8d8 DisableUpdates
Segoe Fluent Icons font - Windows apps (388) e8d9 Unfavorite
Segoe Fluent Icons font - Windows apps (389) e8da OpenLocal
Segoe Fluent Icons font - Windows apps (390) e8db Italic
Segoe Fluent Icons font - Windows apps (391) e8dc Underline
Segoe Fluent Icons font - Windows apps (392) e8dd Bold
Segoe Fluent Icons font - Windows apps (393) e8de MoveToFolder
Segoe Fluent Icons font - Windows apps (394) e8df LikeDislike
Segoe Fluent Icons font - Windows apps (395) e8e0 Dislike
Segoe Fluent Icons font - Windows apps (396) e8e1 Like
Segoe Fluent Icons font - Windows apps (397) e8e2 AlignRight
Segoe Fluent Icons font - Windows apps (398) e8e3 AlignCenter
Segoe Fluent Icons font - Windows apps (399) e8e4 AlignLeft
Segoe Fluent Icons font - Windows apps (400) e8e5 OpenFile
Segoe Fluent Icons font - Windows apps (401) e8e6 ClearSelection
Segoe Fluent Icons font - Windows apps (402) e8e7 FontDecrease
Segoe Fluent Icons font - Windows apps (403) e8e8 FontIncrease
Segoe Fluent Icons font - Windows apps (404) e8e9 FontSize
Segoe Fluent Icons font - Windows apps (405) e8ea CellPhone
Segoe Fluent Icons font - Windows apps (406) e8eb Reshare
Segoe Fluent Icons font - Windows apps (407) e8ec Tag
Segoe Fluent Icons font - Windows apps (408) e8ed RepeatOne
Segoe Fluent Icons font - Windows apps (409) e8ee RepeatAll
Segoe Fluent Icons font - Windows apps (410) e8ef Calculator
Segoe Fluent Icons font - Windows apps (411) e8f0 Directions
Segoe Fluent Icons font - Windows apps (412) e8f1 Library
Segoe Fluent Icons font - Windows apps (413) e8f2 ChatBubbles
Segoe Fluent Icons font - Windows apps (414) e8f3 PostUpdate
Segoe Fluent Icons font - Windows apps (415) e8f4 NewFolder
Segoe Fluent Icons font - Windows apps (416) e8f5 CalendarReply
Segoe Fluent Icons font - Windows apps (417) e8f6 UnsyncFolder
Segoe Fluent Icons font - Windows apps (418) e8f7 SyncFolder
Segoe Fluent Icons font - Windows apps (419) e8f8 BlockContact
Segoe Fluent Icons font - Windows apps (420) e8f9 SwitchApps
Segoe Fluent Icons font - Windows apps (421) e8fa AddFriend
Segoe Fluent Icons font - Windows apps (422) e8fb Accept
Segoe Fluent Icons font - Windows apps (423) e8fc GoToStart
Segoe Fluent Icons font - Windows apps (424) e8fd BulletedList
Segoe Fluent Icons font - Windows apps (425) e8fe Scan
Segoe Fluent Icons font - Windows apps (426) e8ff Preview
Segoe Fluent Icons font - Windows apps (427) e902 Group
Segoe Fluent Icons font - Windows apps (428) e904 ZeroBars
Segoe Fluent Icons font - Windows apps (429) e905 OneBar
Segoe Fluent Icons font - Windows apps (430) e906 TwoBars
Segoe Fluent Icons font - Windows apps (431) e907 ThreeBars
Segoe Fluent Icons font - Windows apps (432) e908 FourBars
Segoe Fluent Icons font - Windows apps (433) e909 World
Segoe Fluent Icons font - Windows apps (434) e90a Comment
Segoe Fluent Icons font - Windows apps (435) e90b MusicInfo
Segoe Fluent Icons font - Windows apps (436) e90c DockLeft
Segoe Fluent Icons font - Windows apps (437) e90d DockRight
Segoe Fluent Icons font - Windows apps (438) e90e DockBottom
Segoe Fluent Icons font - Windows apps (439) e90f Repair
Segoe Fluent Icons font - Windows apps (440) e910 Accounts
Segoe Fluent Icons font - Windows apps (441) e911 DullSound
Segoe Fluent Icons font - Windows apps (442) e912 Manage
Segoe Fluent Icons font - Windows apps (443) e913 Street
Segoe Fluent Icons font - Windows apps (444) e914 Printer3D
Segoe Fluent Icons font - Windows apps (445) e915 RadioBullet
Segoe Fluent Icons font - Windows apps (446) e916 Stopwatch
Segoe Fluent Icons font - Windows apps (447) e91b Photo
Segoe Fluent Icons font - Windows apps (448) e91c ActionCenter
Segoe Fluent Icons font - Windows apps (449) e91f FullCircleMask
Segoe Fluent Icons font - Windows apps (450) e921 ChromeMinimize
Segoe Fluent Icons font - Windows apps (451) e922 ChromeMaximize
Segoe Fluent Icons font - Windows apps (452) e923 ChromeRestore
Segoe Fluent Icons font - Windows apps (453) e924 Annotation
Segoe Fluent Icons font - Windows apps (454) e925 BackSpaceQWERTYSm
Segoe Fluent Icons font - Windows apps (455) e926 BackSpaceQWERTYMd
Segoe Fluent Icons font - Windows apps (456) e927 Swipe
Segoe Fluent Icons font - Windows apps (457) e928 Fingerprint
Segoe Fluent Icons font - Windows apps (458) e929 Handwriting
Segoe Fluent Icons font - Windows apps (459) e92c ChromeBackToWindow
Segoe Fluent Icons font - Windows apps (460) e92d ChromeFullScreen
Segoe Fluent Icons font - Windows apps (461) e92e KeyboardStandard
Segoe Fluent Icons font - Windows apps (462) e92f KeyboardDismiss
Segoe Fluent Icons font - Windows apps (463) e930 Completed
Segoe Fluent Icons font - Windows apps (464) e931 ChromeAnnotate
Segoe Fluent Icons font - Windows apps (465) e932 Label
Segoe Fluent Icons font - Windows apps (466) e933 IBeam
Segoe Fluent Icons font - Windows apps (467) e934 IBeamOutline
Segoe Fluent Icons font - Windows apps (468) e935 FlickDown
Segoe Fluent Icons font - Windows apps (469) e936 FlickUp
Segoe Fluent Icons font - Windows apps (470) e937 FlickLeft
Segoe Fluent Icons font - Windows apps (471) e938 FlickRight
Segoe Fluent Icons font - Windows apps (472) e939 FeedbackApp
Segoe Fluent Icons font - Windows apps (473) e93c MusicAlbum
Segoe Fluent Icons font - Windows apps (474) e93e Streaming
Segoe Fluent Icons font - Windows apps (475) e943 Code
Segoe Fluent Icons font - Windows apps (476) e944 ReturnToWindow
Segoe Fluent Icons font - Windows apps (477) e945 LightningBolt
Segoe Fluent Icons font - Windows apps (478) e946 Info
Segoe Fluent Icons font - Windows apps (479) e947 CalculatorMultiply
Segoe Fluent Icons font - Windows apps (480) e948 CalculatorAddition
Segoe Fluent Icons font - Windows apps (481) e949 CalculatorSubtract
Segoe Fluent Icons font - Windows apps (482) e94a CalculatorDivide
Segoe Fluent Icons font - Windows apps (483) e94b CalculatorSquareroot
Segoe Fluent Icons font - Windows apps (484) e94c CalculatorPercentage
Segoe Fluent Icons font - Windows apps (485) e94d CalculatorNegate
Segoe Fluent Icons font - Windows apps (486) e94e CalculatorEqualTo
Segoe Fluent Icons font - Windows apps (487) e94f CalculatorBackspace
Segoe Fluent Icons font - Windows apps (488) e950 Component
Segoe Fluent Icons font - Windows apps (489) e951 DMC
Segoe Fluent Icons font - Windows apps (490) e952 Dock
Segoe Fluent Icons font - Windows apps (491) e953 MultimediaDMS
Segoe Fluent Icons font - Windows apps (492) e954 MultimediaDVR
Segoe Fluent Icons font - Windows apps (493) e955 MultimediaPMP
Segoe Fluent Icons font - Windows apps (494) e956 PrintfaxPrinterFile
Segoe Fluent Icons font - Windows apps (495) e957 Sensor
Segoe Fluent Icons font - Windows apps (496) e958 StorageOptical
Segoe Fluent Icons font - Windows apps (497) e95a Communications
Segoe Fluent Icons font - Windows apps (498) e95b Headset
Segoe Fluent Icons font - Windows apps (499) e95d Projector
Segoe Fluent Icons font - Windows apps (500) e95e Health
Segoe Fluent Icons font - Windows apps (501) e95f Wire
Segoe Fluent Icons font - Windows apps (502) e960 Webcam2
Segoe Fluent Icons font - Windows apps (503) e961 Input
Segoe Fluent Icons font - Windows apps (504) e962 Mouse
Segoe Fluent Icons font - Windows apps (505) e963 Smartcard
Segoe Fluent Icons font - Windows apps (506) e964 SmartcardVirtual
Segoe Fluent Icons font - Windows apps (507) e965 MediaStorageTower
Segoe Fluent Icons font - Windows apps (508) e966 ReturnKeySm
Segoe Fluent Icons font - Windows apps (509) e967 GameConsole
Segoe Fluent Icons font - Windows apps (510) e968 Network
Segoe Fluent Icons font - Windows apps (511) e969 StorageNetworkWireless
Segoe Fluent Icons font - Windows apps (512) e96a StorageTape
Segoe Fluent Icons font - Windows apps (513) e96d ChevronUpSmall
Segoe Fluent Icons font - Windows apps (514) e96e ChevronDownSmall
Segoe Fluent Icons font - Windows apps (515) e96f ChevronLeftSmall
Segoe Fluent Icons font - Windows apps (516) e970 ChevronRightSmall
Segoe Fluent Icons font - Windows apps (517) e971 ChevronUpMed
Segoe Fluent Icons font - Windows apps (518) e972 ChevronDownMed
Segoe Fluent Icons font - Windows apps (519) e973 ChevronLeftMed
Segoe Fluent Icons font - Windows apps (520) e974 ChevronRightMed
Segoe Fluent Icons font - Windows apps (521) e975 Devices2
Segoe Fluent Icons font - Windows apps (522) e976 ExpandTile
Segoe Fluent Icons font - Windows apps (523) e977 PC1
Segoe Fluent Icons font - Windows apps (524) e978 PresenceChicklet
Segoe Fluent Icons font - Windows apps (525) e979 PresenceChickletVideo
Segoe Fluent Icons font - Windows apps (526) e97a Reply
Segoe Fluent Icons font - Windows apps (527) e97b SetTile
Segoe Fluent Icons font - Windows apps (528) e97c Type
Segoe Fluent Icons font - Windows apps (529) e97d Korean
Segoe Fluent Icons font - Windows apps (530) e97e HalfAlpha
Segoe Fluent Icons font - Windows apps (531) e97f FullAlpha
Segoe Fluent Icons font - Windows apps (532) e980 Key12On
Segoe Fluent Icons font - Windows apps (533) e981 ChineseChangjie
Segoe Fluent Icons font - Windows apps (534) e982 QWERTYOn
Segoe Fluent Icons font - Windows apps (535) e983 QWERTYOff
Segoe Fluent Icons font - Windows apps (536) e984 ChineseQuick
Segoe Fluent Icons font - Windows apps (537) e985 Japanese
Segoe Fluent Icons font - Windows apps (538) e986 FullHiragana
Segoe Fluent Icons font - Windows apps (539) e987 FullKatakana
Segoe Fluent Icons font - Windows apps (540) e988 HalfKatakana
Segoe Fluent Icons font - Windows apps (541) e989 ChineseBoPoMoFo
Segoe Fluent Icons font - Windows apps (542) e98a ChinesePinyin
Segoe Fluent Icons font - Windows apps (543) e98f ConstructionCone
Segoe Fluent Icons font - Windows apps (544) e990 XboxOneConsole
Segoe Fluent Icons font - Windows apps (545) e992 Volume0
Segoe Fluent Icons font - Windows apps (546) e993 Volume1
Segoe Fluent Icons font - Windows apps (547) e994 Volume2
Segoe Fluent Icons font - Windows apps (548) e995 Volume3
Segoe Fluent Icons font - Windows apps (549) e996 BatteryUnknown
Segoe Fluent Icons font - Windows apps (550) e998 WifiAttentionOverlay
Segoe Fluent Icons font - Windows apps (551) e99a Robot
Segoe Fluent Icons font - Windows apps (552) e9a1 TapAndSend
Segoe Fluent Icons font - Windows apps (553) e9a6 FitPage
Segoe Fluent Icons font - Windows apps (554) e9a8 PasswordKeyShow
Segoe Fluent Icons font - Windows apps (555) e9a9 PasswordKeyHide
Segoe Fluent Icons font - Windows apps (556) e9aa BidiLtr
Segoe Fluent Icons font - Windows apps (557) e9ab BidiRtl
Segoe Fluent Icons font - Windows apps (558) e9ac ForwardSm
Segoe Fluent Icons font - Windows apps (559) e9ad CommaKey
Segoe Fluent Icons font - Windows apps (560) e9ae DashKey
Segoe Fluent Icons font - Windows apps (561) e9af DullSoundKey
Segoe Fluent Icons font - Windows apps (562) e9b0 HalfDullSound
Segoe Fluent Icons font - Windows apps (563) e9b1 RightDoubleQuote
Segoe Fluent Icons font - Windows apps (564) e9b2 LeftDoubleQuote
Segoe Fluent Icons font - Windows apps (565) e9b3 PuncKeyRightBottom
Segoe Fluent Icons font - Windows apps (566) e9b4 PuncKey1
Segoe Fluent Icons font - Windows apps (567) e9b5 PuncKey2
Segoe Fluent Icons font - Windows apps (568) e9b6 PuncKey3
Segoe Fluent Icons font - Windows apps (569) e9b7 PuncKey4
Segoe Fluent Icons font - Windows apps (570) e9b8 PuncKey5
Segoe Fluent Icons font - Windows apps (571) e9b9 PuncKey6
Segoe Fluent Icons font - Windows apps (572) e9ba PuncKey9
Segoe Fluent Icons font - Windows apps (573) e9bb PuncKey7
Segoe Fluent Icons font - Windows apps (574) e9bc PuncKey8
Segoe Fluent Icons font - Windows apps (575) e9ca Frigid
Segoe Fluent Icons font - Windows apps (576) e9ce Unknown
Segoe Fluent Icons font - Windows apps (577) e9d2 AreaChart
Segoe Fluent Icons font - Windows apps (578) e9d5 CheckList
Segoe Fluent Icons font - Windows apps (579) e9d9 Diagnostic
Segoe Fluent Icons font - Windows apps (580) e9e9 Equalizer
Segoe Fluent Icons font - Windows apps (581) e9f3 Process
Segoe Fluent Icons font - Windows apps (582) e9f5 Processing
Segoe Fluent Icons font - Windows apps (583) e9f9 ReportDocument

PUA EA00-EC00

The following table of glyphs displays unicode points prefixed from EA- to EC-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (584) ea0c VideoSolid
Segoe Fluent Icons font - Windows apps (585) ea0d MixedMediaBadge
Segoe Fluent Icons font - Windows apps (586) ea14 DisconnectDisplay
Segoe Fluent Icons font - Windows apps (587) ea18 Shield
Segoe Fluent Icons font - Windows apps (588) ea1f Info2
Segoe Fluent Icons font - Windows apps (589) ea21 ActionCenterAsterisk
Segoe Fluent Icons font - Windows apps (590) ea24 Beta
Segoe Fluent Icons font - Windows apps (591) ea35 SaveCopy
Segoe Fluent Icons font - Windows apps (592) ea37 List
Segoe Fluent Icons font - Windows apps (593) ea38 Asterisk
Segoe Fluent Icons font - Windows apps (594) ea39 ErrorBadge
Segoe Fluent Icons font - Windows apps (595) ea3a CircleRing
Segoe Fluent Icons font - Windows apps (596) ea3b CircleFill
Segoe Fluent Icons font - Windows apps (597) ea3c MergeCall
Segoe Fluent Icons font - Windows apps (598) ea3d PrivateCall
Segoe Fluent Icons font - Windows apps (599) ea3f Record2
Segoe Fluent Icons font - Windows apps (600) ea40 AllAppsMirrored
Segoe Fluent Icons font - Windows apps (601) ea41 BookmarksMirrored
Segoe Fluent Icons font - Windows apps (602) ea42 BulletedListMirrored
Segoe Fluent Icons font - Windows apps (603) ea43 CallForwardInternationalMirrored
Segoe Fluent Icons font - Windows apps (604) ea44 CallForwardRoamingMirrored
Segoe Fluent Icons font - Windows apps (605) ea47 ChromeBackMirrored
Segoe Fluent Icons font - Windows apps (606) ea48 ClearSelectionMirrored
Segoe Fluent Icons font - Windows apps (607) ea49 ClosePaneMirrored
Segoe Fluent Icons font - Windows apps (608) ea4a ContactInfoMirrored
Segoe Fluent Icons font - Windows apps (609) ea4b DockRightMirrored
Segoe Fluent Icons font - Windows apps (610) ea4c DockLeftMirrored
Segoe Fluent Icons font - Windows apps (611) ea4e ExpandTileMirrored
Segoe Fluent Icons font - Windows apps (612) ea4f GoMirrored
Segoe Fluent Icons font - Windows apps (613) ea50 GripperResizeMirrored
Segoe Fluent Icons font - Windows apps (614) ea51 HelpMirrored
Segoe Fluent Icons font - Windows apps (615) ea52 ImportMirrored
Segoe Fluent Icons font - Windows apps (616) ea53 ImportAllMirrored
Segoe Fluent Icons font - Windows apps (617) ea54 LeaveChatMirrored
Segoe Fluent Icons font - Windows apps (618) ea55 ListMirrored
Segoe Fluent Icons font - Windows apps (619) ea56 MailForwardMirrored
Segoe Fluent Icons font - Windows apps (620) ea57 MailReplyMirrored
Segoe Fluent Icons font - Windows apps (621) ea58 MailReplyAllMirrored
Segoe Fluent Icons font - Windows apps (622) ea5b OpenPaneMirrored
Segoe Fluent Icons font - Windows apps (623) ea5c OpenWithMirrored
Segoe Fluent Icons font - Windows apps (624) ea5e ParkingLocationMirrored
Segoe Fluent Icons font - Windows apps (625) ea5f ResizeMouseMediumMirrored
Segoe Fluent Icons font - Windows apps (626) ea60 ResizeMouseSmallMirrored
Segoe Fluent Icons font - Windows apps (627) ea61 ResizeMouseTallMirrored
Segoe Fluent Icons font - Windows apps (628) ea62 ResizeTouchNarrowerMirrored
Segoe Fluent Icons font - Windows apps (629) ea63 SendMirrored
Segoe Fluent Icons font - Windows apps (630) ea64 SendFillMirrored
Segoe Fluent Icons font - Windows apps (631) ea65 ShowResultsMirrored
Segoe Fluent Icons font - Windows apps (632) ea69 Media
Segoe Fluent Icons font - Windows apps (633) ea6a SyncError
Segoe Fluent Icons font - Windows apps (634) ea6c Devices3
Segoe Fluent Icons font - Windows apps (635) ea79 SlowMotionOn
Segoe Fluent Icons font - Windows apps (636) ea80 Lightbulb
Segoe Fluent Icons font - Windows apps (637) ea81 StatusCircle
Segoe Fluent Icons font - Windows apps (638) ea82 StatusTriangle
Segoe Fluent Icons font - Windows apps (639) ea83 StatusError
Segoe Fluent Icons font - Windows apps (640) ea84 StatusWarning
Segoe Fluent Icons font - Windows apps (641) ea86 Puzzle
Segoe Fluent Icons font - Windows apps (642) ea89 CalendarSolid
Segoe Fluent Icons font - Windows apps (643) ea8a HomeSolid
Segoe Fluent Icons font - Windows apps (644) ea8b ParkingLocationSolid
Segoe Fluent Icons font - Windows apps (645) ea8c ContactSolid
Segoe Fluent Icons font - Windows apps (646) ea8d ConstructionSolid
Segoe Fluent Icons font - Windows apps (647) ea8e AccidentSolid
Segoe Fluent Icons font - Windows apps (648) ea8f Ringer
Segoe Fluent Icons font - Windows apps (649) ea90 PDF
Segoe Fluent Icons font - Windows apps (650) ea91 ThoughtBubble
Segoe Fluent Icons font - Windows apps (651) ea92 HeartBroken
Segoe Fluent Icons font - Windows apps (652) ea93 BatteryCharging10
Segoe Fluent Icons font - Windows apps (653) ea94 BatterySaver9
Segoe Fluent Icons font - Windows apps (654) ea95 BatterySaver10
Segoe Fluent Icons font - Windows apps (655) ea97 CallForwardingMirrored
Segoe Fluent Icons font - Windows apps (656) ea98 MultiSelectMirrored
Segoe Fluent Icons font - Windows apps (657) ea99 Broom
Segoe Fluent Icons font - Windows apps (658) eac2 ForwardCall
Segoe Fluent Icons font - Windows apps (659) eadf Trackers
Segoe Fluent Icons font - Windows apps (660) eafc Market
Segoe Fluent Icons font - Windows apps (661) eb05 PieSingle
Segoe Fluent Icons font - Windows apps (662) eb0f StockUp
Segoe Fluent Icons font - Windows apps (663) eb11 StockDown
Segoe Fluent Icons font - Windows apps (664) eb3c Design
Segoe Fluent Icons font - Windows apps (665) eb41 Website
Segoe Fluent Icons font - Windows apps (666) eb42 Drop
Segoe Fluent Icons font - Windows apps (667) eb44 Radar
Segoe Fluent Icons font - Windows apps (668) eb47 BusSolid
Segoe Fluent Icons font - Windows apps (669) eb48 FerrySolid
Segoe Fluent Icons font - Windows apps (670) eb49 StartPointSolid
Segoe Fluent Icons font - Windows apps (671) eb4a StopPointSolid
Segoe Fluent Icons font - Windows apps (672) eb4b EndPointSolid
Segoe Fluent Icons font - Windows apps (673) eb4c AirplaneSolid
Segoe Fluent Icons font - Windows apps (674) eb4d TrainSolid
Segoe Fluent Icons font - Windows apps (675) eb4e WorkSolid
Segoe Fluent Icons font - Windows apps (676) eb4f ReminderFill
Segoe Fluent Icons font - Windows apps (677) eb50 Reminder
Segoe Fluent Icons font - Windows apps (678) eb51 Heart
Segoe Fluent Icons font - Windows apps (679) eb52 HeartFill
Segoe Fluent Icons font - Windows apps (680) eb55 EthernetError
Segoe Fluent Icons font - Windows apps (681) eb56 EthernetWarning
Segoe Fluent Icons font - Windows apps (682) eb57 StatusConnecting1
Segoe Fluent Icons font - Windows apps (683) eb58 StatusConnecting2
Segoe Fluent Icons font - Windows apps (684) eb59 StatusUnsecure
Segoe Fluent Icons font - Windows apps (685) eb5a WifiError0
Segoe Fluent Icons font - Windows apps (686) eb5b WifiError1
Segoe Fluent Icons font - Windows apps (687) eb5c WifiError2
Segoe Fluent Icons font - Windows apps (688) eb5d WifiError3
Segoe Fluent Icons font - Windows apps (689) eb5e WifiError4
Segoe Fluent Icons font - Windows apps (690) eb5f WifiWarning0
Segoe Fluent Icons font - Windows apps (691) eb60 WifiWarning1
Segoe Fluent Icons font - Windows apps (692) eb61 WifiWarning2
Segoe Fluent Icons font - Windows apps (693) eb62 WifiWarning3
Segoe Fluent Icons font - Windows apps (694) eb63 WifiWarning4
Segoe Fluent Icons font - Windows apps (695) eb66 Devices4
Segoe Fluent Icons font - Windows apps (696) eb67 NUIIris
Segoe Fluent Icons font - Windows apps (697) eb68 NUIFace
Segoe Fluent Icons font - Windows apps (698) eb77 GatewayRouter
Segoe Fluent Icons font - Windows apps (699) eb7e EditMirrored
Segoe Fluent Icons font - Windows apps (700) eb82 NUIFPStartSlideHand
Segoe Fluent Icons font - Windows apps (701) eb83 NUIFPStartSlideAction
Segoe Fluent Icons font - Windows apps (702) eb84 NUIFPContinueSlideHand
Segoe Fluent Icons font - Windows apps (703) eb85 NUIFPContinueSlideAction
Segoe Fluent Icons font - Windows apps (704) eb86 NUIFPRollRightHand
Segoe Fluent Icons font - Windows apps (705) eb87 NUIFPRollRightHandAction
Segoe Fluent Icons font - Windows apps (706) eb88 NUIFPRollLeftHand
Segoe Fluent Icons font - Windows apps (707) eb89 NUIFPRollLeftAction
Segoe Fluent Icons font - Windows apps (708) eb8a NUIFPPressHand
Segoe Fluent Icons font - Windows apps (709) eb8b NUIFPPressAction
Segoe Fluent Icons font - Windows apps (710) eb8c NUIFPPressRepeatHand
Segoe Fluent Icons font - Windows apps (711) eb8d NUIFPPressRepeatAction
Segoe Fluent Icons font - Windows apps (712) eb90 StatusErrorFull
Segoe Fluent Icons font - Windows apps (713) eb91 TaskViewExpanded
Segoe Fluent Icons font - Windows apps (714) eb95 Certificate
Segoe Fluent Icons font - Windows apps (715) eb96 BackSpaceQWERTYLg
Segoe Fluent Icons font - Windows apps (716) eb97 ReturnKeyLg
Segoe Fluent Icons font - Windows apps (717) eb9d FastForward
Segoe Fluent Icons font - Windows apps (718) eb9e Rewind
Segoe Fluent Icons font - Windows apps (719) eb9f Photo2
Segoe Fluent Icons font - Windows apps (720) eba0 MobBattery0
Segoe Fluent Icons font - Windows apps (721) eba1 MobBattery1
Segoe Fluent Icons font - Windows apps (722) eba2 MobBattery2
Segoe Fluent Icons font - Windows apps (723) eba3 MobBattery3
Segoe Fluent Icons font - Windows apps (724) eba4 MobBattery4
Segoe Fluent Icons font - Windows apps (725) eba5 MobBattery5
Segoe Fluent Icons font - Windows apps (726) eba6 MobBattery6
Segoe Fluent Icons font - Windows apps (727) eba7 MobBattery7
Segoe Fluent Icons font - Windows apps (728) eba8 MobBattery8
Segoe Fluent Icons font - Windows apps (729) eba9 MobBattery9
Segoe Fluent Icons font - Windows apps (730) ebaa MobBattery10
Segoe Fluent Icons font - Windows apps (731) ebab MobBatteryCharging0
Segoe Fluent Icons font - Windows apps (732) ebac MobBatteryCharging1
Segoe Fluent Icons font - Windows apps (733) ebad MobBatteryCharging2
Segoe Fluent Icons font - Windows apps (734) ebae MobBatteryCharging3
Segoe Fluent Icons font - Windows apps (735) ebaf MobBatteryCharging4
Segoe Fluent Icons font - Windows apps (736) ebb0 MobBatteryCharging5
Segoe Fluent Icons font - Windows apps (737) ebb1 MobBatteryCharging6
Segoe Fluent Icons font - Windows apps (738) ebb2 MobBatteryCharging7
Segoe Fluent Icons font - Windows apps (739) ebb3 MobBatteryCharging8
Segoe Fluent Icons font - Windows apps (740) ebb4 MobBatteryCharging9
Segoe Fluent Icons font - Windows apps (741) ebb5 MobBatteryCharging10
Segoe Fluent Icons font - Windows apps (742) ebb6 MobBatterySaver0
Segoe Fluent Icons font - Windows apps (743) ebb7 MobBatterySaver1
Segoe Fluent Icons font - Windows apps (744) ebb8 MobBatterySaver2
Segoe Fluent Icons font - Windows apps (745) ebb9 MobBatterySaver3
Segoe Fluent Icons font - Windows apps (746) ebba MobBatterySaver4
Segoe Fluent Icons font - Windows apps (747) ebbb MobBatterySaver5
Segoe Fluent Icons font - Windows apps (748) ebbc MobBatterySaver6
Segoe Fluent Icons font - Windows apps (749) ebbd MobBatterySaver7
Segoe Fluent Icons font - Windows apps (750) ebbe MobBatterySaver8
Segoe Fluent Icons font - Windows apps (751) ebbf MobBatterySaver9
Segoe Fluent Icons font - Windows apps (752) ebc0 MobBatterySaver10
Segoe Fluent Icons font - Windows apps (753) ebc3 DictionaryCloud
Segoe Fluent Icons font - Windows apps (754) ebc4 ResetDrive
Segoe Fluent Icons font - Windows apps (755) ebc5 VolumeBars
Segoe Fluent Icons font - Windows apps (756) ebc6 Project
Segoe Fluent Icons font - Windows apps (757) ebd2 AdjustHologram
Segoe Fluent Icons font - Windows apps (758) ebd3 CloudDownload
Segoe Fluent Icons font - Windows apps (759) ebd4 MobWifiCallBars
Segoe Fluent Icons font - Windows apps (760) ebd5 MobWifiCall0
Segoe Fluent Icons font - Windows apps (761) ebd6 MobWifiCall1
Segoe Fluent Icons font - Windows apps (762) ebd7 MobWifiCall2
Segoe Fluent Icons font - Windows apps (763) ebd8 MobWifiCall3
Segoe Fluent Icons font - Windows apps (764) ebd9 MobWifiCall4
Segoe Fluent Icons font - Windows apps (765) ebda Family
Segoe Fluent Icons font - Windows apps (766) ebdb LockFeedback
Segoe Fluent Icons font - Windows apps (767) ebde DeviceDiscovery
Segoe Fluent Icons font - Windows apps (768) ebe6 WindDirection
Segoe Fluent Icons font - Windows apps (769) ebe7 RightArrowKeyTime0
Segoe Fluent Icons font - Windows apps (770) ebe8 Bug
Segoe Fluent Icons font - Windows apps (771) ebfc TabletMode
Segoe Fluent Icons font - Windows apps (772) ebfd StatusCircleLeft
Segoe Fluent Icons font - Windows apps (773) ebfe StatusTriangleLeft
Segoe Fluent Icons font - Windows apps (774) ebff StatusErrorLeft
Segoe Fluent Icons font - Windows apps (775) ec00 StatusWarningLeft
Segoe Fluent Icons font - Windows apps (776) ec02 MobBatteryUnknown
Segoe Fluent Icons font - Windows apps (777) ec05 NetworkTower
Segoe Fluent Icons font - Windows apps (778) ec06 CityNext
Segoe Fluent Icons font - Windows apps (779) ec07 CityNext2
Segoe Fluent Icons font - Windows apps (780) ec08 Courthouse
Segoe Fluent Icons font - Windows apps (781) ec09 Groceries
Segoe Fluent Icons font - Windows apps (782) ec0a Sustainable
Segoe Fluent Icons font - Windows apps (783) ec0b BuildingEnergy
Segoe Fluent Icons font - Windows apps (784) ec11 ToggleFilled
Segoe Fluent Icons font - Windows apps (785) ec12 ToggleBorder
Segoe Fluent Icons font - Windows apps (786) ec13 SliderThumb
Segoe Fluent Icons font - Windows apps (787) ec14 ToggleThumb
Segoe Fluent Icons font - Windows apps (788) ec15 MiracastLogoSmall
Segoe Fluent Icons font - Windows apps (789) ec16 MiracastLogoLarge
Segoe Fluent Icons font - Windows apps (790) ec19 PLAP
Segoe Fluent Icons font - Windows apps (791) ec1b Badge
Segoe Fluent Icons font - Windows apps (792) ec1e SignalRoaming
Segoe Fluent Icons font - Windows apps (793) ec20 MobileLocked
Segoe Fluent Icons font - Windows apps (794) ec24 InsiderHubApp
Segoe Fluent Icons font - Windows apps (795) ec25 PersonalFolder
Segoe Fluent Icons font - Windows apps (796) ec26 HomeGroup
Segoe Fluent Icons font - Windows apps (797) ec27 MyNetwork
Segoe Fluent Icons font - Windows apps (798) ec31 KeyboardFull
Segoe Fluent Icons font - Windows apps (799) ec32 Cafe
Segoe Fluent Icons font - Windows apps (800) ec37 MobSignal1
Segoe Fluent Icons font - Windows apps (801) ec38 MobSignal2
Segoe Fluent Icons font - Windows apps (802) ec39 MobSignal3
Segoe Fluent Icons font - Windows apps (803) ec3a MobSignal4
Segoe Fluent Icons font - Windows apps (804) ec3b MobSignal5
Segoe Fluent Icons font - Windows apps (805) ec3c MobWifi1
Segoe Fluent Icons font - Windows apps (806) ec3d MobWifi2
Segoe Fluent Icons font - Windows apps (807) ec3e MobWifi3
Segoe Fluent Icons font - Windows apps (808) ec3f MobWifi4
Segoe Fluent Icons font - Windows apps (809) ec40 MobAirplane
Segoe Fluent Icons font - Windows apps (810) ec41 MobBluetooth
Segoe Fluent Icons font - Windows apps (811) ec42 MobActionCenter
Segoe Fluent Icons font - Windows apps (812) ec43 MobLocation
Segoe Fluent Icons font - Windows apps (813) ec44 MobWifiHotspot
Segoe Fluent Icons font - Windows apps (814) ec45 LanguageJpn
Segoe Fluent Icons font - Windows apps (815) ec46 MobQuietHours
Segoe Fluent Icons font - Windows apps (816) ec47 MobDrivingMode
Segoe Fluent Icons font - Windows apps (817) ec48 SpeedOff
Segoe Fluent Icons font - Windows apps (818) ec49 SpeedMedium
Segoe Fluent Icons font - Windows apps (819) ec4a SpeedHigh
Segoe Fluent Icons font - Windows apps (820) ec4e ThisPC
Segoe Fluent Icons font - Windows apps (821) ec4f MusicNote
Segoe Fluent Icons font - Windows apps (822) ec50 FileExplorer
Segoe Fluent Icons font - Windows apps (823) ec51 FileExplorerApp
Segoe Fluent Icons font - Windows apps (824) ec52 LeftArrowKeyTime0
Segoe Fluent Icons font - Windows apps (825) ec54 MicOff
Segoe Fluent Icons font - Windows apps (826) ec55 MicSleep
Segoe Fluent Icons font - Windows apps (827) ec56 MicError
Segoe Fluent Icons font - Windows apps (828) ec57 PlaybackRate1x
Segoe Fluent Icons font - Windows apps (829) ec58 PlaybackRateOther
Segoe Fluent Icons font - Windows apps (830) ec59 CashDrawer
Segoe Fluent Icons font - Windows apps (831) ec5a BarcodeScanner
Segoe Fluent Icons font - Windows apps (832) ec5b ReceiptPrinter
Segoe Fluent Icons font - Windows apps (833) ec5c MagStripeReader
Segoe Fluent Icons font - Windows apps (834) ec61 CompletedSolid
Segoe Fluent Icons font - Windows apps (835) ec64 CompanionApp
Segoe Fluent Icons font - Windows apps (836) ec6c Favicon2
Segoe Fluent Icons font - Windows apps (837) ec6d SwipeRevealArt
Segoe Fluent Icons font - Windows apps (838) ec71 MicOn
Segoe Fluent Icons font - Windows apps (839) ec72 MicClipping
Segoe Fluent Icons font - Windows apps (840) ec74 TabletSelected
Segoe Fluent Icons font - Windows apps (841) ec75 MobileSelected
Segoe Fluent Icons font - Windows apps (842) ec76 LaptopSelected
Segoe Fluent Icons font - Windows apps (843) ec77 TVMonitorSelected
Segoe Fluent Icons font - Windows apps (844) ec7a DeveloperTools
Segoe Fluent Icons font - Windows apps (845) ec7e MobCallForwarding
Segoe Fluent Icons font - Windows apps (846) ec7f MobCallForwardingMirrored
Segoe Fluent Icons font - Windows apps (847) ec80 BodyCam
Segoe Fluent Icons font - Windows apps (848) ec81 PoliceCar
Segoe Fluent Icons font - Windows apps (849) ec87 Draw
Segoe Fluent Icons font - Windows apps (850) ec88 DrawSolid
Segoe Fluent Icons font - Windows apps (851) ec8a LowerBrightness
Segoe Fluent Icons font - Windows apps (852) ec8f ScrollUpDown
Segoe Fluent Icons font - Windows apps (853) ec92 DateTime
Segoe Fluent Icons font - Windows apps (854) ec94 HoloLens
Segoe Fluent Icons font - Windows apps (855) eca5 Tiles
Segoe Fluent Icons font - Windows apps (856) eca7 PartyLeader
Segoe Fluent Icons font - Windows apps (857) ecaa AppIconDefault
Segoe Fluent Icons font - Windows apps (858) ecad Calories
Segoe Fluent Icons font - Windows apps (859) ecaf POI
Segoe Fluent Icons font - Windows apps (860) ecb9 BandBattery0
Segoe Fluent Icons font - Windows apps (861) ecba BandBattery1
Segoe Fluent Icons font - Windows apps (862) ecbb BandBattery2
Segoe Fluent Icons font - Windows apps (863) ecbc BandBattery3
Segoe Fluent Icons font - Windows apps (864) ecbd BandBattery4
Segoe Fluent Icons font - Windows apps (865) ecbe BandBattery5
Segoe Fluent Icons font - Windows apps (866) ecbf BandBattery6
Segoe Fluent Icons font - Windows apps (867) ecc4 AddSurfaceHub
Segoe Fluent Icons font - Windows apps (868) ecc5 DevUpdate
Segoe Fluent Icons font - Windows apps (869) ecc6 Unit
Segoe Fluent Icons font - Windows apps (870) ecc8 AddTo
Segoe Fluent Icons font - Windows apps (871) ecc9 RemoveFrom
Segoe Fluent Icons font - Windows apps (872) ecca RadioBtnOff
Segoe Fluent Icons font - Windows apps (873) eccb RadioBtnOn
Segoe Fluent Icons font - Windows apps (874) eccc RadioBullet2
Segoe Fluent Icons font - Windows apps (875) eccd ExploreContent
Segoe Fluent Icons font - Windows apps (876) ece4 Blocked2
Segoe Fluent Icons font - Windows apps (877) ece7 ScrollMode
Segoe Fluent Icons font - Windows apps (878) ece8 ZoomMode
Segoe Fluent Icons font - Windows apps (879) ece9 PanMode
Segoe Fluent Icons font - Windows apps (880) ecf0 WiredUSB
Segoe Fluent Icons font - Windows apps (881) ecf1 WirelessUSB
Segoe Fluent Icons font - Windows apps (882) ecf3 USBSafeConnect

PUA ED00-EF00

The following table of glyphs displays unicode points prefixed from ED- to EF-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (883) ed0c ActionCenterNotificationMirrored
Segoe Fluent Icons font - Windows apps (884) ed0d ActionCenterMirrored
Segoe Fluent Icons font - Windows apps (885) ed0e SubscriptionAdd
Segoe Fluent Icons font - Windows apps (886) ed10 ResetDevice
Segoe Fluent Icons font - Windows apps (887) ed11 SubscriptionAddMirrored
Segoe Fluent Icons font - Windows apps (888) ed14 QRCode
Segoe Fluent Icons font - Windows apps (889) ed15 Feedback
Segoe Fluent Icons font - Windows apps (890) ed1a Hide
Segoe Fluent Icons font - Windows apps (891) ed1e Subtitles
Segoe Fluent Icons font - Windows apps (892) ed1f SubtitlesAudio
Segoe Fluent Icons font - Windows apps (893) ed25 OpenFolderHorizontal
Segoe Fluent Icons font - Windows apps (894) ed28 CalendarMirrored
Segoe Fluent Icons font - Windows apps (895) ed2a MobeSIM
Segoe Fluent Icons font - Windows apps (896) ed2b MobeSIMNoProfile
Segoe Fluent Icons font - Windows apps (897) ed2c MobeSIMLocked
Segoe Fluent Icons font - Windows apps (898) ed2d MobeSIMBusy
Segoe Fluent Icons font - Windows apps (899) ed2e SignalError
Segoe Fluent Icons font - Windows apps (900) ed2f StreamingEnterprise
Segoe Fluent Icons font - Windows apps (901) ed30 Headphone0
Segoe Fluent Icons font - Windows apps (902) ed31 Headphone1
Segoe Fluent Icons font - Windows apps (903) ed32 Headphone2
Segoe Fluent Icons font - Windows apps (904) ed33 Headphone3
Segoe Fluent Icons font - Windows apps (905) ed35 Apps
Segoe Fluent Icons font - Windows apps (906) ed39 KeyboardBrightness
Segoe Fluent Icons font - Windows apps (907) ed3a KeyboardLowerBrightness
Segoe Fluent Icons font - Windows apps (908) ed3c SkipBack10
Segoe Fluent Icons font - Windows apps (909) ed3d SkipForward30
Segoe Fluent Icons font - Windows apps (910) ed41 TreeFolderFolder
Segoe Fluent Icons font - Windows apps (911) ed42 TreeFolderFolderFill
Segoe Fluent Icons font - Windows apps (912) ed43 TreeFolderFolderOpen
Segoe Fluent Icons font - Windows apps (913) ed44 TreeFolderFolderOpenFill
Segoe Fluent Icons font - Windows apps (914) ed47 MultimediaDMP
Segoe Fluent Icons font - Windows apps (915) ed4c KeyboardOneHanded
Segoe Fluent Icons font - Windows apps (916) ed4d Narrator
Segoe Fluent Icons font - Windows apps (917) ed53 EmojiTabPeople
Segoe Fluent Icons font - Windows apps (918) ed54 EmojiTabSmilesAnimals
Segoe Fluent Icons font - Windows apps (919) ed55 EmojiTabCelebrationObjects
Segoe Fluent Icons font - Windows apps (920) ed56 EmojiTabFoodPlants
Segoe Fluent Icons font - Windows apps (921) ed57 EmojiTabTransitPlaces
Segoe Fluent Icons font - Windows apps (922) ed58 EmojiTabSymbols
Segoe Fluent Icons font - Windows apps (923) ed59 EmojiTabTextSmiles
Segoe Fluent Icons font - Windows apps (924) ed5a EmojiTabFavorites
Segoe Fluent Icons font - Windows apps (925) ed5b EmojiSwatch
Segoe Fluent Icons font - Windows apps (926) ed5c ConnectApp
Segoe Fluent Icons font - Windows apps (927) ed5d CompanionDeviceFramework
Segoe Fluent Icons font - Windows apps (928) ed5e Ruler
Segoe Fluent Icons font - Windows apps (929) ed5f FingerInking
Segoe Fluent Icons font - Windows apps (930) ed60 StrokeErase
Segoe Fluent Icons font - Windows apps (931) ed61 PointErase
Segoe Fluent Icons font - Windows apps (932) ed62 ClearAllInk
Segoe Fluent Icons font - Windows apps (933) ed63 Pencil
Segoe Fluent Icons font - Windows apps (934) ed64 Marker
Segoe Fluent Icons font - Windows apps (935) ed65 InkingCaret
Segoe Fluent Icons font - Windows apps (936) ed66 InkingColorOutline
Segoe Fluent Icons font - Windows apps (937) ed67 InkingColorFill
Segoe Fluent Icons font - Windows apps (938) eda2 HardDrive
Segoe Fluent Icons font - Windows apps (939) eda3 NetworkAdapter
Segoe Fluent Icons font - Windows apps (940) eda4 Touchscreen
Segoe Fluent Icons font - Windows apps (941) eda5 NetworkPrinter
Segoe Fluent Icons font - Windows apps (942) eda6 CloudPrinter
Segoe Fluent Icons font - Windows apps (943) eda7 KeyboardShortcut
Segoe Fluent Icons font - Windows apps (944) eda8 BrushSize
Segoe Fluent Icons font - Windows apps (945) eda9 NarratorForward
Segoe Fluent Icons font - Windows apps (946) edaa NarratorForwardMirrored
Segoe Fluent Icons font - Windows apps (947) edab SyncBadge12
Segoe Fluent Icons font - Windows apps (948) edac RingerBadge12
Segoe Fluent Icons font - Windows apps (949) edad AsteriskBadge12
Segoe Fluent Icons font - Windows apps (950) edae ErrorBadge12
Segoe Fluent Icons font - Windows apps (951) edaf CircleRingBadge12
Segoe Fluent Icons font - Windows apps (952) edb0 CircleFillBadge12
Segoe Fluent Icons font - Windows apps (953) edb1 ImportantBadge12
Segoe Fluent Icons font - Windows apps (954) edb3 MailBadge12
Segoe Fluent Icons font - Windows apps (955) edb4 PauseBadge12
Segoe Fluent Icons font - Windows apps (956) edb5 PlayBadge12
Segoe Fluent Icons font - Windows apps (957) edc6 PenWorkspace
Segoe Fluent Icons font - Windows apps (958) edd5 CaretLeft8
Segoe Fluent Icons font - Windows apps (959) edd6 CaretRight8
Segoe Fluent Icons font - Windows apps (960) edd7 CaretUp8
Segoe Fluent Icons font - Windows apps (961) edd8 CaretDown8
Segoe Fluent Icons font - Windows apps (962) edd9 CaretLeftSolid8
Segoe Fluent Icons font - Windows apps (963) edda CaretRightSolid8
Segoe Fluent Icons font - Windows apps (964) eddb CaretUpSolid8
Segoe Fluent Icons font - Windows apps (965) eddc CaretDownSolid8
Segoe Fluent Icons font - Windows apps (966) ede0 Strikethrough
Segoe Fluent Icons font - Windows apps (967) ede1 Export
Segoe Fluent Icons font - Windows apps (968) ede2 ExportMirrored
Segoe Fluent Icons font - Windows apps (969) ede3 ButtonMenu
Segoe Fluent Icons font - Windows apps (970) ede4 CloudSearch
Segoe Fluent Icons font - Windows apps (971) ede5 PinyinIMELogo
Segoe Fluent Icons font - Windows apps (972) edfb CalligraphyPen
Segoe Fluent Icons font - Windows apps (973) ee35 ReplyMirrored
Segoe Fluent Icons font - Windows apps (974) ee3f LockscreenDesktop
Segoe Fluent Icons font - Windows apps (975) ee40 TaskViewSettings
Segoe Fluent Icons font - Windows apps (976) ee47 MiniExpand2Mirrored
Segoe Fluent Icons font - Windows apps (977) ee49 MiniContract2Mirrored
Segoe Fluent Icons font - Windows apps (978) ee4a Play36
Segoe Fluent Icons font - Windows apps (979) ee56 PenPalette
Segoe Fluent Icons font - Windows apps (980) ee57 GuestUser
Segoe Fluent Icons font - Windows apps (981) ee63 SettingsBattery
Segoe Fluent Icons font - Windows apps (982) ee64 TaskbarPhone
Segoe Fluent Icons font - Windows apps (983) ee65 LockScreenGlance
Segoe Fluent Icons font - Windows apps (984) ee6f GenericScan
Segoe Fluent Icons font - Windows apps (985) ee71 ImageExport
Segoe Fluent Icons font - Windows apps (986) ee77 WifiEthernet
Segoe Fluent Icons font - Windows apps (987) ee79 ActionCenterQuiet
Segoe Fluent Icons font - Windows apps (988) ee7a ActionCenterQuietNotification
Segoe Fluent Icons font - Windows apps (989) ee92 TrackersMirrored
Segoe Fluent Icons font - Windows apps (990) ee93 DateTimeMirrored
Segoe Fluent Icons font - Windows apps (991) ee94 Wheel
Segoe Fluent Icons font - Windows apps (992) eea3 VirtualMachineGroup
Segoe Fluent Icons font - Windows apps (993) eeca ButtonView2
Segoe Fluent Icons font - Windows apps (994) ef15 PenWorkspaceMirrored
Segoe Fluent Icons font - Windows apps (995) ef16 PenPaletteMirrored
Segoe Fluent Icons font - Windows apps (996) ef17 StrokeEraseMirrored
Segoe Fluent Icons font - Windows apps (997) ef18 PointEraseMirrored
Segoe Fluent Icons font - Windows apps (998) ef19 ClearAllInkMirrored
Segoe Fluent Icons font - Windows apps (999) ef1f BackgroundToggle
Segoe Fluent Icons font - Windows apps (1000) ef20 Marquee
Segoe Fluent Icons font - Windows apps (1001) ef2c ChromeCloseContrast
Segoe Fluent Icons font - Windows apps (1002) ef2d ChromeMinimizeContrast
Segoe Fluent Icons font - Windows apps (1003) ef2e ChromeMaximizeContrast
Segoe Fluent Icons font - Windows apps (1004) ef2f ChromeRestoreContrast
Segoe Fluent Icons font - Windows apps (1005) ef31 TrafficLight
Segoe Fluent Icons font - Windows apps (1006) ef3b Replay
Segoe Fluent Icons font - Windows apps (1007) ef3c Eyedropper
Segoe Fluent Icons font - Windows apps (1008) ef3d LineDisplay
Segoe Fluent Icons font - Windows apps (1009) ef3e PINPad
Segoe Fluent Icons font - Windows apps (1010) ef3f SignatureCapture
Segoe Fluent Icons font - Windows apps (1011) ef40 ChipCardCreditCardReader
Segoe Fluent Icons font - Windows apps (1012) ef42 MarketDown
Segoe Fluent Icons font - Windows apps (1013) ef58 PlayerSettings
Segoe Fluent Icons font - Windows apps (1014) ef6b LandscapeOrientation
Segoe Fluent Icons font - Windows apps (1015) ef90 Flow
Segoe Fluent Icons font - Windows apps (1016) efa5 Touchpad
Segoe Fluent Icons font - Windows apps (1017) efa9 Speech

PUA F000-F200

The following table of glyphs displays unicode points prefixed from F0- to F2-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (1018) f000 KnowledgeArticle
Segoe Fluent Icons font - Windows apps (1019) f003 Relationship
Segoe Fluent Icons font - Windows apps (1020) f012 ZipFolder
Segoe Fluent Icons font - Windows apps (1021) f080 DefaultAPN
Segoe Fluent Icons font - Windows apps (1022) f081 UserAPN
Segoe Fluent Icons font - Windows apps (1023) f085 DoublePinyin
Segoe Fluent Icons font - Windows apps (1024) f08c BlueLight
Segoe Fluent Icons font - Windows apps (1025) f08d CaretSolidLeft
Segoe Fluent Icons font - Windows apps (1026) f08e CaretSolidDown
Segoe Fluent Icons font - Windows apps (1027) f08f CaretSolidRight
Segoe Fluent Icons font - Windows apps (1028) f090 CaretSolidUp
Segoe Fluent Icons font - Windows apps (1029) f093 ButtonA
Segoe Fluent Icons font - Windows apps (1030) f094 ButtonB
Segoe Fluent Icons font - Windows apps (1031) f095 ButtonY
Segoe Fluent Icons font - Windows apps (1032) f096 ButtonX
Segoe Fluent Icons font - Windows apps (1033) f0ad ArrowUp8
Segoe Fluent Icons font - Windows apps (1034) f0ae ArrowDown8
Segoe Fluent Icons font - Windows apps (1035) f0af ArrowRight8
Segoe Fluent Icons font - Windows apps (1036) f0b0 ArrowLeft8
Segoe Fluent Icons font - Windows apps (1037) f0b2 QuarentinedItems
Segoe Fluent Icons font - Windows apps (1038) f0b3 QuarentinedItemsMirrored
Segoe Fluent Icons font - Windows apps (1039) f0b4 Protractor
Segoe Fluent Icons font - Windows apps (1040) f0b5 ChecklistMirrored
Segoe Fluent Icons font - Windows apps (1041) f0b6 StatusCircle7
Segoe Fluent Icons font - Windows apps (1042) f0b7 StatusCheckmark7
Segoe Fluent Icons font - Windows apps (1043) f0b8 StatusErrorCircle7
Segoe Fluent Icons font - Windows apps (1044) f0b9 Connected
Segoe Fluent Icons font - Windows apps (1045) f0c6 PencilFill
Segoe Fluent Icons font - Windows apps (1046) f0c7 CalligraphyFill
Segoe Fluent Icons font - Windows apps (1047) f0ca QuarterStarLeft
Segoe Fluent Icons font - Windows apps (1048) f0cb QuarterStarRight
Segoe Fluent Icons font - Windows apps (1049) f0cc ThreeQuarterStarLeft
Segoe Fluent Icons font - Windows apps (1050) f0cd ThreeQuarterStarRight
Segoe Fluent Icons font - Windows apps (1051) f0ce QuietHoursBadge12
Segoe Fluent Icons font - Windows apps (1052) f0d2 BackMirrored
Segoe Fluent Icons font - Windows apps (1053) f0d3 ForwardMirrored
Segoe Fluent Icons font - Windows apps (1054) f0d5 ChromeBackContrast
Segoe Fluent Icons font - Windows apps (1055) f0d6 ChromeBackContrastMirrored
Segoe Fluent Icons font - Windows apps (1056) f0d7 ChromeBackToWindowContrast
Segoe Fluent Icons font - Windows apps (1057) f0d8 ChromeFullScreenContrast
Segoe Fluent Icons font - Windows apps (1058) f0e2 GridView
Segoe Fluent Icons font - Windows apps (1059) f0e3 ClipboardList
Segoe Fluent Icons font - Windows apps (1060) f0e4 ClipboardListMirrored
Segoe Fluent Icons font - Windows apps (1061) f0e5 OutlineQuarterStarLeft
Segoe Fluent Icons font - Windows apps (1062) f0e6 OutlineQuarterStarRight
Segoe Fluent Icons font - Windows apps (1063) f0e7 OutlineHalfStarLeft
Segoe Fluent Icons font - Windows apps (1064) f0e8 OutlineHalfStarRight
Segoe Fluent Icons font - Windows apps (1065) f0e9 OutlineThreeQuarterStarLeft
Segoe Fluent Icons font - Windows apps (1066) f0ea OutlineThreeQuarterStarRight
Segoe Fluent Icons font - Windows apps (1067) f0eb SpatialVolume0
Segoe Fluent Icons font - Windows apps (1068) f0ec SpatialVolume1
Segoe Fluent Icons font - Windows apps (1069) f0ed SpatialVolume2
Segoe Fluent Icons font - Windows apps (1070) f0ee SpatialVolume3
Segoe Fluent Icons font - Windows apps (1071) f0ef ApplicationGuard
Segoe Fluent Icons font - Windows apps (1072) f0f7 OutlineStarLeftHalf
Segoe Fluent Icons font - Windows apps (1073) f0f8 OutlineStarRightHalf
Segoe Fluent Icons font - Windows apps (1074) f0f9 ChromeAnnotateContrast
Segoe Fluent Icons font - Windows apps (1075) f0fb DefenderBadge12
Segoe Fluent Icons font - Windows apps (1076) f103 DetachablePC
Segoe Fluent Icons font - Windows apps (1077) f108 LeftStick
Segoe Fluent Icons font - Windows apps (1078) f109 RightStick
Segoe Fluent Icons font - Windows apps (1079) f10a TriggerLeft
Segoe Fluent Icons font - Windows apps (1080) f10b TriggerRight
Segoe Fluent Icons font - Windows apps (1081) f10c BumperLeft
Segoe Fluent Icons font - Windows apps (1082) f10d BumperRight
Segoe Fluent Icons font - Windows apps (1083) f10e Dpad
Segoe Fluent Icons font - Windows apps (1084) f110 EnglishPunctuation
Segoe Fluent Icons font - Windows apps (1085) f111 ChinesePunctuation
Segoe Fluent Icons font - Windows apps (1086) f119 HMD
Segoe Fluent Icons font - Windows apps (1087) f11b CtrlSpatialRight
Segoe Fluent Icons font - Windows apps (1088) f126 PaginationDotOutline10
Segoe Fluent Icons font - Windows apps (1089) f127 PaginationDotSolid10
Segoe Fluent Icons font - Windows apps (1090) f128 StrokeErase2
Segoe Fluent Icons font - Windows apps (1091) f129 SmallErase
Segoe Fluent Icons font - Windows apps (1092) f12a LargeErase
Segoe Fluent Icons font - Windows apps (1093) f12b FolderHorizontal
Segoe Fluent Icons font - Windows apps (1094) f12e MicrophoneListening
Segoe Fluent Icons font - Windows apps (1095) f12f StatusExclamationCircle7
Segoe Fluent Icons font - Windows apps (1096) f131 Video360
Segoe Fluent Icons font - Windows apps (1097) f133 GiftboxOpen
Segoe Fluent Icons font - Windows apps (1098) f136 StatusCircleOuter
Segoe Fluent Icons font - Windows apps (1099) f137 StatusCircleInner
Segoe Fluent Icons font - Windows apps (1100) f138 StatusCircleRing
Segoe Fluent Icons font - Windows apps (1101) f139 StatusTriangleOuter
Segoe Fluent Icons font - Windows apps (1102) f13a StatusTriangleInner
Segoe Fluent Icons font - Windows apps (1103) f13b StatusTriangleExclamation
Segoe Fluent Icons font - Windows apps (1104) f13c StatusCircleExclamation
Segoe Fluent Icons font - Windows apps (1105) f13d StatusCircleErrorX
Segoe Fluent Icons font - Windows apps (1106) f13e StatusCircleCheckmark
Segoe Fluent Icons font - Windows apps (1107) f13f StatusCircleInfo
Segoe Fluent Icons font - Windows apps (1108) f140 StatusCircleBlock
Segoe Fluent Icons font - Windows apps (1109) f141 StatusCircleBlock2
Segoe Fluent Icons font - Windows apps (1110) f142 StatusCircleQuestionMark
Segoe Fluent Icons font - Windows apps (1111) f143 StatusCircleSync
Segoe Fluent Icons font - Windows apps (1112) f146 Dial1
Segoe Fluent Icons font - Windows apps (1113) f147 Dial2
Segoe Fluent Icons font - Windows apps (1114) f148 Dial3
Segoe Fluent Icons font - Windows apps (1115) f149 Dial4
Segoe Fluent Icons font - Windows apps (1116) f14a Dial5
Segoe Fluent Icons font - Windows apps (1117) f14b Dial6
Segoe Fluent Icons font - Windows apps (1118) f14c Dial7
Segoe Fluent Icons font - Windows apps (1119) f14d Dial8
Segoe Fluent Icons font - Windows apps (1120) f14e Dial9
Segoe Fluent Icons font - Windows apps (1121) f14f Dial10
Segoe Fluent Icons font - Windows apps (1122) f150 Dial11
Segoe Fluent Icons font - Windows apps (1123) f151 Dial12
Segoe Fluent Icons font - Windows apps (1124) f152 Dial13
Segoe Fluent Icons font - Windows apps (1125) f153 Dial14
Segoe Fluent Icons font - Windows apps (1126) f154 Dial15
Segoe Fluent Icons font - Windows apps (1127) f155 Dial16
Segoe Fluent Icons font - Windows apps (1128) f156 DialShape1
Segoe Fluent Icons font - Windows apps (1129) f157 DialShape2
Segoe Fluent Icons font - Windows apps (1130) f158 DialShape3
Segoe Fluent Icons font - Windows apps (1131) f159 DialShape4
Segoe Fluent Icons font - Windows apps (1132) f15f ClosedCaptionsInternational
Segoe Fluent Icons font - Windows apps (1133) f161 TollSolid
Segoe Fluent Icons font - Windows apps (1134) f163 TrafficCongestionSolid
Segoe Fluent Icons font - Windows apps (1135) f164 ExploreContentSingle
Segoe Fluent Icons font - Windows apps (1136) f165 CollapseContent
Segoe Fluent Icons font - Windows apps (1137) f166 CollapseContentSingle
Segoe Fluent Icons font - Windows apps (1138) f167 InfoSolid
Segoe Fluent Icons font - Windows apps (1139) f168 GroupList
Segoe Fluent Icons font - Windows apps (1140) f169 CaretBottomRightSolidCenter8
Segoe Fluent Icons font - Windows apps (1141) f16a ProgressRingDots
Segoe Fluent Icons font - Windows apps (1142) f16b Checkbox14
Segoe Fluent Icons font - Windows apps (1143) f16c CheckboxComposite14
Segoe Fluent Icons font - Windows apps (1144) f16d CheckboxIndeterminateCombo14
Segoe Fluent Icons font - Windows apps (1145) f16e CheckboxIndeterminateCombo
Segoe Fluent Icons font - Windows apps (1146) f175 StatusPause7
Segoe Fluent Icons font - Windows apps (1147) f17f CharacterAppearance
Segoe Fluent Icons font - Windows apps (1148) f180 Lexicon
Segoe Fluent Icons font - Windows apps (1149) f182 ScreenTime
Segoe Fluent Icons font - Windows apps (1150) f191 HeadlessDevice
Segoe Fluent Icons font - Windows apps (1151) f193 NetworkSharing
Segoe Fluent Icons font - Windows apps (1152) f19d EyeGaze
Segoe Fluent Icons font - Windows apps (1153) f19e ToggleLeft
Segoe Fluent Icons font - Windows apps (1154) f19f ToggleRight
Segoe Fluent Icons font - Windows apps (1155) f1ad WindowsInsider
Segoe Fluent Icons font - Windows apps (1156) f1cb ChromeSwitch
Segoe Fluent Icons font - Windows apps (1157) f1cc ChromeSwitchContast
Segoe Fluent Icons font - Windows apps (1158) f1d8 StatusCheckmark
Segoe Fluent Icons font - Windows apps (1159) f1d9 StatusCheckmarkLeft
Segoe Fluent Icons font - Windows apps (1160) f20c KeyboardLeftAligned
Segoe Fluent Icons font - Windows apps (1161) f20d KeyboardRightAligned
Segoe Fluent Icons font - Windows apps (1162) f210 KeyboardSettings
Segoe Fluent Icons font - Windows apps (1163) f211 NetworkPhysical
Segoe Fluent Icons font - Windows apps (1164) f22c IOT
Segoe Fluent Icons font - Windows apps (1165) f22e UnknownMirrored
Segoe Fluent Icons font - Windows apps (1166) f246 ViewDashboard
Segoe Fluent Icons font - Windows apps (1167) f259 ExploitProtectionSettings
Segoe Fluent Icons font - Windows apps (1168) f260 KeyboardNarrow
Segoe Fluent Icons font - Windows apps (1169) f261 Keyboard12Key
Segoe Fluent Icons font - Windows apps (1170) f26b KeyboardDock
Segoe Fluent Icons font - Windows apps (1171) f26c KeyboardUndock
Segoe Fluent Icons font - Windows apps (1172) f26d KeyboardLeftDock
Segoe Fluent Icons font - Windows apps (1173) f26e KeyboardRightDock
Segoe Fluent Icons font - Windows apps (1174) f270 Ear
Segoe Fluent Icons font - Windows apps (1175) f271 PointerHand
Segoe Fluent Icons font - Windows apps (1176) f272 Bullseye
Segoe Fluent Icons font - Windows apps (1177) f28b DocumentApproval
Segoe Fluent Icons font - Windows apps (1178) f2b7 LocaleLanguage

PUA F300-F500

The following table of glyphs displays unicode points prefixed from F3- to F5-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (1179) f32a PassiveAuthentication
Segoe Fluent Icons font - Windows apps (1180) f354 ColorSolid
Segoe Fluent Icons font - Windows apps (1181) f384 NetworkOffline
Segoe Fluent Icons font - Windows apps (1182) f385 NetworkConnected
Segoe Fluent Icons font - Windows apps (1183) f386 NetworkConnectedCheckmark
Segoe Fluent Icons font - Windows apps (1184) f3b1 SignOut
Segoe Fluent Icons font - Windows apps (1185) f3cc StatusInfo
Segoe Fluent Icons font - Windows apps (1186) f3cd StatusInfoLeft
Segoe Fluent Icons font - Windows apps (1187) f3e2 NearbySharing
Segoe Fluent Icons font - Windows apps (1188) f3e7 CtrlSpatialLeft
Segoe Fluent Icons font - Windows apps (1189) f404 InteractiveDashboard
Segoe Fluent Icons font - Windows apps (1190) f405 DeclineCall
Segoe Fluent Icons font - Windows apps (1191) f406 ClippingTool
Segoe Fluent Icons font - Windows apps (1192) f407 RectangularClipping
Segoe Fluent Icons font - Windows apps (1193) f408 FreeFormClipping
Segoe Fluent Icons font - Windows apps (1194) f413 CopyTo
Segoe Fluent Icons font - Windows apps (1195) f427 IDBadge
Segoe Fluent Icons font - Windows apps (1196) f439 DynamicLock
Segoe Fluent Icons font - Windows apps (1197) f45e PenTips
Segoe Fluent Icons font - Windows apps (1198) f45f PenTipsMirrored
Segoe Fluent Icons font - Windows apps (1199) f460 HWPJoin
Segoe Fluent Icons font - Windows apps (1200) f461 HWPInsert
Segoe Fluent Icons font - Windows apps (1201) f462 HWPStrikeThrough
Segoe Fluent Icons font - Windows apps (1202) f463 HWPScratchOut
Segoe Fluent Icons font - Windows apps (1203) f464 HWPSplit
Segoe Fluent Icons font - Windows apps (1204) f465 HWPNewLine
Segoe Fluent Icons font - Windows apps (1205) f466 HWPOverwrite
Segoe Fluent Icons font - Windows apps (1206) f473 MobWifiWarning1
Segoe Fluent Icons font - Windows apps (1207) f474 MobWifiWarning2
Segoe Fluent Icons font - Windows apps (1208) f475 MobWifiWarning3
Segoe Fluent Icons font - Windows apps (1209) f476 MobWifiWarning4
Segoe Fluent Icons font - Windows apps (1210) f47f MicLocationCombo
Segoe Fluent Icons font - Windows apps (1211) f49a Globe2
Segoe Fluent Icons font - Windows apps (1212) f4a5 SpecialEffectSize
Segoe Fluent Icons font - Windows apps (1213) f4a9 GIF
Segoe Fluent Icons font - Windows apps (1214) f4aa Sticker2
Segoe Fluent Icons font - Windows apps (1215) f4be SurfaceHubSelected
Segoe Fluent Icons font - Windows apps (1216) f4bf HoloLensSelected
Segoe Fluent Icons font - Windows apps (1217) f4c0 Earbud
Segoe Fluent Icons font - Windows apps (1218) f4c3 MixVolumes
Segoe Fluent Icons font - Windows apps (1219) f540 Safe
Segoe Fluent Icons font - Windows apps (1220) f552 LaptopSecure
Segoe Fluent Icons font - Windows apps (1221) f56d PrintDefault
Segoe Fluent Icons font - Windows apps (1222) f56e PageMirrored
Segoe Fluent Icons font - Windows apps (1223) f56f LandscapeOrientationMirrored
Segoe Fluent Icons font - Windows apps (1224) f570 ColorOff
Segoe Fluent Icons font - Windows apps (1225) f571 PrintAllPages
Segoe Fluent Icons font - Windows apps (1226) f572 PrintCustomRange
Segoe Fluent Icons font - Windows apps (1227) f573 PageMarginPortraitNarrow
Segoe Fluent Icons font - Windows apps (1228) f574 PageMarginPortraitNormal
Segoe Fluent Icons font - Windows apps (1229) f575 PageMarginPortraitModerate
Segoe Fluent Icons font - Windows apps (1230) f576 PageMarginPortraitWide
Segoe Fluent Icons font - Windows apps (1231) f577 PageMarginLandscapeNarrow
Segoe Fluent Icons font - Windows apps (1232) f578 PageMarginLandscapeNormal
Segoe Fluent Icons font - Windows apps (1233) f579 PageMarginLandscapeModerate
Segoe Fluent Icons font - Windows apps (1234) f57a PageMarginLandscapeWide
Segoe Fluent Icons font - Windows apps (1235) f57b CollateLandscape
Segoe Fluent Icons font - Windows apps (1236) f57c CollatePortrait
Segoe Fluent Icons font - Windows apps (1237) f57d CollatePortraitSeparated
Segoe Fluent Icons font - Windows apps (1238) f57e DuplexLandscapeOneSided
Segoe Fluent Icons font - Windows apps (1239) f57f DuplexLandscapeOneSidedMirrored
Segoe Fluent Icons font - Windows apps (1240) f580 DuplexLandscapeTwoSidedLongEdge
Segoe Fluent Icons font - Windows apps (1241) f581 DuplexLandscapeTwoSidedLongEdgeMirrored
Segoe Fluent Icons font - Windows apps (1242) f582 DuplexLandscapeTwoSidedShortEdge
Segoe Fluent Icons font - Windows apps (1243) f583 DuplexLandscapeTwoSidedShortEdgeMirrored
Segoe Fluent Icons font - Windows apps (1244) f584 DuplexPortraitOneSided
Segoe Fluent Icons font - Windows apps (1245) f585 DuplexPortraitOneSidedMirrored
Segoe Fluent Icons font - Windows apps (1246) f586 DuplexPortraitTwoSidedLongEdge
Segoe Fluent Icons font - Windows apps (1247) f587 DuplexPortraitTwoSidedLongEdgeMirrored
Segoe Fluent Icons font - Windows apps (1248) f588 DuplexPortraitTwoSidedShortEdge
Segoe Fluent Icons font - Windows apps (1249) f589 DuplexPortraitTwoSidedShortEdgeMirrored
Segoe Fluent Icons font - Windows apps (1250) f58a PPSOneLandscape
Segoe Fluent Icons font - Windows apps (1251) f58b PPSTwoLandscape
Segoe Fluent Icons font - Windows apps (1252) f58c PPSTwoPortrait
Segoe Fluent Icons font - Windows apps (1253) f58d PPSFourLandscape
Segoe Fluent Icons font - Windows apps (1254) f58e PPSFourPortrait
Segoe Fluent Icons font - Windows apps (1255) f58f HolePunchOff
Segoe Fluent Icons font - Windows apps (1256) f590 HolePunchPortraitLeft
Segoe Fluent Icons font - Windows apps (1257) f591 HolePunchPortraitRight
Segoe Fluent Icons font - Windows apps (1258) f592 HolePunchPortraitTop
Segoe Fluent Icons font - Windows apps (1259) f593 HolePunchPortraitBottom
Segoe Fluent Icons font - Windows apps (1260) f594 HolePunchLandscapeLeft
Segoe Fluent Icons font - Windows apps (1261) f595 HolePunchLandscapeRight
Segoe Fluent Icons font - Windows apps (1262) f596 HolePunchLandscapeTop
Segoe Fluent Icons font - Windows apps (1263) f597 HolePunchLandscapeBottom
Segoe Fluent Icons font - Windows apps (1264) f598 StaplingOff
Segoe Fluent Icons font - Windows apps (1265) f599 StaplingPortraitTopLeft
Segoe Fluent Icons font - Windows apps (1266) f59a StaplingPortraitTopRight
Segoe Fluent Icons font - Windows apps (1267) f59b StaplingPortraitBottomRight
Segoe Fluent Icons font - Windows apps (1268) f59c StaplingPortraitTwoLeft
Segoe Fluent Icons font - Windows apps (1269) f59d StaplingPortraitTwoRight
Segoe Fluent Icons font - Windows apps (1270) f59e StaplingPortraitTwoTop
Segoe Fluent Icons font - Windows apps (1271) f59f StaplingPortraitTwoBottom
Segoe Fluent Icons font - Windows apps (1272) f5a0 StaplingPortraitBookBinding
Segoe Fluent Icons font - Windows apps (1273) f5a1 StaplingLandscapeTopLeft
Segoe Fluent Icons font - Windows apps (1274) f5a2 StaplingLandscapeTopRight
Segoe Fluent Icons font - Windows apps (1275) f5a3 StaplingLandscapeBottomLeft
Segoe Fluent Icons font - Windows apps (1276) f5a4 StaplingLandscapeBottomRight
Segoe Fluent Icons font - Windows apps (1277) f5a5 StaplingLandscapeTwoLeft
Segoe Fluent Icons font - Windows apps (1278) f5a6 StaplingLandscapeTwoRight
Segoe Fluent Icons font - Windows apps (1279) f5a7 StaplingLandscapeTwoTop
Segoe Fluent Icons font - Windows apps (1280) f5a8 StaplingLandscapeTwoBottom
Segoe Fluent Icons font - Windows apps (1281) f5a9 StaplingLandscapeBookBinding
Segoe Fluent Icons font - Windows apps (1282) f5aa StatusDataTransferRoaming
Segoe Fluent Icons font - Windows apps (1283) f5ab MobSIMError
Segoe Fluent Icons font - Windows apps (1284) f5ac CollateLandscapeSeparated
Segoe Fluent Icons font - Windows apps (1285) f5ad PPSOnePortrait
Segoe Fluent Icons font - Windows apps (1286) f5ae StaplingPortraitBottomLeft
Segoe Fluent Icons font - Windows apps (1287) f5b0 PlaySolid
Segoe Fluent Icons font - Windows apps (1288) f5e7 RepeatOff
Segoe Fluent Icons font - Windows apps (1289) f5ed Set
Segoe Fluent Icons font - Windows apps (1290) f5ee SetSolid
Segoe Fluent Icons font - Windows apps (1291) f5ef FuzzyReading
Segoe Fluent Icons font - Windows apps (1292) f5f2 VerticalBattery0
Segoe Fluent Icons font - Windows apps (1293) f5f3 VerticalBattery1
Segoe Fluent Icons font - Windows apps (1294) f5f4 VerticalBattery2
Segoe Fluent Icons font - Windows apps (1295) f5f5 VerticalBattery3
Segoe Fluent Icons font - Windows apps (1296) f5f6 VerticalBattery4
Segoe Fluent Icons font - Windows apps (1297) f5f7 VerticalBattery5
Segoe Fluent Icons font - Windows apps (1298) f5f8 VerticalBattery6
Segoe Fluent Icons font - Windows apps (1299) f5f9 VerticalBattery7
Segoe Fluent Icons font - Windows apps (1300) f5fa VerticalBattery8
Segoe Fluent Icons font - Windows apps (1301) f5fb VerticalBattery9
Segoe Fluent Icons font - Windows apps (1302) f5fc VerticalBattery10
Segoe Fluent Icons font - Windows apps (1303) f5fd VerticalBatteryCharging0
Segoe Fluent Icons font - Windows apps (1304) f5fe VerticalBatteryCharging1
Segoe Fluent Icons font - Windows apps (1305) f5ff VerticalBatteryCharging2

PUA F600-F800

The following table of glyphs displays unicode points prefixed from F6- to F8-.

Back to top

Glyph Unicode point Description
Segoe Fluent Icons font - Windows apps (1306) f600 VerticalBatteryCharging3
Segoe Fluent Icons font - Windows apps (1307) f601 VerticalBatteryCharging4
Segoe Fluent Icons font - Windows apps (1308) f602 VerticalBatteryCharging5
Segoe Fluent Icons font - Windows apps (1309) f603 VerticalBatteryCharging6
Segoe Fluent Icons font - Windows apps (1310) f604 VerticalBatteryCharging7
Segoe Fluent Icons font - Windows apps (1311) f605 VerticalBatteryCharging8
Segoe Fluent Icons font - Windows apps (1312) f606 VerticalBatteryCharging9
Segoe Fluent Icons font - Windows apps (1313) f607 VerticalBatteryCharging10
Segoe Fluent Icons font - Windows apps (1314) f608 VerticalBatteryUnknown
Segoe Fluent Icons font - Windows apps (1315) f618 SIMError
Segoe Fluent Icons font - Windows apps (1316) f619 SIMMissing
Segoe Fluent Icons font - Windows apps (1317) f61a SIMLock
Segoe Fluent Icons font - Windows apps (1318) f61b eSIM
Segoe Fluent Icons font - Windows apps (1319) f61c eSIMNoProfile
Segoe Fluent Icons font - Windows apps (1320) f61d eSIMLocked
Segoe Fluent Icons font - Windows apps (1321) f61e eSIMBusy
Segoe Fluent Icons font - Windows apps (1322) f61f NoiseCancelation
Segoe Fluent Icons font - Windows apps (1323) f620 NoiseCancelationOff
Segoe Fluent Icons font - Windows apps (1324) f623 MusicSharing
Segoe Fluent Icons font - Windows apps (1325) f624 MusicSharingOff
Segoe Fluent Icons font - Windows apps (1326) f63c CircleShapeSolid
Segoe Fluent Icons font - Windows apps (1327) f657 WifiCallBars
Segoe Fluent Icons font - Windows apps (1328) f658 WifiCall0
Segoe Fluent Icons font - Windows apps (1329) f659 WifiCall1
Segoe Fluent Icons font - Windows apps (1330) f65a WifiCall2
Segoe Fluent Icons font - Windows apps (1331) f65b WifiCall3
Segoe Fluent Icons font - Windows apps (1332) f65c WifiCall4
Segoe Fluent Icons font - Windows apps (1333) f69e CHTLanguageBar
Segoe Fluent Icons font - Windows apps (1334) f6a9 ComposeMode
Segoe Fluent Icons font - Windows apps (1335) f6b8 ExpressiveInputEntry
Segoe Fluent Icons font - Windows apps (1336) f6ba EmojiTabMoreSymbols
Segoe Fluent Icons font - Windows apps (1337) f6fa WebSearch
Segoe Fluent Icons font - Windows apps (1338) f712 Kiosk
Segoe Fluent Icons font - Windows apps (1339) f714 RTTLogo
Segoe Fluent Icons font - Windows apps (1340) f715 VoiceCall
Segoe Fluent Icons font - Windows apps (1341) f716 GoToMessage
Segoe Fluent Icons font - Windows apps (1342) f71a ReturnToCall
Segoe Fluent Icons font - Windows apps (1343) f71c StartPresenting
Segoe Fluent Icons font - Windows apps (1344) f71d StopPresenting
Segoe Fluent Icons font - Windows apps (1345) f71e ProductivityMode
Segoe Fluent Icons font - Windows apps (1346) f738 SetHistoryStatus
Segoe Fluent Icons font - Windows apps (1347) f739 SetHistoryStatus2
Segoe Fluent Icons font - Windows apps (1348) f73d Keyboardsettings20
Segoe Fluent Icons font - Windows apps (1349) f73e OneHandedRight20
Segoe Fluent Icons font - Windows apps (1350) f73f OneHandedLeft20
Segoe Fluent Icons font - Windows apps (1351) f740 Split20
Segoe Fluent Icons font - Windows apps (1352) f741 Full20
Segoe Fluent Icons font - Windows apps (1353) f742 Handwriting20
Segoe Fluent Icons font - Windows apps (1354) f743 ChevronLeft20
Segoe Fluent Icons font - Windows apps (1355) f744 ChevronLeft32
Segoe Fluent Icons font - Windows apps (1356) f745 ChevronRight20
Segoe Fluent Icons font - Windows apps (1357) f746 ChevronRight32
Segoe Fluent Icons font - Windows apps (1358) f763 Event12
Segoe Fluent Icons font - Windows apps (1359) f781 MicOff2
Segoe Fluent Icons font - Windows apps (1360) f785 DeliveryOptimization
Segoe Fluent Icons font - Windows apps (1361) f78a CancelMedium
Segoe Fluent Icons font - Windows apps (1362) f78b SearchMedium
Segoe Fluent Icons font - Windows apps (1363) f78c AcceptMedium
Segoe Fluent Icons font - Windows apps (1364) f78d RevealPasswordMedium
Segoe Fluent Icons font - Windows apps (1365) f7ad DeleteWord
Segoe Fluent Icons font - Windows apps (1366) f7ae DeleteWordFill
Segoe Fluent Icons font - Windows apps (1367) f7af DeleteLines
Segoe Fluent Icons font - Windows apps (1368) f7b0 DeleteLinesFill
Segoe Fluent Icons font - Windows apps (1369) f7b1 InstertWords
Segoe Fluent Icons font - Windows apps (1370) f7b2 InstertWordsFill
Segoe Fluent Icons font - Windows apps (1371) f7b3 JoinWords
Segoe Fluent Icons font - Windows apps (1372) f7b4 JoinWordsFill
Segoe Fluent Icons font - Windows apps (1373) f7b5 OverwriteWords
Segoe Fluent Icons font - Windows apps (1374) f7b6 OverwriteWordsFill
Segoe Fluent Icons font - Windows apps (1375) f7b7 AddNewLine
Segoe Fluent Icons font - Windows apps (1376) f7b8 AddNewLineFill
Segoe Fluent Icons font - Windows apps (1377) f7b9 OverwriteWordsKorean
Segoe Fluent Icons font - Windows apps (1378) f7ba OverwriteWordsFillKorean
Segoe Fluent Icons font - Windows apps (1379) f7bb EducationIcon
Segoe Fluent Icons font - Windows apps (1380) f7ed WindowSnipping
Segoe Fluent Icons font - Windows apps (1381) f7ee VideoCapture
Segoe Fluent Icons font - Windows apps (1382) f809 StatusSecured
Segoe Fluent Icons font - Windows apps (1383) f83b NarratorApp
Segoe Fluent Icons font - Windows apps (1384) f83d PowerButtonUpdate
Segoe Fluent Icons font - Windows apps (1385) f83e RestartUpdate
Segoe Fluent Icons font - Windows apps (1386) f83f UpdateStatusDot
Segoe Fluent Icons font - Windows apps (1387) f847 Eject
Segoe Fluent Icons font - Windows apps (1388) f87b Spelling
Segoe Fluent Icons font - Windows apps (1389) f87c SpellingKorean
Segoe Fluent Icons font - Windows apps (1390) f87d SpellingSerbian
Segoe Fluent Icons font - Windows apps (1391) f87e SpellingChinese
Segoe Fluent Icons font - Windows apps (1392) f89a FolderSelect
Segoe Fluent Icons font - Windows apps (1393) f8a5 SmartScreen
Segoe Fluent Icons font - Windows apps (1394) f8a6 ExploitProtection
Segoe Fluent Icons font - Windows apps (1395) f8aa AddBold
Segoe Fluent Icons font - Windows apps (1396) f8ab SubtractBold
Segoe Fluent Icons font - Windows apps (1397) f8ac BackSolidBold
Segoe Fluent Icons font - Windows apps (1398) f8ad ForwardSolidBold
Segoe Fluent Icons font - Windows apps (1399) f8ae PauseBold
Segoe Fluent Icons font - Windows apps (1400) f8af ClickSolid
Segoe Fluent Icons font - Windows apps (1401) f8b0 SettingsSolid
Segoe Fluent Icons font - Windows apps (1402) f8b1 MicrophoneSolidBold
Segoe Fluent Icons font - Windows apps (1403) f8b2 SpeechSolidBold
Segoe Fluent Icons font - Windows apps (1404) f8b3 ClickedOutLoudSolidBold
Top Articles
Latest Posts
Article information

Author: Edmund Hettinger DC

Last Updated: 04/16/2023

Views: 6711

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Edmund Hettinger DC

Birthday: 1994-08-17

Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

Phone: +8524399971620

Job: Central Manufacturing Supervisor

Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.