Fuente Segoe Fluent Icons
Este artículo proporciona instrucciones para desarrolladores sobre el uso de la fuente Segoe Fluent Icons y enumera cada icono junto con su valor Unicode y su nombre descriptivo.
API importantes:
Acerca de Segoe Fluent Icons
Sugerencia
Con el lanzamiento de Windows 11, la Segoe Fluent Icons
fuente se Segoe MDL2 Assets
reemplaza como fuente del icono de símbolo recomendado. Segoe MDL2 Assets
todavía está disponible, pero se recomienda actualizar la aplicación para usar la Segoe Fluent Icons
fuente.
La mayoría de los iconos incluidos en la Segoe Fluent Icons
fuente se asignan al área de uso privado de Unicode (PUA). El intervalo PUA es un intervalo no estandarizado de Unicode que permite a los desarrolladores de fuentes definir sus propios caracteres. Esto resulta útil al crear una fuente de símbolos, pero crea un problema de interoperabilidad cuando Segoe Fluent Icons
no está disponible.
Los iconos de la Segoe Fluent Icons
fuente no están diseñados para usarse en línea con texto. Esto significa que algunos "trucos" anteriores, como las flechas de muestra progresiva ya no sirven. De igual modo, dado que todos los iconos nuevos tienen el mismo tamaño y posición, no es necesario crearlos con un ancho cero. Ahora funcionan como un conjunto.
Disposición en capas y creación de reflejos
Todos los glifos de Segoe Fluent Icons
tienen el mismo ancho fijo con un alto coherente y un punto de origen izquierdo, por lo que los efectos de capas y coloración se pueden lograr dibujando glifos directamente sobre los demás. En este ejemplo se muestra un contorno negro dibujado sobre el corazón rojo de ancho cero.
<Grid>
<FontIcon FontFamily="Segoe Fluent Icons" Glyph=""
Foreground="#C72335" />
<FontIcon FontFamily="Segoe Fluent Icons" Glyph="" />
</Grid>
Muchos de los iconos también tienen formas reflejadas para su uso en idiomas que se leen de derecha a izquierda, como el árabe, el dari, el persa y el hebreo.
Usar los iconos
Si estás desarrollando una aplicación en XAML, puedes usar glifos especificados desde Segoe Fluent Icons
con un SymbolIcon y la enumeración Symbol.
<SymbolIcon Symbol="GlobalNavigationButton"/>
Si desea usar un glifo de la Segoe Fluent Icons
fuente que no está incluido en la enumeración Symbol, establézcalo como la propiedad Glyph de un control FontIcon .
<FontIcon FontFamily="Segoe Fluent Icons" Glyph=""/>
También puede usar el recurso SymbolThemeFontFamily
estático para acceder Segoe Fluent Icons
a , en lugar de especificar la fuente por nombre:
<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph=""/>
Nota:
Para obtener una apariencia óptima, utilice estos tamaños específicos: 16, 20, 24, 32, 40, 48 y 64. Si usa otros tamaños de fuente diferentes, podría obtener resultados menos nítidos o borrosos.
¿Cómo se puede obtener esta fuente?
- En Windows 11: no tiene que hacer nada, la fuente viene con Windows.
- En Windows 10:
Segoe Fluent Icons
no se incluye de forma predeterminada en Windows 10. Puede descargarlo aquí. - En un Equipo Mac u otro dispositivo: puede descargar
Segoe Fluent Icons
y otras fuentes aquí. Puede descargar la fuente para su uso en el diseño y el desarrollo, pero es posible que no la envíe a otra plataforma.
Lista de iconos
Tenga en cuenta que la Segoe Fluent Icons
fuente incluye muchos más iconos de los que podemos mostrar aquí. Muchos de los iconos están pensados para efectos especializados y no suelen usarse para ninguna otra cosa.
Nota:
Actualmente, los glifos con prefijos que van desde E0- a E5- (p. ej., E001 y E5B1) están marcados como heredados y, por lo tanto, están en desuso.
En las tablas siguientes se muestran todos los Segoe Fluent Icons
glifos y sus respectivos valores unicode y nombres descriptivos. Seleccione un intervalo de la lista siguiente para ver los glifos según el intervalo de PUA al que pertenecen.
PUA E700-E900
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de E7- a E9-.
Glifo | Punto de código Unicode | Descripción |
e700 | GlobalNavButton | |
e701 | Wi-Fi | |
e702 | Bluetooth | |
e703 | Conexión | |
e704 | InternetSharing | |
e705 | VPN | |
e706 | Brillo | |
e707 | MapPin | |
e708 | QuietHours | |
e709 | Avión | |
e70a | Tableta | |
e70b | QuickNote | |
e70c | RememberedDevice | |
e70d | ChevronDown | |
e70e | ChevronUp | |
e70f | Editar | |
e710 | Sumar | |
e711 | Cancelar | |
e712 | Más | |
e713 | Configuración | |
e714 | Vídeo | |
e715 | Correo | |
e716 | People (Personas) | |
e717 | Teléfono | |
e718 | Pin | |
e719 | Comprar | |
e71a | Detención | |
e71b | Vínculo | |
e71c | Filtro | |
e71d | AllApps | |
e71e | Zoom | |
e71f | ZoomOut | |
e720 | Microphone | |
e721 | Buscar | |
e722 | Camera | |
e723 | Adjuntar | |
e724 | Envío | |
e725 | SendFill | |
e726 | WalkSolid | |
e727 | InPrivate | |
e728 | FavoriteList | |
e729 | PageSolid | |
e72a | Adelante | |
e72b | Atrás | |
e72c | Actualizar | |
e72d | Compartir | |
e72e | Bloquear | |
e730 | ReportHacked | |
e731 | EMI | |
e734 | FavoriteStar | |
e735 | FavoriteStarFill | |
e736 | ReadingMode | |
e737 | Icono de favoritos | |
e738 | Quitar | |
e739 | Casilla | |
e73a | CheckboxComposite | |
e73b | CheckboxFill | |
e73c | CheckboxIndeterminate | |
e73d | CheckboxCompositeReversed | |
e73e | CheckMark | |
e73f | BackToWindow | |
e740 | FullScreen | |
e741 | ResizeTouchLarger | |
e742 | ResizeTouchSmaller | |
e743 | ResizeMouseSmall | |
e744 | ResizeMouseMedium | |
e745 | ResizeMouseWide | |
e746 | ResizeMouseTall | |
e747 | ResizeMouseLarge | |
e748 | SwitchUser | |
e749 | Imprimir | |
e74a | Arriba | |
e74b | Bajar | |
e74c | OEM | |
e74d | Eliminar | |
e74e | Guardar | |
e74f | Silencio | |
e750 | BackSpaceQWERTY | |
e751 | ReturnKey | |
e752 | UpArrowShiftKey | |
e753 | Nube | |
e754 | Linterna | |
e755 | RotationLock | |
e756 | CommandPrompt | |
e759 | SIPMove | |
e75a | SIPUndock | |
e75b | SIPRedock | |
e75c | EraseTool | |
e75d | UnderscoreSpace | |
e75e | GripperTool | |
e75f | Dialpad | |
e760 | PageLeft | |
e761 | PageRight | |
e762 | MultiSelect | |
e763 | KeyboardLeftHanded | |
e764 | KeyboardRightHanded | |
e765 | KeyboardClassic | |
e766 | KeyboardSplit | |
e767 | Volumen | |
e768 | Reproducir | |
e769 | Pausar | |
e76b | ChevronLeft | |
e76c | ChevronRight | |
e76d | InkingTool | |
e76e | Emoji2 | |
e76f | GripperBarHorizontal | |
e770 | Sistema | |
e771 | Personalizar | |
e772 | Dispositivos | |
e773 | SearchAndApps | |
e774 | Globo terráqueo | |
e775 | TimeLanguage | |
e776 | EaseOfAccess | |
e777 | UpdateRestore | |
e778 | HangUp | |
e779 | ContactInfo | |
e77a | Desanclar | |
e77b | Contacto | |
e77c | Memo | |
e77e | IncomingCall | |
e77f | Pegar | |
e780 | PhoneBook | |
e781 | LEDLight | |
e783 | Error | |
E784 | GripperBarVertical | |
e785 | Desbloquear | |
e786 | Presentación | |
e787 | Calendario | |
e788 | GripperResize | |
e789 | Megáfono | |
e78a | Trim | |
e78b | NewWindow | |
e78c | SaveLocal | |
e790 | Color | |
e791 | DataSense | |
e792 | SaveAs | |
e793 | Claro | |
e799 | AspectRatio | |
e7a5 | DataSenseBar | |
e7a6 | Rehacer | |
e7a7 | Deshacer | |
e7a8 | Recortar | |
e7ac | OpenWith | |
e7ad | Girar | |
e7b3 | RedEye | |
e7b5 | SetlockScreen | |
e7b7 | MapPin2 | |
e7b8 | Paquete | |
e7ba | Advertencia | |
e7bc | ReadingList | |
e7be | Education | |
e7bf | ShoppingCart | |
e7c0 | Entrenar | |
e7c1 | Marca | |
e7c2 | Mover | |
e7c3 | Page | |
e7c4 | TaskView | |
e7c5 | BrowsePhotos | |
e7c6 | HalfStarLeft | |
e7c7 | HalfStarRight | |
e7c8 | Grabar | |
e7c9 | TouchPointer | |
e7de | LangJPN | |
e7e3 | Ferri | |
e7e6 | Resaltar | |
e7e7 | ActionCenterNotification | |
e7e8 | PowerButton | |
e7ea | ResizeTouchNarrower | |
e7eb | ResizeTouchShorter | |
e7ec | DrivingMode | |
e7ed | RingerSilent | |
e7ee | OtherUser | |
e7ef | Administración | |
e7f0 | CC | |
e7f1 | SDCard | |
e7f2 | CallForwarding | |
e7f3 | SettingsDisplaySound | |
e7f4 | TVMonitor | |
e7f5 | Oradores | |
e7f6 | Auriculares | |
e7f7 | DeviceLaptopPic | |
e7f8 | DeviceLaptopNoPic | |
e7f9 | DeviceMonitorRightPic | |
e7fa | DeviceMonitorLeftPic | |
e7fb | DeviceMonitorNoPic | |
e7fc | Juego | |
e7fd | HorizontalTabKey | |
e802 | StreetsideSplitMinimize | |
e803 | StreetsideSplitExpand | |
e804 | Coche | |
e805 | A pie | |
e806 | En bus | |
e809 | TiltUp | |
e80a | TiltDown | |
e80b | CallControl | |
e80c | RotateMapRight | |
e80d | RotateMapLeft | |
e80f | Inicio | |
e811 | ParkingLocation | |
e812 | MapCompassTop | |
e813 | MapCompassBottom | |
e814 | IncidentTriangle | |
e815 | Tocar | |
e816 | MapDirections | |
e819 | StartPoint | |
e81a | StopPoint | |
e81b | EndPoint | |
e81c | Historial | |
e81d | Location | |
e81e | MapLayers | |
e81f | Accidente | |
e821 | Trabajo | |
e822 | Construcción | |
e823 | Reciente | |
e825 | Banco | |
e826 | DownloadMap | |
e829 | InkingToolFill2 | |
e82a | HighlightFill2 | |
e82b | EraseToolFill | |
e82c | EraseToolFill2 | |
e82d | Dictionary | |
e82e | DictionaryAdd | |
e82f | ToolTip | |
e830 | ChromeBack | |
e835 | ProvisioningPackage | |
e836 | AddRemoteDevice | |
e838 | FolderOpen | |
e839 | Ethernet | |
e83a | ShareBroadband | |
e83b | DirectAccess | |
e83c | DialUp | |
e83d | DefenderApp | |
e83e | BatteryCharging9 | |
e83f | Battery10 | |
e840 | Anclado | |
e841 | PinFill | |
e842 | PinnedFill | |
e843 | PeriodKey | |
e844 | PuncKey | |
e845 | RevToggleKey | |
e846 | RightArrowKeyTime1 | |
e847 | RightArrowKeyTime2 | |
e848 | LeftQuote | |
e849 | RightQuote | |
e84a | DownShiftKey | |
e84b | UpShiftKey | |
e84c | PuncKey0 | |
e84d | PuncKeyLeftBottom | |
e84e | RightArrowKeyTime3 | |
e84f | RightArrowKeyTime4 | |
e850 | Battery0 | |
e851 | Battery1 | |
e852 | Battery2 | |
e853 | Battery3 | |
e854 | Battery4 | |
e855 | Battery5 | |
e856 | Battery6 | |
e857 | Battery7 | |
e858 | Battery8 | |
e859 | Battery9 | |
e85a | BatteryCharging0 | |
e85b | BatteryCharging1 | |
e85c | BatteryCharging2 | |
e85d | BatteryCharging3 | |
e85e | BatteryCharging4 | |
e85f | BatteryCharging5 | |
e860 | BatteryCharging6 | |
e861 | BatteryCharging7 | |
e862 | BatteryCharging8 | |
e863 | BatterySaver0 | |
e864 | BatterySaver1 | |
e865 | BatterySaver2 | |
e866 | BatterySaver3 | |
e867 | BatterySaver4 | |
e868 | BatterySaver5 | |
e869 | BatterySaver6 | |
e86a | BatterySaver7 | |
e86b | BatterySaver8 | |
e86c | SignalBars1 | |
e86d | SignalBars2 | |
e86e | SignalBars3 | |
e86f | SignalBars4 | |
e870 | SignalBars5 | |
e871 | SignalNotConnected | |
e872 | Wifi1 | |
e873 | Wifi2 | |
e874 | Wifi3 | |
e875 | MobSIMLock | |
e876 | MobSIMMissing | |
e877 | Vibración | |
e878 | RoamingInternational | |
e879 | RoamingDomestic | |
e87a | CallForwardInternational | |
e87b | CallForwardRoaming | |
e87c | JpnRomanji | |
e87d | JpnRomanjiLock | |
e87e | JpnRomanjiShift | |
e87f | JpnRomanjiShiftLock | |
e880 | StatusDataTransfer | |
e881 | StatusDataTransferVPN | |
e882 | StatusDualSIM2 | |
e883 | StatusDualSIM2VPN | |
e884 | StatusDualSIM1 | |
e885 | StatusDualSIM1VPN | |
e886 | StatusSGLTE | |
e887 | StatusSGLTECell | |
e888 | StatusSGLTEDataVPN | |
e889 | StatusVPN | |
e88a | WifiHotspot | |
e88b | LanguageKor | |
e88c | LanguageCht | |
e88d | LanguageChs | |
e88e | USB | |
e88f | InkingToolFill | |
e890 | Ver | |
e891 | HighlightFill | |
e892 | Anterior | |
e893 | Siguientes | |
e894 | Borrar | |
e895 | Sincronización | |
e896 | Descargar | |
e897 | Ayuda | |
e898 | Cargar | |
e899 | Emoji | |
e89a | TwoPage | |
e89b | LeaveChat | |
e89c | MailForward | |
e89e | RotateCamera | |
e89f | ClosePane | |
e8a0 | OpenPane | |
e8a1 | PreviewLink | |
e8a2 | AttachCamera | |
e8a3 | ZoomIn | |
e8a4 | Marcadores | |
e8a5 | Document | |
e8a6 | ProtectedDocument | |
e8a7 | OpenInNewWindow | |
e8a8 | MailFill | |
e8a9 | ViewAll | |
e8aa | VideoChat | |
e8ab | Switch | |
e8ac | Cambiar nombre | |
e8ad | Go | |
e8ae | SurfaceHub | |
e8af | Control remoto | |
e8b0 | Haga clic | |
e8b1 | Orden aleatorio | |
e8b2 | Películas | |
e8b3 | SelectAll | |
e8b4 | Orientación | |
e8b5 | Importar | |
e8b6 | ImportAll | |
e8b7 | Carpeta | |
e8b8 | Cámara web | |
e8b9 | Imagen | |
e8ba | Caption | |
e8bb | ChromeClose | |
e8bc | ShowResults | |
e8bd | Mensaje | |
e8be | Hoja | |
e8bf | CalendarDay | |
e8c0 | CalendarWeek | |
e8c1 | Caracteres | |
e8c2 | MailReplyAll | |
e8c3 | Lectura | |
e8c4 | ShowBcc | |
e8c5 | HideBcc | |
e8c6 | Cortar | |
e8c7 | PaymentCard | |
e8c8 | Copiar | |
e8c9 | Importante | |
e8ca | MailReply | |
e8cb | Sort | |
e8cc | MobileTablet | |
e8cd | DisconnectDrive | |
e8ce | MapDrive | |
e8cf | ContactPresence | |
e8d0 | Priority | |
e8d1 | GotoToday | |
e8d2 | Fuente | |
e8d3 | FontColor | |
e8d4 | Contact2 | |
e8d5 | FolderFill | |
e8d6 | Audio | |
e8d7 | Permisos | |
e8d8 | DisableUpdates | |
e8d9 | Quitar de Favoritos | |
e8da | OpenLocal | |
e8db | Italic | |
e8dc | Subrayado | |
e8dd | Negrita | |
e8de | MoveToFolder | |
e8df | LikeDislike | |
e8e0 | No me gusta | |
e8e1 | Like | |
e8e2 | AlignRight | |
e8e3 | AlignCenter | |
e8e4 | AlignLeft | |
e8e5 | OpenFile | |
e8e6 | ClearSelection | |
e8e7 | FontDecrease | |
e8e8 | FontIncrease | |
e8e9 | FontSize | |
e8ea | CellPhone | |
e8eb | Volver a compartir | |
e8ec | Etiqueta | |
e8ed | RepeatOne | |
e8ee | RepeatAll | |
e8ef | Calculator | |
e8f0 | Direcciones | |
e8f1 | Biblioteca | |
e8f2 | ChatBubbles | |
e8f3 | PostUpdate | |
e8f4 | NewFolder | |
e8f5 | CalendarReply | |
e8f6 | UnsyncFolder | |
e8f7 | SyncFolder | |
e8f8 | BlockContact | |
e8f9 | SwitchApps | |
e8fa | AddFriend | |
e8fb | Aceptar | |
e8fc | GoToStart | |
e8fd | BulletedList | |
e8fe | Digitalizar | |
e8ff | Vista previa | |
e902 | Grupo | |
e904 | ZeroBars | |
e905 | OneBar | |
e906 | TwoBars | |
e907 | ThreeBars | |
e908 | FourBars | |
e909 | World | |
e90a | Comentario | |
e90b | MusicInfo | |
e90c | DockLeft | |
e90d | DockRight | |
e90e | DockBottom | |
e90f | Reparar | |
e910 | Cuentas | |
e911 | DullSound | |
e912 | Administración | |
e913 | Calle | |
e914 | Printer3D | |
e915 | RadioBullet | |
e916 | Stopwatch | |
e91b | Foto | |
e91c | ActionCenter | |
e91f | FullCircleMask | |
e921 | ChromeMinimize | |
e922 | ChromeMaximize | |
e923 | ChromeRestore | |
e924 | Annotation | |
e925 | BackSpaceQWERTYSm | |
e926 | BackSpaceQWERTYMd | |
e927 | Deslizar rápidamente | |
e928 | Huella digital | |
e929 | Escritura a mano | |
e92c | ChromeBackToWindow | |
e92d | ChromeFullScreen | |
e92e | KeyboardStandard | |
e92f | KeyboardDismiss | |
e930 | Completado | |
e931 | ChromeAnnotate | |
e932 | Label | |
e933 | IBeam | |
e934 | IBeamOutline | |
e935 | FlickDown | |
e936 | FlickUp | |
e937 | FlickLeft | |
e938 | FlickRight | |
e939 | FeedbackApp | |
e93c | MusicAlbum | |
e93e | Streaming | |
e943 | Código | |
e944 | ReturnToWindow | |
e945 | LightningBolt | |
e946 | Información | |
e947 | CalculatorMultiply | |
e948 | CalculatorAddition | |
e949 | CalculatorSubtract | |
e94a | CalculatorDivide | |
e94b | CalculatorSquareroot | |
e94c | CalculatorPercentage | |
e94d | CalculatorNegate | |
e94e | CalculatorEqualTo | |
e94f | CalculatorBackspace | |
e950 | Componente | |
e951 | DMC | |
e952 | Acoplar | |
e953 | MultimediaDMS | |
e954 | MultimediaDVR | |
e955 | MultimediaPMP | |
e956 | PrintfaxPrinterFile | |
e957 | Sensor | |
e958 | StorageOptical | |
e95a | Comunicaciones | |
e95b | Auriculares | |
e95d | Proyector | |
e95e | Estado | |
e95f | Cable | |
e960 | Webcam2 | |
e961 | Entrada | |
e962 | Mouse | |
e963 | Tarjeta inteligente | |
e964 | SmartcardVirtual | |
e965 | MediaStorageTower | |
e966 | ReturnKeySm | |
e967 | GameConsole | |
e968 | Red | |
e969 | StorageNetworkWireless | |
e96a | StorageTape | |
e96d | ChevronUpSmall | |
e96e | ChevronDownSmall | |
e96f | ChevronLeftSmall | |
e970 | ChevronRightSmall | |
e971 | ChevronUpMed | |
e972 | ChevronDownMed | |
e973 | ChevronLeftMed | |
e974 | ChevronRightMed | |
e975 | Devices2 | |
e976 | ExpandTile | |
e977 | PC1 | |
e978 | PresenceChicklet | |
e979 | PresenceChickletVideo | |
e97a | Responder | |
e97b | SetTile | |
e97c | Tipo | |
e97d | Coreano | |
e97e | HalfAlpha | |
e97f | FullAlpha | |
e980 | Key12On | |
e981 | ChineseChangjie | |
e982 | QWERTYOn | |
e983 | QWERTYOff | |
e984 | ChineseQuick | |
e985 | Japonés | |
e986 | FullHiragana | |
e987 | FullKatakana | |
e988 | FullKatakana | |
e989 | ChineseBoPoMoFo | |
e98a | ChinesePinyin | |
e98f | ConstructionCone | |
e990 | XboxOneConsole | |
e992 | Volume0 | |
e993 | Volume1 | |
e994 | Volume2 | |
e995 | Volume3 | |
e996 | BatteryUnknown | |
e998 | WifiAttentionOverlay | |
e99a | Robot | |
e9a1 | TapAndSend | |
e9a6 | FitPage | |
e9a8 | PasswordKeyShow | |
e9a9 | PasswordKeyHide | |
e9aa | BidiLtr | |
e9ab | BidiRtl | |
e9ac | ForwardSm | |
e9ad | CommaKey | |
e9ae | DashKey | |
e9af | DullSoundKey | |
e9b0 | HalfDullSound | |
e9b1 | RightDoubleQuote | |
e9b2 | LeftDoubleQuote | |
e9b3 | PuncKeyRightBottom | |
e9b4 | PuncKey1 | |
e9b5 | PuncKey2 | |
e9b6 | PuncKey3 | |
e9b7 | PuncKey1 | |
e9b8 | PuncKey5 | |
e9b9 | PuncKey6 | |
e9ba | PuncKey9 | |
e9bb | PuncKey7 | |
e9bc | PuncKey8 | |
e9ca | Glacial | |
e9ce | Unknown | |
e9d2 | AreaChart | |
e9d5 | CheckList | |
e9d9 | Diagnóstico | |
e9e9 | Ecualizador | |
e9f3 | Proceso | |
e9f5 | Procesamiento | |
e9f9 | ReportDocument |
PUA EA00-EC00
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de EA- a EC-.
Glifo | Punto de código Unicode | Descripción |
ea0c | VideoSolid | |
ea0d | MixedMediaBadge | |
ea14 | DisconnectDisplay | |
ea18 | Escudo | |
ea1f | Info2 | |
ea21 | ActionCenterAsterisk | |
ea24 | Beta | |
ea35 | SaveCopy | |
ea37 | List | |
ea38 | Asterisk | |
ea39 | ErrorBadge | |
ea3a | CircleRing | |
ea3b | CircleFill | |
ea3c | MergeCall | |
ea3d | PrivateCall | |
ea3f | Record2 | |
ea40 | AllAppsMirrored | |
ea41 | BookmarksMirrored | |
ea42 | BulletedListMirrored | |
ea43 | CallForwardInternationalMirrored | |
ea44 | CallForwardRoamingMirrored | |
ea47 | ChromeBackMirrored | |
ea48 | ClearSelectionMirrored | |
ea49 | ClosePaneMirrored | |
ea4a | ContactInfoMirrored | |
ea4b | DockRightMirrored | |
ea4c | DockLeftMirrored | |
ea4e | ExpandTileMirrored | |
ea4f | GoMirrored | |
ea50 | GripperResizeMirrored | |
ea51 | HelpMirrored | |
ea52 | ImportMirrored | |
ea53 | ImportAllMirrored | |
ea54 | LeaveChatMirrored | |
ea55 | ListMirrored | |
ea56 | MailForwardMirrored | |
ea57 | MailReplyMirrored | |
ea58 | MailReplyAllMirrored | |
ea5b | OpenPaneMirrored | |
ea5c | OpenWithMirrored | |
ea5e | ParkingLocationMirrored | |
ea5f | ResizeMouseMediumMirrored | |
ea60 | ResizeMouseSmallMirrored | |
ea61 | ResizeMouseTallMirrored | |
ea62 | ResizeTouchNarrowerMirrored | |
ea63 | SendMirrored | |
ea64 | SendFillMirrored | |
ea65 | ShowResultsMirrored | |
ea69 | Media | |
ea6a | SyncError | |
ea6c | Devices3 | |
ea79 | SlowMotionOn | |
ea80 | Bombilla | |
ea81 | StatusCircle | |
ea82 | StatusTriangle | |
ea83 | StatusError | |
ea84 | StatusWarning | |
ea86 | Puzle | |
ea89 | CalendarSolid | |
ea8a | HomeSolid | |
ea8b | ParkingLocationSolid | |
ea8c | ContactSolid | |
ea8d | ConstructionSolid | |
ea8e | AccidentSolid | |
ea8f | Timbre | |
ea90 | ||
ea91 | ThoughtBubble | |
ea92 | HeartBroken | |
ea93 | BatteryCharging10 | |
ea94 | BatterySaver9 | |
ea95 | BatterySaver10 | |
ea97 | CallForwardingMirrored | |
ea98 | MultiSelectMirrored | |
ea99 | Escoba | |
eac2 | ForwardCall | |
eadf | Seguimiento | |
eafc | Mercado | |
eb05 | PieSingle | |
eb0f | StockUp | |
eb11 | StockDown | |
eb3c | Diseño | |
eb41 | Sitio web | |
eb42 | Drop | |
eb44 | Radar | |
eb47 | BusSolid | |
eb48 | FerrySolid | |
eb49 | StartPointSolid | |
eb4a | StopPointSolid | |
eb4b | EndPointSolid | |
eb4c | AirplaneSolid | |
eb4d | TrainSolid | |
eb4e | WorkSolid | |
eb4f | ReminderFill | |
eb50 | Recordatorio | |
eb51 | Corazón | |
eb52 | HeartFill | |
eb55 | EthernetError | |
eb56 | EthernetWarning | |
eb57 | StatusConnecting1 | |
eb58 | StatusConnecting2 | |
eb59 | StatusUnsecure | |
eb5a | WifiError0 | |
eb5b | WifiError1 | |
eb5c | WifiError2 | |
eb5d | WifiError3 | |
eb5e | WifiError4 | |
eb5f | WifiWarning0 | |
eb60 | WifiWarning1 | |
eb61 | WifiWarning2 | |
eb62 | WifiWarning3 | |
eb63 | WifiWarning4 | |
eb66 | Devices4 | |
eb67 | NUIIris | |
eb68 | NUIFace | |
eb77 | GatewayRouter | |
eb7e | EditMirrored | |
eb82 | NUIFPStartSlideHand | |
eb83 | NUIFPStartSlideAction | |
eb84 | NUIFPContinueSlideHand | |
eb85 | NUIFPContinueSlideAction | |
eb86 | NUIFPRollRightHand | |
eb87 | NUIFPRollRightHandAction | |
eb88 | NUIFPRollLeftHand | |
eb89 | NUIFPRollLeftAction | |
eb8a | NUIFPPressHand | |
eb8b | NUIFPPressAction | |
eb8c | NUIFPPressRepeatHand | |
eb8d | NUIFPPressRepeatAction | |
eb90 | StatusErrorFull | |
eb91 | TaskViewExpanded | |
eb95 | Certificate | |
eb96 | BackSpaceQWERTYLg | |
eb97 | ReturnKeyLg | |
eb9d | FastForward | |
eb9e | Rebobinar | |
eb9f | Photo2 | |
eba0 | MobBattery0 | |
eba1 | MobBattery1 | |
eba2 | MobBattery2 | |
eba3 | MobBattery3 | |
eba4 | MobBattery4 | |
eba5 | MobBattery5 | |
eba6 | MobBattery6 | |
eba7 | MobBattery7 | |
eba8 | MobBattery8 | |
eba9 | MobBattery9 | |
ebaa | MobBattery10 | |
ebab | MobBatteryCharging0 | |
ebac | MobBatteryCharging1 | |
ebad | MobBatteryCharging2 | |
ebae | MobBatteryCharging3 | |
ebaf | MobBatteryCharging4 | |
ebb0 | MobBatteryCharging5 | |
ebb1 | MobBatteryCharging6 | |
ebb2 | MobBatteryCharging7 | |
ebb3 | MobBatteryCharging8 | |
ebb4 | MobBatteryCharging9 | |
ebb5 | MobBatteryCharging10 | |
ebb6 | MobBatterySaver0 | |
ebb7 | MobBatterySaver1 | |
ebb8 | MobBatterySaver2 | |
ebb9 | MobBatterySaver3 | |
ebba | MobBatterySaver4 | |
ebbb | MobBatterySaver5 | |
ebbc | MobBatterySaver6 | |
ebbd | MobBatterySaver7 | |
ebbe | MobBatterySaver8 | |
ebbf | MobBatterySaver9 | |
ebc0 | MobBatterySaver10 | |
ebc3 | DictionaryCloud | |
ebc4 | ResetDrive | |
ebc5 | VolumeBars | |
ebc6 | Proyecto | |
ebd2 | AdjustHologram | |
ebd3 | CloudDownload | |
ebd4 | MobWifiCallBars | |
ebd5 | MobWifiCall0 | |
ebd6 | MobWifiCall1 | |
ebd7 | MobWifiCall2 | |
ebd8 | MobWifiCall3 | |
ebd9 | MobWifiCall4 | |
ebda | Familia | |
ebdb | LockFeedback | |
ebde | DeviceDiscovery | |
ebe6 | WindDirection | |
ebe7 | RightArrowKeyTime0 | |
ebe8 | Error | |
ebfc | TabletMode | |
ebfd | StatusCircleLeft | |
ebfe | StatusTriangleLeft | |
ebff | StatusErrorLeft | |
ec00 | StatusWarningLeft | |
ec02 | MobBatteryUnknown | |
ec05 | NetworkTower | |
ec06 | CityNext | |
ec07 | CityNext2 | |
ec08 | Palacio de justicia | |
ec09 | Alimentos | |
ec0a | Sostenible | |
ec0b | BuildingEnergy | |
ec11 | ToggleFilled | |
ec12 | ToggleBorder | |
ec13 | SliderThumb | |
ec14 | ToggleThumb | |
ec15 | MiracastLogoSmall | |
ec16 | MiracastLogoLarge | |
ec19 | PLAP | |
ec1b | Notificación | |
ec1e | SignalRoaming | |
ec20 | MobileLocked | |
ec24 | InsiderHubApp | |
ec25 | PersonalFolder | |
ec26 | Grupo Hogar | |
ec27 | MyNetwork | |
ec31 | KeyboardFull | |
ec32 | Café | |
ec37 | MobSignal1 | |
ec38 | MobSignal2 | |
ec39 | MobSignal3 | |
ec3a | MobSignal4 | |
ec3b | MobSignal5 | |
ec3c | MobWifi1 | |
ec3d | MobWifi2 | |
ec3e | MobWifi3 | |
ec3f | MobWifi4 | |
ec40 | MobAirplane | |
ec41 | MobBluetooth | |
ec42 | MobActionCenter | |
ec43 | MobLocation | |
ec44 | MobWifiHotspot | |
ec45 | LanguageJpn | |
ec46 | MobQuietHours | |
ec47 | MobDrivingMode | |
ec48 | SpeedOff | |
ec49 | SpeedMedium | |
ec4a | SpeedHigh | |
ec4e | ThisPC | |
ec4f | MusicNote | |
ec50 | FileExplorer | |
ec51 | FileExplorerApp | |
ec52 | LeftArrowKeyTime0 | |
ec54 | MicOff | |
ec55 | MicSleep | |
ec56 | MicError | |
ec57 | PlaybackRate1x | |
ec58 | PlaybackRateOther | |
ec59 | CashDrawer | |
ec5a | BarcodeScanner | |
ec5b | ReceiptPrinter | |
ec5c | MagStripeReader | |
ec61 | CompletedSolid | |
ec64 | CompanionApp | |
ec6c | Favicon2 | |
ec6d | SwipeRevealArt | |
ec71 | MicOn | |
ec72 | MicClipping | |
ec74 | TabletSelected | |
ec75 | MobileSelected | |
ec76 | LaptopSelected | |
ec77 | TVMonitorSelected | |
ec7a | DeveloperTools | |
ec7e | MobCallForwarding | |
ec7f | MobCallForwardingMirrored | |
ec80 | BodyCam | |
ec81 | PoliceCar | |
ec87 | Draw | |
ec88 | DrawSolid | |
ec8a | LowerBrightness | |
ec8f | ScrollUpDown | |
ec92 | DateTime | |
ec94 | HoloLens | |
eca5 | Iconos | |
eca7 | PartyLeader | |
ecaa | AppIconDefault | |
ecad | Calorías | |
ecaf | POI | |
ecb9 | BandBattery0 | |
ecba | BandBattery1 | |
ecbb | BandBattery2 | |
ecbc | BandBattery3 | |
ecbd | BandBattery4 | |
ecbe | BandBattery5 | |
ecbf | BandBattery6 | |
ecc4 | AddSurfaceHub | |
ecc5 | DevUpdate | |
ecc6 | Unidad | |
ecc8 | AddTo | |
ecc9 | RemoveFrom | |
ecca | RadioBtnOff | |
eccb | RadioBtnOn | |
eccc | RadioBullet2 | |
eccd | ExploreContent | |
ece4 | Blocked2 | |
ece7 | ScrollMode | |
ece8 | ZoomMode | |
ece9 | PanMode | |
ecf0 | WiredUSB | |
ecf1 | WirelessUSB | |
ecf3 | USBSafeConnect |
PUA ED00-EF00
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de ED- a EF-.
Glifo | Punto de código Unicode | Descripción |
ed0c | ActionCenterNotificationMirrored | |
ed0d | ActionCenterMirrored | |
ed0e | SubscriptionAdd | |
ed10 | ResetDevice | |
ed11 | SubscriptionAddMirrored | |
ed14 | QRCode | |
ed15 | Comentarios | |
ed1a | Ocultar | |
ed1e | Subtítulos | |
ed1f | SubtitlesAudio | |
ed25 | OpenFolderHorizontal | |
ed28 | CalendarMirrored | |
ed2a | MobeSIM | |
ed2b | MobeSIMNoProfile | |
ed2c | MobeSIMLocked | |
ed2d | MobeSIMBusy | |
ed2e | SignalError | |
ed2f | StreamingEnterprise | |
ed30 | Headphone0 | |
ed31 | Headphone1 | |
ed32 | Headphone2 | |
ed33 | Headphone3 | |
ed35 | Aplicaciones | |
ed39 | KeyboardBrightness | |
ed3a | KeyboardLowerBrightness | |
ed3c | SkipBack10 | |
ed3d | SkipForward30 | |
ed41 | TreeFolderFolder | |
ed42 | TreeFolderFolderFill | |
ed43 | TreeFolderFolderOpen | |
ed44 | TreeFolderFolderOpenFill | |
ed47 | MultimediaDMP | |
ed4c | KeyboardOneHanded | |
ed4d | Narrador | |
ed53 | EmojiTabPeople | |
ed54 | EmojiTabSmilesAnimals | |
ed55 | EmojiTabCelebrationObjects | |
ed56 | EmojiTabFoodPlants | |
ed57 | EmojiTabTransitPlaces | |
ed58 | EmojiTabSymbols | |
ed59 | EmojiTabTextSmiles | |
ed5a | EmojiTabFavorites | |
ed5b | EmojiSwatch | |
ed5c | ConnectApp | |
ed5d | CompanionDeviceFramework | |
ed5e | Regla | |
ed5f | FingerInking | |
ed60 | StrokeErase | |
ed61 | PointErase | |
ed62 | ClearAllInk | |
ed63 | Lápiz | |
ed64 | Marcador | |
ed65 | InkingCaret | |
ed66 | InkingColorOutline | |
ed67 | InkingColorFill | |
eda2 | HardDrive | |
eda3 | NetworkAdapter | |
eda4 | Pantalla táctil | |
eda5 | NetworkPrinter | |
eda6 | CloudPrinter | |
eda7 | KeyboardShortcut | |
eda8 | BrushSize | |
eda9 | NarratorForward | |
edaa | NarratorForwardMirrored | |
edab | SyncBadge12 | |
edac | RingerBadge12 | |
edad | AsteriskBadge12 | |
edae | ErrorBadge12 | |
edaf | CircleRingBadge12 | |
edb0 | CircleFillBadge12 | |
edb1 | ImportantBadge12 | |
edb3 | MailBadge12 | |
edb4 | PauseBadge12 | |
edb5 | PlayBadge12 | |
edc6 | PenWorkspace | |
edd5 | CaretLeft8 | |
edd6 | CaretRight8 | |
edd7 | CaretUp8 | |
edd8 | CaretDown8 | |
edd9 | CaretLeftSolid8 | |
edda | CaretRightSolid8 | |
eddb | CaretUpSolid8 | |
eddc | CaretDownSolid8 | |
ede0 | Tachado | |
ede1 | Exportación | |
ede2 | ExportMirrored | |
ede3 | ButtonMenu | |
ede4 | CloudSearch | |
ede5 | PinyinIMELogo | |
edfb | CalligraphyPen | |
ee35 | ReplyMirrored | |
ee3f | LockscreenDesktop | |
ee40 | TaskViewSettings | |
ee47 | MiniExpand2Mirrored | |
ee49 | MiniContract2Mirrored | |
ee4a | Play36 | |
ee56 | PenPalette | |
ee57 | GuestUser | |
ee63 | SettingsBattery | |
ee64 | TaskbarPhone | |
ee65 | LockScreenGlance | |
ee6f | GenericScan | |
ee71 | ImageExport | |
ee77 | WifiEthernet | |
ee79 | ActionCenterQuiet | |
ee7a | ActionCenterQuietNotification | |
ee92 | TrackersMirrored | |
ee93 | DateTimeMirrored | |
ee94 | Rueda | |
eea3 | VirtualMachineGroup | |
eeca | ButtonView2 | |
ef15 | PenWorkspaceMirrored | |
ef16 | PenPaletteMirrored | |
ef17 | StrokeEraseMirrored | |
ef18 | PointEraseMirrored | |
ef19 | ClearAllInkMirrored | |
ef1f | BackgroundToggle | |
ef20 | Marquesina | |
ef2c | ChromeCloseContrast | |
ef2d | ChromeMinimizeContrast | |
ef2e | ChromeMaximizeContrast | |
ef2f | ChromeRestoreContrast | |
ef31 | TrafficLight | |
ef3b | Volver a reproducir | |
ef3c | Cuentagotas | |
ef3d | LineDisplay | |
ef3e | PINPad | |
ef3f | SignatureCapture | |
ef40 | ChipCardCreditCardReader | |
ef42 | MarketDown | |
ef58 | PlayerSettings | |
ef6b | LandscapeOrientation | |
ef90 | Flujo | |
efa5 | Panel táctil | |
efa9 | Voz |
PUA F000-F200
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de F0- a F2-.
Glifo | Punto de código Unicode | Descripción |
f000 | Artículo de conocimientos | |
f003 | Relación | |
f012 | ZipFolder | |
f080 | DefaultAPN | |
f081 | UserAPN | |
f085 | DoublePinyin | |
f08c | BlueLight | |
f08d | CaretSolidLeft | |
f08e | CaretSolidDown | |
f08f | CaretSolidRight | |
f090 | CaretSolidUp | |
f093 | ButtonA | |
f094 | ButtonB | |
f095 | ButtonY | |
f096 | ButtonX | |
f0ad | ArrowUp8 | |
f0ae | ArrowDown8 | |
f0af | ArrowRight8 | |
f0b0 | ArrowLeft8 | |
f0b2 | QuarentinedItems | |
f0b3 | QuarentinedItemsMirrored | |
f0b4 | Transportador | |
f0b5 | ChecklistMirrored | |
f0b6 | StatusCircle7 | |
f0b7 | StatusCheckmark7 | |
f0b8 | StatusErrorCircle7 | |
f0b9 | Conectado | |
f0c6 | PencilFill | |
f0c7 | CalligraphyFill | |
f0ca | QuarterStarLeft | |
f0cb | QuarterStarRight | |
f0cc | ThreeQuarterStarLeft | |
f0cd | ThreeQuarterStarRight | |
f0ce | QuietHoursBadge12 | |
f0d2 | BackMirrored | |
f0d3 | ForwardMirrored | |
f0d5 | ChromeBackContrast | |
f0d6 | ChromeBackContrastMirrored | |
f0d7 | ChromeBackToWindowContrast | |
f0d8 | ChromeFullScreenContrast | |
f0e2 | GridView | |
f0e3 | ClipboardList | |
f0e4 | ClipboardListMirrored | |
f0e5 | OutlineQuarterStarLeft | |
f0e6 | OutlineQuarterStarRight | |
f0e7 | OutlineHalfStarLeft | |
f0e8 | OutlineHalfStarRight | |
f0e9 | OutlineThreeQuarterStarLeft | |
f0ea | OutlineThreeQuarterStarRight | |
f0eb | SpatialVolume0 | |
f0ec | SpatialVolume1 | |
f0ed | SpatialVolume2 | |
f0ee | SpatialVolume3 | |
f0ef | ApplicationGuard | |
f0f7 | OutlineStarLeftHalf | |
f0f8 | OutlineStarRightHalf | |
f0f9 | ChromeAnnotateContrast | |
f0fb | DefenderBadge12 | |
f103 | DetachablePC | |
f108 | LeftStick | |
f109 | RightStick | |
f10a | TriggerLeft | |
f10b | TriggerRight | |
f10c | BumperLeft | |
f10d | BumperRight | |
f10e | Dpad | |
f110 | EnglishPunctuation | |
f111 | ChinesePunctuation | |
f119 | HMD | |
f11b | CtrlSpatialRight | |
f126 | PaginationDotOutline10 | |
f127 | PaginationDotSolid10 | |
f128 | StrokeErase2 | |
f129 | SmallErase | |
f12a | LargeErase | |
f12b | FolderHorizontal | |
f12e | MicrophoneListening | |
f12f | StatusExclamationCircle7 | |
f131 | Video360 | |
f133 | GiftboxOpen | |
f136 | StatusCircleOuter | |
f137 | StatusCircleInner | |
f138 | StatusCircleRing | |
f139 | StatusTriangleOuter | |
f13a | StatusTriangleInner | |
f13b | StatusTriangleExclamation | |
f13c | StatusCircleExclamation | |
f13d | StatusCircleErrorX | |
f13e | StatusCircleCheckmark | |
f13f | StatusCircleInfo | |
f140 | StatusCircleBlock | |
f141 | StatusCircleBlock2 | |
f142 | StatusCircleQuestionMark | |
f143 | StatusCircleSync | |
f146 | Dial1 | |
f147 | Dial2 | |
f148 | Dial3 | |
f149 | Dial4 | |
f14a | Dial5 | |
f14b | Dial6 | |
f14c | Dial7 | |
f14d | Dial8 | |
f14e | Dial9 | |
f14f | Dial10 | |
f150 | Dial11 | |
f151 | Dial12 | |
f152 | Dial13 | |
f153 | Dial14 | |
f154 | Dial15 | |
f155 | Dial16 | |
f156 | DialShape1 | |
f157 | DialShape2 | |
f158 | DialShape3 | |
f159 | DialShape4 | |
f15f | ClosedCaptionsInternational | |
f161 | TollSolid | |
f163 | TrafficCongestionSolid | |
f164 | ExploreContentSingle | |
f165 | CollapseContent | |
f166 | CollapseContentSingle | |
f167 | InfoSolid | |
f168 | GroupList | |
f169 | CaretBottomRightSolidCenter8 | |
f16a | ProgressRingDots | |
f16b | Checkbox14 | |
f16c | CheckboxComposite14 | |
f16d | CheckboxIndeterminateCombo14 | |
f16e | CheckboxIndeterminateCombo | |
f175 | StatusPause7 | |
f17f | CharacterAppearance | |
f180 | Lexicón | |
f182 | ScreenTime | |
f191 | HeadlessDevice | |
f193 | NetworkSharing | |
f19d | EyeGaze | |
f19e | ToggleLeft | |
f19f | ToggleRight | |
f1ad | WindowsInsider | |
f1cb | ChromeSwitch | |
f1cc | ChromeSwitchContast | |
f1d8 | StatusCheckmark | |
f1d9 | StatusCheckmarkLeft | |
f20c | KeyboardLeftAligned | |
f20d | KeyboardRightAligned | |
f210 | KeyboardSettings | |
f211 | NetworkPhysical | |
f22c | IoT | |
f22e | UnknownMirrored | |
f246 | ViewDashboard | |
f259 | ExploitProtectionSettings | |
f260 | KeyboardNarrow | |
f261 | Keyboard12Key | |
f26b | KeyboardDock | |
f26c | KeyboardUndock | |
f26d | KeyboardLeftDock | |
f26e | KeyboardRightDock | |
f270 | Oreja | |
f271 | PointerHand | |
f272 | Diana | |
f28b | DocumentApproval | |
f2b7 | LocaleLanguage |
PUA F300-F500
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de F3- a F5-.
Glifo | Punto de código Unicode | Descripción |
f32a | PassiveAuthentication | |
f354 | ColorSolid | |
f384 | NetworkOffline | |
f385 | NetworkConnected | |
f386 | NetworkConnectedCheckmark | |
f3b1 | SignOut | |
f3cc | StatusInfo | |
f3cd | StatusInfoLeft | |
f3e2 | NearbySharing | |
f3e7 | CtrlSpatialLeft | |
f404 | InteractiveDashboard | |
f405 | DeclineCall | |
f406 | ClippingTool | |
f407 | RectangularClipping | |
f408 | FreeFormClipping | |
f413 | CopyTo | |
f427 | IDBadge | |
f439 | DynamicLock | |
f45e | PenTips | |
f45f | PenTipsMirrored | |
f460 | HWPJoin | |
f461 | HWPInsert | |
f462 | HWPStrikeThrough | |
f463 | HWPScratchOut | |
f464 | HWPSplit | |
f465 | HWPNewLine | |
f466 | HWPOverwrite | |
f473 | MobWifiWarning1 | |
f474 | MobWifiWarning2 | |
f475 | MobWifiWarning3 | |
f476 | MobWifiWarning4 | |
f47f | MicLocationCombo | |
f49a | Globe2 | |
f4a5 | SpecialEffectSize | |
f4a9 | GIF | |
f4aa | Sticker2 | |
f4be | SurfaceHubSelected | |
f4bf | HoloLensSelected | |
f4c0 | Auriculares | |
f4c3 | MixVolumes | |
f540 | Caja fuerte | |
f552 | LaptopSecure | |
f56d | PrintDefault | |
f56e | PageMirrored | |
f56f | LandscapeOrientationMirrored | |
f570 | ColorOff | |
f571 | PrintAllPages | |
f572 | PrintCustomRange | |
f573 | PageMarginPortraitNarrow | |
f574 | PageMarginPortraitNormal | |
f575 | PageMarginPortraitModerate | |
f576 | PageMarginPortraitWide | |
f577 | PageMarginLandscapeNarrow | |
f578 | PageMarginLandscapeNormal | |
f579 | PageMarginLandscapeModerate | |
f57a | PageMarginLandscapeWide | |
f57b | CollateLandscape | |
f57c | CollatePortrait | |
f57d | CollatePortraitSeparated | |
f57e | DuplexLandscapeOneSided | |
f57f | DuplexLandscapeOneSidedMirrored | |
f580 | DuplexLandscapeTwoSidedLongEdge | |
f581 | DuplexLandscapeTwoSidedLongEdgeMirrored | |
f582 | DuplexLandscapeTwoSidedShortEdge | |
f583 | DuplexLandscapeTwoSidedShortEdgeMirrored | |
f584 | DuplexPortraitOneSided | |
f585 | DuplexPortraitOneSidedMirrored | |
f586 | DuplexPortraitTwoSidedLongEdge | |
f587 | DuplexPortraitTwoSidedLongEdgeMirrored | |
f588 | DuplexPortraitTwoSidedShortEdge | |
f589 | DuplexPortraitTwoSidedShortEdgeMirrored | |
f58a | PPSOneLandscape | |
f58b | PPSTwoLandscape | |
f58c | PPSTwoPortrait | |
f58d | PPSFourLandscape | |
f58e | PPSFourPortrait | |
f58f | HolePunchOff | |
f590 | HolePunchPortraitLeft | |
f591 | HolePunchPortraitRight | |
f592 | HolePunchPortraitTop | |
f593 | HolePunchPortraitBottom | |
f594 | HolePunchLandscapeLeft | |
f595 | HolePunchLandscapeRight | |
f596 | HolePunchLandscapeTop | |
f597 | HolePunchLandscapeBottom | |
f598 | StaplingOff | |
f599 | StaplingPortraitTopLeft | |
f59a | StaplingPortraitTopRight | |
f59b | StaplingPortraitBottomRight | |
f59c | StaplingPortraitTwoLeft | |
f59d | StaplingPortraitTwoRight | |
f59e | StaplingPortraitTwoTop | |
f59f | StaplingPortraitTwoBottom | |
f5a0 | StaplingPortraitBookBinding | |
f5a1 | StaplingLandscapeTopLeft | |
f5a2 | StaplingLandscapeTopRight | |
f5a3 | StaplingLandscapeBottomLeft | |
f5a4 | StaplingLandscapeBottomRight | |
f5a5 | StaplingLandscapeTwoLeft | |
f5a6 | StaplingLandscapeTwoRight | |
f5a7 | StaplingLandscapeTwoTop | |
f5a8 | StaplingLandscapeTwoBottom | |
f5a9 | StaplingLandscapeBookBinding | |
f5aa | StatusDataTransferRoaming | |
f5ab | MobSIMError | |
f5ac | CollateLandscapeSeparated | |
f5ad | PPSOnePortrait | |
f5ae | StaplingPortraitBottomLeft | |
f5b0 | PlaySolid | |
f5e7 | RepeatOff | |
f5ed | Set | |
f5ee | SetSolid | |
f5ef | FuzzyReading | |
f5f2 | VerticalBattery0 | |
f5f3 | VerticalBattery1 | |
f5f4 | VerticalBattery2 | |
f5f5 | VerticalBattery3 | |
f5f6 | VerticalBattery4 | |
f5f7 | VerticalBattery5 | |
f5f8 | VerticalBattery6 | |
f5f9 | VerticalBattery7 | |
f5fa | VerticalBattery8 | |
f5fb | VerticalBattery9 | |
f5fc | VerticalBattery10 | |
f5fd | VerticalBatteryCharging0 | |
f5fe | VerticalBatteryCharging1 | |
f5ff | VerticalBatteryCharging2 |
PUA F600-F800
En la siguiente tabla de glifos se muestran puntos Unicode con prefijo de F6- a F8-.
Glifo | Punto de código Unicode | Descripción |
f600 | VerticalBatteryCharging3 | |
f601 | VerticalBatteryCharging4 | |
f602 | VerticalBatteryCharging5 | |
f603 | VerticalBatteryCharging6 | |
f604 | VerticalBatteryCharging7 | |
f605 | VerticalBatteryCharging8 | |
f606 | VerticalBatteryCharging9 | |
f607 | VerticalBatteryCharging10 | |
f608 | VerticalBatteryUnknown | |
f618 | SIMError | |
f619 | SIMMissing | |
f61a | SIMLock | |
f61b | eSIM | |
f61c | eSIMNoProfile | |
f61d | eSIMLocked | |
f61e | eSIMBusy | |
f61f | NoiseCancelation | |
f620 | NoiseCancelationOff | |
f623 | MusicSharing | |
f624 | MusicSharingOff | |
f63c | CircleShapeSolid | |
f657 | WifiCallBars | |
f658 | WifiCall0 | |
f659 | WifiCall1 | |
f65a | WifiCall2 | |
f65b | WifiCall3 | |
f65c | WifiCall4 | |
f69e | CHTLanguageBar | |
f6a9 | ComposeMode | |
f6b8 | ExpressiveInputEntry | |
f6ba | EmojiTabMoreSymbols | |
f6fa | WebSearch | |
f712 | Quiosco multimedia | |
f714 | RTTLogo | |
f715 | VoiceCall | |
f716 | GoToMessage | |
f71a | ReturnToCall | |
f71c | StartPresenting | |
f71d | StartPresenting | |
f71e | ProductivityMode | |
f738 | SetHistoryStatus | |
f739 | SetHistoryStatus2 | |
f73d | Keyboardsettings20 | |
f73e | OneHandedRight20 | |
f73f | OneHandedLeft20 | |
f740 | Split20 | |
f741 | Full20 | |
f742 | Handwriting20 | |
f743 | ChevronLeft20 | |
f744 | ChevronLeft32 | |
f745 | ChevronRight20 | |
f746 | ChevronRight32 | |
f763 | Event12 | |
f781 | MicOff2 | |
f785 | DeliveryOptimization | |
f78a | CancelMedium | |
f78b | SearchMedium | |
f78c | AcceptMedium | |
f78d | RevealPasswordMedium | |
f7ad | DeleteWord | |
f7ae | DeleteWordFill | |
f7af | DeleteLines | |
f7b0 | DeleteLinesFill | |
f7b1 | InstertWords | |
f7b2 | InstertWordsFill | |
f7b3 | JoinWords | |
f7b4 | JoinWordsFill | |
f7b5 | OverwriteWords | |
f7b6 | OverwriteWordsFill | |
f7b7 | AddNewLine | |
f7b8 | AddNewLineFill | |
f7b9 | OverwriteWordsKorean | |
f7ba | OverwriteWordsFillKorean | |
f7bb | EducationIcon | |
f7ed | WindowSnipping | |
f7ee | VideoCapture | |
f809 | StatusSecured | |
f83b | NarratorApp | |
f83d | PowerButtonUpdate | |
f83e | RestartUpdate | |
f83f | UpdateStatusDot | |
f847 | Expulsar | |
f87b | Spelling | |
f87c | SpellingKorean | |
f87d | SpellingSerbian | |
f87e | SpellingChinese | |
f89a | FolderSelect | |
f8a5 | SmartScreen | |
f8a6 | ExploitProtection | |
f8aa | AddBold | |
f8ab | SubtractBold | |
f8ac | BackSolidBold | |
f8ad | ForwardSolidBold | |
f8ae | PauseBold | |
f8af | ClickSolid | |
f8b0 | SettingsSolid | |
f8b1 | MicrophoneSolidBold | |
f8b2 | SpeechSolidBold | |
f8b3 | ClickedOutLoudSolidBold |
Ejemplos
Sugerencia
La aplicación WinUI 3 Gallery incluye ejemplos interactivos de la mayoría de los controles, características y funcionalidades de WinUI 3. Obtenga la aplicación de Microsoft Store u obtenga el código fuente en GitHub.