New to Telerik UI for WPFStart a free 30-day trial

Glyphs Reference Sheet

Updated on Jun 24, 2026

Use this reference sheet to find the available glyphs in the TelerikWebUI font and the values you need to use them in XAML or code. The generated table below lists each glyph name together with its numeric and string values.

For the general glyph concepts, supported scenarios, and additional examples, see Glyphs Overview.

How to Use This Reference Sheet

Use the table on this page in the following way:

  • Use the glyph name when you want a readable static resource such as GlyphCalendar or GlyphDownload.
  • Use the string or numeric value when you need to generate or convert a glyph in code.
  • Prefer the glyph name over a hard-coded numeric value when possible because the resource name is easier to read and maintain.

The glyphs marked with * in the last column were introduced with the R2 2022 release.

Use a Glyph from the Table

After you choose a glyph from the reference sheet, use either its resource key or its string value in RadGlyph or in a text-hosting element.

Example 1: Use a glyph resource key in RadGlyph

xaml
<telerik:RadGlyph Glyph="{StaticResource GlyphCalendar}" FontSize="16" />

Example 2: Use a glyph string value directly in RadGlyph

xaml
<telerik:RadGlyph Glyph="&#xe021;" FontSize="16" />

This is often the quickest approach when you already know the string value from the table and want to set the glyph directly in XAML.

Example 3: Use a glyph resource key in a TextBlock

xaml
<TextBlock FontFamily="{x:Static telerik:RadGlyph.TelerikFontFamily}"
		   FontSize="16"
		   Text="{StaticResource GlyphCalendar}" />

If you use glyph resource keys as StaticResource values in a custom project, merge FontResources.xaml as described in Glyphs Overview.

Choose Between TelerikWebUI and TelerikFluentIcons

The reference sheet below lists the glyphs in the TelerikWebUI font, which is the default font for Telerik glyphs. If you use the Windows 11 theme or prefer the newer visual style, you can set the Font property of RadGlyph to TelerikFluentIcons, which provides a similar icon set with a different appearance.

Example 4: Use TelerikFluentIcons for a glyph

xaml
<telerik:RadGlyph Font="TelerikFluentIcons"
				  Glyph="{StaticResource GlyphCalendar}"
				  FontSize="16" />

Glyph List

Search the table by glyph name when you know the icon you want to use, or compare the string and numeric values when you need to work with glyphs programmatically.

TelerikFluentIcons GlyphTelerikWebUI GlyphGlyph NameGlyph numberGlyph string valueIs New?
Navigation and Layout
GlyphArrow45UpRighte000&#xe000;
GlyphArrow45DownRighte001&#xe001;
GlyphArrow45DownLefte002&#xe002;
GlyphArrow45UpLefte003&#xe003;
GlyphArrow60Upe004&#xe004;
GlyphArrow60Righte005&#xe005;
GlyphArrow60Downe006&#xe006;
GlyphArrow60Lefte007&#xe007;
GlyphArrowUpwarde008&#xe008;
GlyphArrowForwarde009&#xe009;
GlyphArrowDownwarde00A&#xe00a;
GlyphArrowBackwarde00B&#xe00b;
GlyphArrowDouble60Upe00C&#xe00c;
GlyphArrowDouble60Righte00D&#xe00d;
GlyphArrowDouble60Downe00E&#xe00e;
GlyphArrowDouble60Lefte00F&#xe00f;
GlyphArrowsKpie010&#xe010;
GlyphArrowsNoChangee011&#xe011;
GlyphArrowOverflowDowne012&#xe012;
GlyphArrowChevronUpe013&#xe013;
GlyphArrowChevronRighte014&#xe014;
GlyphArrowChevronDowne015&#xe015;
GlyphArrowChevronLefte016&#xe016;
GlyphArrowUpe017&#xe017;
GlyphArrowRighte018&#xe018;
GlyphArrowDowne019&#xe019;
GlyphArrowLefte01A&#xe01a;
GlyphArrowDrille01B&#xe01b;
GlyphArrowParente01C&#xe01c;
GlyphArrowRoote01D&#xe01d;
GlyphArrowsResizinge01E&#xe01e;
GlyphArrowsDimensionse01F&#xe01f;
GlyphArrowsSwape020&#xe020;
GlyphDragAndDrope021&#xe021;
GlyphCategorizee022&#xe022;
GlyphGride023&#xe023;
GlyphGridLayoute024&#xe024;
GlyphGroupe025&#xe025;
GlyphUngroupe026&#xe026;
GlyphHandlerDrage027&#xe027;
GlyphLayoute028&#xe028;
GlyphLayout1By4e029&#xe029;
GlyphLayout2By2e02A&#xe02a;
GlyphLayoutSideBySidee02B&#xe02b;
GlyphLayoutStackede02C&#xe02c;
GlyphColumnse02D&#xe02d;
GlyphRowse02E&#xe02e;
GlyphReordere02F&#xe02f;
GlyphMenue030&#xe030;
GlyphMoreVerticale031&#xe031;
GlyphMoreHorizontale032&#xe032;
GlyphOverlape033&#xe033;*
GlyphHomee034&#xe034;*
GlyphHeighte035&e035;*
GlyphWidthe036&#xe036;*
GlyphMaxHeighte037&#xe037;*
GlyphMaxWidthe038&#xe038;*
GlyphMinHeighte039&#xe039;*
GlyphMinWidthe03a&#xe03a;*
GlyphMargine03b&#xe03b;*
GlyphMarginTope03c&#xe03c;*
GlyphMarginRighte03d&#xe03d;*
GlyphMarginBottome03e&#xe03e;*
GlyphMarginLefte03f&#xe03f;*
GlyphPaddinge040&#xe040;*
GlyphPaddingTope041&#xe041;*
GlyphPaddingRighte042&#xe042;*
GlyphPaddingBottome043&#xe043;*
GlyphPaddingLefte044&#xe044;*
GlyphBorderStylee045&#xe045;*
GlyphBorderStyleTope046&#xe046;*
GlyphBorderStyleRighte047&#xe047;*
GlyphBorderStyleBottome048&#xe048;*
GlyphBorderStyleLefte049&#xe049;*
GlyphBorderRadiuse04a&#xe04a;*
GlyphBorderRadiusTopRighte04b&#xe04b;*
GlyphBorderRadiusBottomRighte04c&#xe04c;*
GlyphBorderRadiusBottomLefte04d&#xe04d;*
GlyphBorderRadiusTopLefte04e&#xe04e;*
GlyphOutlineWidthe04f&#xe04f;*
GlyphOutlineOffsete050&#xe050;*
GlyphBoxSizinge051&#xe051;*
GlyphPositionTope052&#xe052;*
GlyphPositionRighte053&#xe053;*
GlyphPositionBottome054&#xe054;*
GlyphPositionLefte055&#xe055;*
GlyphDisplayBlocke056&#xe056;*
GlyphDisplayInlineBlocke057&#xe057;*
GlyphDisplayFlexe058&#xe058;*
GlyphDisplayInlineFlexe059&#xe059;*
GlyphGapColumne05a&#xe05a;*
GlyphGapRowe05b&#xe05b;*
GlyphHandleResizeAlte05c&#xe05c;*
GlyphHandleResizee05d&#xe05d;*
GlyphChevronDoubleUpe05е&#xe05е;*
GlyphChevronDoubleRighte05f&#xe05f;*
GlyphChevronDoubleBottome060&#xe060;*
GlyphChevronDoubleLefte061&#xe061;*
Actione100
GlyphUndoe100&#xe100;
GlyphRedoe101&#xe101;
GlyphResete102&#xe102;
GlyphReloade103&#xe103;
GlyphNonRecurrencee104&#xe104;
GlyphResetSmalle105&#xe105;
GlyphReloadSmalle106&#xe106;
GlyphClocke107&#xe107;
GlyphCalendare108&#xe108;
GlyphSavee109&#xe109;
GlyphPrinte10A&#xe10a;
GlyphEdite10B&#xe10b;
GlyphDeletee10C&#xe10c;
GlyphAttachmente10D&#xe10d;
GlyphAttachment45e10E&#xe10e;
GlyphLinkHorizontale10F&#xe10f;
GlyphUnlinkHorizontale110&#xe110;
GlyphLinkVerticale111&#xe111;
GlyphUnlinkVerticale112&#xe112;
GlyphLocke113&#xe113;
GlyphUnlocke114&#xe114;
GlyphCancele115&#xe115;
GlyphCancelOutlinee116&#xe116;
GlyphCancelCirclee117&#xe117;
GlyphChecke118&#xe118;
GlyphCheckOutlinee119&#xe119;
GlyphCheckCirclee11A&#xe11a;
GlyphClosee11B&#xe11b;
GlyphCloseOutlinee11C&#xe11c;
GlyphCloseCirclee11D&#xe11d;
GlyphPluse11E&#xe11e;
GlyphPlusOutlinee11F&#xe11f;
GlyphPlusCirclee120&#xe120;
GlyphMinuse121&#xe121;
GlyphMinusOutlinee122&#xe122;
GlyphMinusCirclee123&#xe123;
GlyphSortAsce124&#xe124;
GlyphSortDesce125&#xe125;
GlyphUnsorte126&#xe126;
GlyphSortAscSmalle127&#xe127;
GlyphSortDescSmalle128&#xe128;
GlyphFiltere129&#xe129;
GlyphFilterCleare12A&#xe12a;
GlyphFilterSmalle12B&#xe12b;
GlyphFilterSortAscSmalle12C&#xe12c;
GlyphFilterSortDescSmalle12D&#xe12d;
GlyphFilterAddExpressione12E&#xe12e;
GlyphFilterAddGroupe12F&#xe12f;
GlyphLogine130&#xe130;
GlyphLogoute131&#xe131;
GlyphDownloade132&#xe132;
GlyphUploade133&#xe133;
GlyphHyperlinkOpene134&#xe134;
GlyphHyperlinkOpenSmalle135&#xe135;
GlyphLaunche136&#xe136;
GlyphWindowe137&#xe137;
GlyphWindowCollapsee138&#xe138;
GlyphMinimizee139&#xe139;
GlyphGeare13A&#xe13a;
GlyphGearse13B&#xe13b;
GlyphWrenche13C&#xe13c;
GlyphPreviewe13D&#xe13d;
GlyphZoome13E&#xe13e;
GlyphZoomIne13F&#xe13f;
GlyphZoomOute140&#xe140;
GlyphPane141&#xe141;
GlyphCalculatore142&#xe142;
GlyphCarte143&#xe143;*
GlyphConnectore144&#xe144;*
GlyphPlusSme145&#xe145;*
GlyphMinusSme146&#xe146;*
GlyphKpiStatusDenye147&#xe147;*
GlyphKpiStatusHolde148&#xe148;*
GlyphKpiStatusOpene149&#xe149;*
GlyphEquale14A&#xe14a;
GlyphNotEquale14B&#xe14b;
GlyphLessThanOrEquale14C&#xe14c;
GlyphGreaterThanOrEquale14D&#xe14d;
GlyphDividee14E&#xe14e;
GlyphAccessibilitye14f&#xe14f;*
GlyphBarcodeOutlinee150&#xe150;*
GlyphBarcodee151&#xe151;*
GlyphBarcodeScannere152&#xe152;*
GlyphQrCodeOutlinee153&#xe153;*
GlyphQrCodee154&#xe154;*
GlyphQrCodeScannere155&#xe155;*
GlyphBarcodeQrCodeScannere156&am#xe156;*
GlyphSignaturee157&#xe157;*
GlyphHande158&#xe158;*
GlyphCursore159&#xe159;*
GlyphSticke15a&#xe15a;*
GlyphUnsticke15b&#xe15b;*
GlyphSetColumnPositione15c&#xe15c;*
Mediae200
GlyphPlaye200&#xe200;
GlyphPausee201&#xe201;
GlyphStope202&#xe202;
GlyphRewinde203&#xe203;
GlyphForwarde204&#xe204;
GlyphVolumeDowne205&#xe205;
GlyphVolumeUpe206&#xe206;
GlyphVolumeOffe207&#xe207;
GlyphHde208&#xe208;
GlyphSubtitlese209&#xe209;
GlyphPlayliste20A&#xe20a;
GlyphAudioe20B&#xe20b;
GlyphPlaySme20c&#xe20c;*
GlyphPauseSme20d&#xe20d;*
GlyphStopSme20e&#xe20e;*
Togglee300
GlyphHeartOutlinee300&#xe300;
GlyphHearte301&#xe301;
GlyphStarOutlinee302&#xe302;
GlyphStare303&#xe303;
GlyphCheckBoxe304&#xe304;
GlyphCheckBoxCheckede305&#xe305;
GlyphThreeStateIndeterminatee306&#xe306;
GlyphThreeStateNulle307&#xe307;
GlyphCirclee308&#xe308;
GlyphRadioButtone309&#xe309;
GlyphRadioButtonCheckede30A&#xe30a;
Alert and Notificatione400
GlyphNotificatione400&#xe400;
GlyphInformatione401&#xe401;
GlyphQuestione402&#xe402;
GlyphWarninge403&#xe403;
Imagee500
GlyphPhotoCamerae500&#xe500;
GlyphImagee501&#xe501;
GlyphImageExporte502&#xe502;
GlyphZoomActualSizee503&#xe503;
GlyphZoomBestFite504&#xe504;
GlyphImageResizee505&#xe505;
GlyphCrope506&#xe506;
GlyphMirrore507&#xe507;
GlyphFlipHorizontale508&#xe508;
GlyphFlipVerticale509&#xe509;
GlyphRotatee50A&#xe50a;
GlyphRotateRighte50B&#xe50b;
GlyphRotateLefte50C&#xe50c;
GlyphBrushe50D&#xe50d;
GlyphPalettee50E&#xe50e;
GlyphPainte50F&#xe50f;
GlyphLinee510&#xe510;
GlyphBrightnessContraste511&#xe511;
GlyphSaturatione512&#xe512;
GlyphInvertColorse513&#xe513;
GlyphTransperancye514&#xe514;
GlyphGreyscalee515&#xe515;
GlyphBlure516&#xe516;
GlyphSharpene517&#xe517;
GlyphShapee518&#xe518;
GlyphRoundCornerse519&#xe519;
GlyphFrontElemente51A&#xe51a;
GlyphBackElemente51B&#xe51b;
GlyphForwardElemente51C&#xe51c;
GlyphBackwardElemente51D&#xe51d;
GlyphAlignLeftElemente51E&#xe51e;
GlyphAlignCenterElemente51F&#xe51f;
GlyphAlignRightElemente520&#xe520;
GlyphAlignTopElemente521&#xe521;
GlyphAlignMiddleElemente522&#xe522;
GlyphAlignBottomElemente523&#xe523;
GlyphThumbnailsUpe524&#xe524;
GlyphThumbnailsRighte525&#xe525;
GlyphThumbnailsDowne526&#xe526;
GlyphThumbnailsLefte527&#xe527;
GlyphFullScreene528&#xe528;
GlyphFullScreenExite529&#xe529;
GlyphResetColore52a&#xe52a;*
GlyphImagese52b&#xe52b;*
GlyphAlignToGride52c&#xe52c;*
GlyphSizeToGride52d&#xe52d;*
GlyphMakeSameSizee52e&#xe52e;*
GlyphMakeSameWidthe52f&#xe52f;*
GlyphMakeSameHeighte530&#xe530;*
GlyphMakeHorizontalSpacingEquale531&#xe531;*
GlyphIncreaseHorizontalSpacinge532&#xe532;*
GlyphDecreaseHorizontalSpacinge533&#xe533;*
GlyphRemoveHorizontalSpacinge534&#xe534;*
GlyphMakeVerticalSpacingEquale535&#xe535;*
GlyphIncreaseVerticalSpacinge536&#xe536;*
GlyphDecreaseVerticalSpacinge537&#xe537;*
GlyphRemoveVerticalSpacinge538&#xe538;*
GlyphEyedroppere539&#xe539;*
GlyphSnapGride53a&#xe53a;*
GlyphSnapToGridlinese53b&#xe53b;*
GlyphSnapToSnaplinese53c&#xe53c;*
GlyphDimentionse53d&#xe53d;*
GlyphAlignStretchElementHorizontale53e&#xe53e;*
GlyphAlignStretchElementVerticale53f&#xe53f;*
GlyphAlignLeftElementse540&#xe540;*
GlyphAlignCenterElementse541&#xe541;*
GlyphAlignRightElementse542&#xe542;*
GlyphAlignStretchElementsHorizontale543&#xe543;*
GlyphAlignBaselineHorizontale544&#xe544;*
GlyphAlignTopElementse545&#xe545;*
GlyphAlignMiddleElementse546&#xe546;*
GlyphAlignBottomElementse547&#xe547;*
GlyphAlignStretchElementsVerticale548&#xe548;*
GlyphAlignBaselineVerticale549&#xe549;*
GlyphJustifyStartHorizontale54a&#xe54a;*
GlyphJustifyCenterHorizontale54b&#xe54b;*
GlyphJustifyEndHorizontale54c&#xe54c;*
GlyphJustifyBetweenHorizontale54d&#xe54d;*
GlyphJustifyAroundHorizontale54e&#xe54e;*
GlyphJustifyStartVerticale54f&#xe54f;*
GlyphJustifyCenterVerticale550&#xe550;*
GlyphJustifyEndVerticale551&#xe551;*
GlyphJustifyBetweenVerticale552&#xe552;*
GlyphJustifyAroundVerticale553&#xe553;*
GlyphColorCanvase554&#xe554;*
Editore600
GlyphPagePropertiese600&#xe600;
GlyphBolde601&#xe601;
GlyphItalice602&#xe602;
GlyphUnderlinee603&#xe603;
GlyphFontFamilye604&#xe604;
GlyphForegroundColore605&#xe605;
GlyphConvertLowercasee606&#xe606;
GlyphConvertUppercasee607&#xe607;
GlyphStrikethroughe608&#xe608;
GlyphSubScripte609&#xe609;
GlyphSupScripte60A&#xe60a;
GlyphDive60B&#xe60b;
GlyphAlle60C&#xe60c;
GlyphH1e60D&#xe60d;
GlyphH2e60E&#xe60e;
GlyphH3e60F&#xe60f;
GlyphH4e610&#xe610;
GlyphH5e611&#xe611;
GlyphH6e612&#xe612;
GlyphListNumberede613&#xe613;
GlyphListUnorderede614&#xe614;
GlyphIndentIncreasee615&#xe615;
GlyphIndentDecreasee616&#xe616;
GlyphInsertUpe617&#xe617;
GlyphInsertMiddlee618&#xe618;
GlyphInsertDowne619&#xe619;
GlyphAlignTope61A&#xe61a;
GlyphAlignMiddlee61B&#xe61b;
GlyphAlignBottome61C&#xe61c;
GlyphAlignLefte61D&#xe61d;
GlyphAlignCentere61E&#xe61e;
GlyphAlignRighte61F&#xe61f;
GlyphAlignJustifye620&#xe620;
GlyphAlignRemovee621&#xe621;
GlyphTextWrape622&#xe622;
GlyphRuleHorizontale623&#xe623;
GlyphTableAlignTopLefte624&#xe624;
GlyphTableAlignTopCentere625&#xe625;
GlyphTableAlignTopRighte626&#xe626;
GlyphTableAlignMiddleLefte627&#xe627;
GlyphTableAlignMiddleCentere628&#xe628;
GlyphTableAlignMiddleRighte629&#xe629;
GlyphTableAlignBottomLefte62A&#xe62a;
GlyphTableAlignBottomCentere62B&#xe62b;
GlyphTableAlignBottomRighte62C&#xe62c;
GlyphTableAlignRemovee62D&#xe62d;
GlyphBordersAlle62E&#xe62e;
GlyphBordersOutsidee62F&#xe62f;
GlyphBordersInsidee630&#xe630;
GlyphBordersInsideHorizontale631&#xe631;
GlyphBordersInsideVerticale632&#xe632;
GlyphBorderTope633&#xe633;
GlyphBorderBottome634&#xe634;
GlyphBorderLefte635&#xe635;
GlyphBorderRighte636&#xe636;
GlyphBorderNoe637&#xe637;
GlyphBordersShowHidee638&#xe638;
GlyphForme639&#xe639;
GlyphFormElemente63A&#xe63a;
GlyphCodeSnippete63B&#xe63b;
GlyphSelectAlle63C&#xe63c;
GlyphButtone63D&#xe63d;
GlyphSelectBoxe63E&#xe63e;
GlyphCalendarDatee63F&#xe63f;
GlyphGroupBoxe640&#xe640;
GlyphTextareae641&#xe641;
GlyphTextboxe642&#xe642;
GlyphTextboxHiddene643&#xe643;
GlyphPassworde644&#xe644;
GlyphParagraphAdde645&#xe645;
GlyphEditToolse646&#xe646;
GlyphTemplateManagere647&#xe647;
GlyphChangeManuallye648&#xe648;
GlyphTrackChangese649&#xe649;
GlyphTrackChangesEnablee64A&#xe64a;
GlyphTrackChangesAccepte64B&#xe64b;
GlyphTrackChangesAcceptAlle64C&#xe64c;
GlyphTrackChangesRejecte64D&#xe64d;
GlyphTrackChangesRejectAlle64E&#xe64e;
GlyphDocumentManagere64F&#xe64f;
GlyphCustomIcone650&#xe650;
GlyphDictionaryAdde651&#xe651;
GlyphImageLightDialoge652&#xe652;
GlyphImageEdite653&#xe653;
GlyphImageMapEditore654&#xe654;
GlyphCommente655&#xe655;
GlyphCommentRemovee656&#xe656;
GlyphCommentsRemoveAlle657&#xe657;
GlyphSilverlighte658&#xe658;
GlyphMediaManagere659&#xe659;
GlyphVideoExternale65A&#xe65a;
GlyphFlashManagere65B&#xe65b;
GlyphFindAndReplacee65C&#xe65c;
GlyphCopye65D&#xe65d;
GlyphCute65E&#xe65e;
GlyphPastee65F&#xe65f;
GlyphPasteAsHtmle660&#xe660;
GlyphPasteFromWorde661&#xe661;
GlyphPasteFromWordStripFilee662&#xe662;
GlyphPasteHtmle663&#xe663;
GlyphPasteMarkdowne664&#xe664;
GlyphPastePlainTexte665&#xe665;
GlyphApplyFormate666&#xe666;
GlyphClearCsse667&#xe667;
GlyphCopyFormate668&#xe668;
GlyphStripAllFormatinge669&#xe669;
GlyphStripCssFormate66A&#xe66a;
GlyphStripFontElementse66B&#xe66b;
GlyphStripSpanElementse66C&#xe66c;
GlyphStripWordFormattinge66D&#xe66d;
GlyphFormatCodeBlocke66E&#xe66e;
GlyphStyleBuildere66F&#xe66f;
GlyphModuleManagere670&#xe670;
GlyphHyperlinkLightDialoge671&#xe671;
GlyphHyperlinke672&#xe672;
GlyphHyperlinkRemovee673&#xe673;
GlyphHyperlinkEmaile674&#xe674;
GlyphAnchore675&#xe675;
GlyphTableLightDialoge676&#xe676;
GlyphTablee677&#xe677;
GlyphTablePropertiese678&#xe678;
GlyphTableCelle679&#xe679;
GlyphTableCellPropertiese67A&#xe67a;
GlyphTableColumnInsertLefte67B&#xe67b;
GlyphTableColumnInsertRighte67C&#xe67c;
GlyphTableRowInsertAbovee67D&#xe67d;
GlyphTableRowInsertBelowe67E&#xe67e;
GlyphTableColumnDeletee67F&#xe67f;
GlyphTableRowDeletee680&#xe680;
GlyphTableCellDeletee681&#xe681;
GlyphTableDeletee682&#xe682;
GlyphCellsMergee683&#xe683;
GlyphCellsMergeHorizontallye684&#xe684;
GlyphCellsMergeVerticallye685&#xe685;
GlyphCellSplitHorizontallye686&#xe686;
GlyphCellSplitVerticallye687&#xe687;
GlyphTableUnmergee688&#xe688;
GlyphPaneFreezee689&#xe689;
GlyphRowFreezee68A&#xe68a;
GlyphColumnFreezee68B&#xe68b;
GlyphToolbarFloate68C&#xe68c;
GlyphSpellCheckere68D&#xe68d;
GlyphValidationXhtmle68E&#xe68e;
GlyphValidationDatae68F&#xe68f;
GlyphToggleFullScreenModee690&#xe690;
GlyphFormulaFxe691&#xe691;
GlyphSume692&#xe692;
GlyphSymbole693&#xe693;
GlyphDollare694&#xe694;
GlyphPercente695&#xe695;
GlyphCustomFormate696&#xe696;
GlyphDecimalIncreasee697&#xe697;
GlyphDecimalDecreasee698&#xe698;
GlyphFontSizee699&#xe699;*
GlyphImageAbsolutePositione69a&#xe69a;*
GlyphWizardTablee69b&#xe69b;*
GlyphCrosstabe69c&#xe69c;*
GlyphWizardCrosstabe69d&#xe69d;*
GlyphTableBodye69e&#xe69e;*
GlyphTableColumnGroupse69f&#xe69f;*
GlyphTableCornere6a0&#xe6a0;*
GlyphTableRowGroupse6a1&#xe6a1;*
GlyphTablePositionLefte6a2&#xe6a2;*
GlyphTablePositionCentere6a3&#xe6a3;*
GlyphTablePositionRighte6a4&#xe6a4;*
GlyphListRomanBige6a5&#xe6a5;*
GlyphListRomanSmalle6a6&#xe6a6;*
GlyphImporte6a7&#xe6a7;*
GlyphExporte6a8&#xe6a8;*
GlyphMatchFullWorde6a9&#xe6a9;*
GlyphRegularExpressione6ab&#xe6ab;*
GlyphReplaceSinglee6ac&#xe6ac;*
GlyphReplaceAlle6ad&#xe6ad;*
GlyphLetterSpacee6ae&#xe6ae;*
GlyphLineHeighte6af&#xe6af;*
GlyphBlockquotee6b0&#xe6b0;*
Mape700
GlyphGlobeOutlinee700&#xe700;
GlyphGlobee701&#xe701;
GlyphMarkerPine702&#xe702;
GlyphMarkerPinTargete703&#xe703;
GlyphPine704&#xe704;
GlyphUnpine705&#xe705;
Sociale800
GlyphSharee800&#xe800;
GlyphUsere801&#xe801;
GlyphInboxe802&#xe802;
GlyphBloggere803&#xe803;
GlyphBloggerBoxe804&#xe804;
GlyphDeliciouse805&#xe805;
GlyphDeliciousBoxe806&#xe806;
GlyphDigge807&#xe807;
GlyphDiggBoxe808&#xe808;
GlyphEmaile809&#xe809;
GlyphEmailBoxe80A&#xe80a;
GlyphFacebooke80B&#xe80b;
GlyphFacebookBoxe80C&#xe80c;
GlyphGoogleBookmarkse80D&#xe80d;
GlyphGoogleBookmarksBoxe80E&#xe80e;
GlyphGooglePluse80F&#xe80f;
GlyphGooglePlusBoxe810&#xe810;
GlyphLinkedine811&#xe811;
GlyphLinkedinBoxe812&#xe812;
GlyphMyspacee813&#xe813;
GlyphMyspaceBoxe814&#xe814;
GlyphPintereste815&#xe815;
GlyphPinterestBoxe816&#xe816;
GlyphReddite817&#xe817;
GlyphRedditBoxe818&#xe818;
GlyphStumbleUpone819&#xe819;
GlyphStumbleUponBoxe81A&#xe81a;
GlyphTellAFriende81B&#xe81b;
GlyphTellAFriendBoxe81C&#xe81c;
GlyphTumblre81D&#xe81d;
GlyphTumblrBoxe81E&#xe81e;
GlyphTwittere81F&#xe81f;
GlyphTwitterBoxe820&#xe820;
GlyphYammere821&#xe821;
GlyphYammerBoxe822&#xe822;
Behancee823&#xe823;*
BehanceBoxe824&#xe824;*
Dribbblee825&#xe825;*
DribbbleBoxe826&#xe826;*
Rsse827&#xe827;*
RssBoxe828&#xe828;*
Vimeoe829&#xe829;*
VimeoBoxe82a&#xe82a;*
Youtubee82b&#xe82b;*
YoutubeBoxe82c&#xe82c;*
Filee900
GlyphFoldere900&#xe900;
GlyphFolderOpene901&#xe901;
GlyphFolderAdde902&#xe902;
GlyphFolderUpe903&#xe903;
GlyphFieldsMoree904&#xe904;
GlyphAggregateFieldse905&#xe905;
GlyphFilee906&#xe906;
GlyphFileAdde907&#xe907;
GlyphTxte908&#xe908;
GlyphCsve909&#xe909;
GlyphExcele90A&#xe90a;
GlyphWorde90B&#xe90b;
GlyphMdbe90C&#xe90c;
GlyphPpte90D&#xe90d;
GlyphPdfe90E&#xe90e;
GlyphPsde90F&#xe90f;
GlyphFlashe910&#xe910;
GlyphConfige911&#xe911;
GlyphAscxe912&#xe912;
GlyphBace913&#xe913;
GlyphZipe914&#xe914;
GlyphFilme915&#xe915;
GlyphCss3e916&#xe916;
GlyphHtml5e917&#xe917;
GlyphHtmle918&#xe918;
GlyphCsse919&#xe919;
GlyphJse91A&#xe91a;
GlyphExee91B&#xe91b;
GlyphCsproje91C&#xe91c;
GlyphVbproje91D&#xe91d;
GlyphCse91E&#xe91e;
GlyphVbe91F&#xe91f;
GlyphSlne920&#xe920;
GlyphCloude921&#xe921;
GlyphFileHorizontale922&#xe922;*
GlyphSubreporte923&#xe923;*
GlyphDatae924&#xe924;*
GlyphReportHeaderSectione925&#xe925;*
GlyphReportFooterSectione926&#xe926;*
GlyphGroupHeaderSectione927&#xe927;*
GlyphGroupFooterSectione928&#xe928;*
GlyphPageHeaderSectione929&#xe929;*
GlyphPageFooterSectione92a&#xe92a;*
GlyphDetailSectione92b&#xe92b;*
GlyphTocSectione92c&#xe92c;*
GlyphGroupSectione92d&#xe92d;*
GlyphParameterse92e&#xe92e;*
GlyphDataCsve92f&#xe92f;*
GlyphDataJsone930&#xe930;*
GlyphDataSqle931&#xe931;*
GlyphDataWebe932&#xe932;*
GlyphGroupCollectione933&#xe933;*
GlyphParameterBooleane934&#xe934;*
GlyphParameterDateTimee935&#xe935;*
GlyphParameterFloate936&#xe936;*
GlyphParameterIntegere937&#xe937;*
GlyphParameterStringe938&#xe938;*
GlyphTocSectionLevele939&#xe939;*
GlyphInheritede93a&#xe93a;*
GlyphFileVideoe93b&#xe93b;*
GlyphFileAudioe93c&#xe93c;*
GlyphFileImagee93d&#xe93d;*
GlyphFilePresentatione93e&#xe93e;*
GlyphFileDatae93f&#xe93f;*
GlyphFileDiscImagee940&#xe940;*
GlyphFileProgramminge941&#xe941;*
GlyphParametersByteArraye942&#xe942;*
GlyphParametersUnknowne943&#xe943;*
GlyphFileErrore944&#xe944;*
GlyphFilesErrore945&#xe945;*
GlyphDataReste946&#xe946;*
GlyphFileTypescripte947&#xe947;*
Chartsea00
GlyphGraphea00&#xea00;*
GlyphColumnClusteredea01&#xea01;*
GlyphColumnStackedea02&#xea02;*
GlyphColumnStacked100ea03&#xea03;*
GlyphColumnRangeea04&#xea04;*
GlyphBarClusteredea05&#xea05;*
GlyphBarStackedea06&#xea06;*
GlyphBarStacked100ea07&#xea07;*
GlyphBarRangeea08&#xea08;*
GlyphAreaClusteredea09&#xea09;*
GlyphAreaStackedea0a&#xea0a;*
GlyphAreaStacked100ea0b&#xea0b;*
GlyphAreaRangeea0c&#xea0c;*
GlyphLine1ea0d&#xea0d;*
GlyphLineStackedea0e&#xea0e;*
GlyphLineStacked100ea0f&#xea0f;*
GlyphLineMarkersea10&#xea10;*
GlyphLineStackedMarkersea11&#xea11;*
GlyphLineStacked100Markersea12&#xea12;*
GlyphPieea13&#xea13;*
GlyphDoughnutea14&#xea14;*
GlyphScatterea15&#xea15;*
GlyphScatterSmoothLinesMarkersea16&#xea16;*
GlyphScatterSmoothLinesea17&#xea17;*
GlyphScatterStraightLinesMarkersea18&#xea18;*
GlyphScatterStraightLinesea19&#xea19;*
GlyphBubbleea1a&#xea1a;*
GlyphCandleStickea1b&#xea1b;*
GlyphBarea1c&#xea1c;*
GlyphRadarea1d&#xea1d;*
GlyphRadarMarkersea1e&#xea1e;*
GlyphRadarFilledea1f&#xea1f;*
GlyphRoseea20&#xea20;*
GlyphChoroplethea21&#xea21;*

See Also