Navigation
| Name | SlateCore |
| Type | Runtime |
| Location | /Engine/Source/Runtime/SlateCore/ |
| Module Build Rules | SlateCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAppStyle | AppStyle class |
| FArrangedChildren | The results of an ArrangeChildren are always returned as an FArrangedChildren. |
| FArrangedWidget | A pair: Widget and its Geometry. |
| FBasicLayoutWidgetSlot | The basic slot that can be used by layout. |
| FCharacterList | Manages a potentially large list of non-shaped characters Uses a directly indexed by TCHAR array until space runs out and then maps the rest to conserve memory Every character indexed by TCHAR could potentially cost a lot of memory of a lot of empty entries are created because characters being used are far apart |
| FChildren | FChildren is an interface that must be implemented by all child containers. |
| FCombinedChildren | Occasionally you may need to keep multiple discrete sets of children with differing slot requirements. |
| FCoreStyle | Core slate style |
| FCursorReply | A reply to the OnQueryCursor event. |
| FDragAndDropVerticalBoxOp | |
| FDragDropEvent | Like a mouse event but with content |
| FDragDropOperation | A base class for a DragAndDrop operation which supports reflection. |
| FExternalDragOperation | An external drag and drop operation that originates outside of slate. E.g. an OLE drag and drop. |
| FGameDragDropOperation | |
| FHittestGrid | |
| FHitTesting | Private interface to control which classes are allowed to perform hit-testing. |
| FInvalidatableBrushAttribute | |
| FInvisibleToWidgetReflectorMetaData | When using the widget reflector, it may be necessary to make some widgets non-pickable, like the debug canvas. |
| FLayoutGeometry | |
| FLayoutLocalization | Class containing utilities for getting layout localization information. |
| FNavigationMetaData | Metadata to override the navigation behavior or regular SWidget |
| FNavigationReply | A FNavigationReply is something that a Slate navigation event returns to the system to notify it about the boundary rules for navigation. |
| FNoChildren | Widgets with no Children can return an instance of FNoChildren. |
| FNoReply | A reply type for events that return a void reply. e.g. OnMouseLeave() |
| FNullSlateSoundDevice | Silent implementation of ISlateSoundDevice; it plays nothing. |
| FOverlayPopupLayer | Simple overlay layer to allow content to be laid out on a Window or similar widget. |
| FPaintArgs | SWidget::OnPaint and SWidget::Paint use FPaintArgs as their sole parameter in order to ease the burden of passing through multiple fields. |
| FPopupLayer | An FPopupLayer hosts the pop-up content which could be anything you want to appear on top of a widget. |
| FPopupMethodReply | Reply informs Slate how it should express the popup: by creating a new window or by reusing the existing window. |
| FReflectionMetaData | Reflection meta-data that can be used by the widget reflector to determine additional information about slate widgets that are constructed by UObject classes for UMG. |
| FReply | A Reply is something that a Slate event returns to the system to notify it about certain aspect of how an event was handled. |
| FReplyBase | Base class for all the ways that a Slate Widget can reply to events. |
| FShapedGlyphSequence | Information for rendering a shaped text sequence |
| FSimulatedNavigationMetaData | Navigation meta data to used when using the Navigation Event Simulator The OnNavigation function is not call by default on the widget, unless specified with "IsOnNavigationConst". |
| FSingleWidgetChildrenWithBasicLayoutSlot | |
| FSingleWidgetChildrenWithSlot | A FChildren that has only one child. |
| FSlateApplicationBase | Base class for Slate applications. |
| FSlateAttributeDescriptor | Describes the static information about a Widget's type SlateAttributes. |
| FSlateAttributeMetaData | |
| FSlateBatchData | |
| FSlateCachedClipState | |
| FSlateClippingManager | The clipping manager maintain the running clip state. |
| FSlateClippingState | Captures everything about a single draw calls clipping state. |
| FSlateClippingZone | The Clipping Zone represents some arbitrary plane segment that can be used to clip the geometry in Slate. |
| FSlateControlledConstruction | |
| FSlateDebugging | |
| FSlateDrawBuffer | Implements a draw buffer for Slate. |
| FSlateDrawElement | FSlateDrawElement is the building block for Slate's rendering interface. |
| FSlateElementBatch | Represents an a set of slate draw elements that are batched together These later get converted into FSlateRenderBatches for final rendering |
| FSlateElementBatcher | A class which batches Slate elements for rendering |
| FSlateFlushableAtlasCache | Base class for any atlas cache which has flushing logic to keep the number of in use pages small |
| FSlateFontAtlas | Representation of a texture for fonts in which characters are packed tightly based on their bounding rectangle |
| FSlateFontCache | Font caching implementation Caches characters into textures as needed |
| FSlateFontMeasure | |
| FSlateFontServices | Provides access to the game and render thread font caches that Slate should use |
| FSlateIconFinder | Class used for finding icons within a registered set of styles |
| FSlateInvalidationRoot | |
| FSlateLayoutTransform | |
| FSlateObjectReferenceCollector | Used to gather all the referenced UObjects used by Slate when rendering a frame. |
| FSlateRect | A rectangle defined by upper-left and lower-right corners. |
| FSlateRenderBatch | |
| FSlateRenderer | Abstract base class for Slate renderers. |
| FSlateRenderingPolicy | Abstract base class for Slate rendering policies. |
| FSlateResourceHandle | A SlateResourceHandle is used as fast path for looking up a rendering resource for a given brush when adding Slate draw elements This can be cached and stored safely in code. |
| FSlateShaderResource | Base class for all platform independent texture types |
| FSlateShaderResourceManager | Base texture manager class used by a Slate renderer to manage texture resources |
| FSlateShaderResourceProxy | A proxy resource. |
| FSlateSharedHandleData | Data used to lookup a resource from a handle and to determine validity of the handle. |
| FSlateStyleRegistry | A central repository that can be used to track and manage chunks of slate style data. |
| FSlateStyleSet | A slate style chunk that contains a collection of named properties that guide the appearance of Slate. |
| FSlateSVGRasterizer | |
| FSlateTextureAtlas | Base class texture atlases in Slate |
| FSlateThrottleManager | A class which manages requests to throttle parts of the engine to ensure Slate UI performance |
| FSlateUpdatableTexture | An interface to deal with a slate texture that can be updated dynamically |
| FSlateVectorGraphicsCache | |
| FSlateWidgetClassData | |
| FSlateWindowElementList | Represents a top level window and its draw elements. |
| FSlateWindowHelper | Implements a manager for Slate windows. |
| FSlotBase | Slot are a container of a SWidget used by the FChildren. |
| FStarshipCoreStyle | Core slate style |
| FStyleDefaults | |
| FTagMetaData | Simple tagging metadata |
| FThrottleRequest | A handle to a throttle request made to the throttle manager Throttles can only be ended by passing back a request |
| FTouchKeySet | Helper class to auto-populate a set with the set of "keys" a touch represents |
| FTrackedMetaData | MetaData used to add and remove widgets to the Slate Widget Tracker for the specified tags. |
| FTrackedWidgetsChangedEvent | |
| FUMGCoreStyle | Core slate style |
| FWeakWidgetPath | Just like a WidgetPath, but uses weak pointers and does not store geometry. |
| FWidgetPath | A widget path is a vertical slice through the tree. |
| FWidgetProxy | |
| FWidgetProxyHandle | |
| FWidgetStyle | Contains info about those aspects of widget appearance that should be propagated hierarchically. |
| FWindowActivateEvent | FWindowActivateEvent describes a window being activated or deactivated. |
| SBoxPanel | A BoxPanel contains one child and describes how that child should be arranged on the screen. |
| SCompoundWidget | A CompoundWidget is the base from which most non-primitive widgets should be built. |
| SDragAndDropVerticalBox | A Vertical Box Panel. See SBoxPanel for more info. |
| SHorizontalBox | A Horizontal Box Panel. See SBoxPanel for more info. |
| SImage | Implements a widget that displays an image with a desired width and height. |
| SLayeredImage | A slate widget to draw an arbitrary number of images over top of each other |
| SLeafWidget | Implements a leaf widget. |
| SNullWidget | Implements a widget that can be used as a placeholder. |
| SOverlay | Implements an overlay widget. |
| SPanel | A Panel arranges its child widgets on the screen. |
| SStackBox | A Stack Box Panel that stack vertically or horizontally. |
| SUserWidget | Use SUserWidget as a base class to build aggregate widgets that are not meant to serve as low-level building blocks. |
| SVerticalBox | A Vertical Box Panel. See SBoxPanel for more info. |
| SWidget | HOW TO DEPRECATE SLATE_ATTRIBUTES |
| SWindow | SWindow is a platform-agnostic representation of a top-level window. |
| TAlignmentSingleWidgetSlotMixin | Mixin to add the alignment functionality to a base slot that is also a single children. |
| TAlignmentWidgetSlotMixin | Mixin to add the alignment functionality to a base slot. |
| TBasicLayoutWidgetSlot | A templated basic slot that can be used by layout. |
| TOneDynamicChild | Required to implement GetChildren() in a way that can dynamically return the currently active child. |
| TPaddingSingleWidgetSlotMixin | Mixin to add the padding functionality to a base slot that is also a single children. |
| TPaddingWidgetSlotMixin | Mixin to add the padding functionality to a base slot. |
| TPanelChildren | A generic FChildren that stores children along with layout-related information. |
| TPanelChildrenConstIterator | |
| TReplyBase | |
| TResizingWidgetSlotMixin | Mixin to add resizing functionality to a base slot. |
| TSingleWidgetChildrenWithBasicLayoutSlot | A FChildren that has only one child and support alignment and padding. |
| TSingleWidgetChildrenWithSlot | A FChildren that has only one child and can take a templated slot. |
| TSlateTexture | Abstract base class for platform independent texture resource accessible by the shader. |
| TSlotBase | A slot that can be used by the declarative syntax. |
| TSlotlessChildren | Some advanced widgets contain no layout information, and do not require slots. |
| TSlotProxyIterator | A custom iterator for FSlotProxy implementations, with behavior similar to TPanelChildrenConstIterator. |
| TSpring1D | One-dimensional spring simulation |
| TWeakChild | For widgets that do not own their content, but are responsible for presenting someone else's content. |
| TWidgetSlotWithAttributeSupport | A base slot that supports TSlateContainedAttribute. |
| UFontBulkData | |
| UFontFaceInterface | |
| UFontProviderInterface | |
| USlateThemeManager | |
| USlateTypes | HACK: We need a UClass here or UHT will complain. |
| USlateWidgetStyleAsset | Just a wrapper for the struct with real data in it. |
| USlateWidgetStyleContainerBase | Just a wrapper for the struct with real data in it. |
| USlateWidgetStyleContainerInterface |
Structs
| Name | Remarks |
|---|---|
| AlignmentArrangeResult | |
| EVisibility | Is an entity visible? |
| FAccessibleWidgetData | |
| FAnalogInputEvent | FAnalogEvent describes a analog key value. It is passed to event handlers dealing with analog keys. |
| FAtlasedTextureSlot | Structure holding information about where a texture is located in the atlas. |
| FAtlasFlushParams | Parameters for flushable atlases that dictate when the atlas is allowed to flush after it becomes full |
| FAtlasSlotInfo | |
| FAuto | Structure for size parameters with SizeRule = SizeRule_Auto. |
| FButtonStyle | Represents the appearance of an SButton |
| FCaptureLostEvent | |
| FCharacterEntry | Information for rendering one non-shaped character |
| FCharacterEvent | FCharacterEvent describes a keyboard action where the utf-16 code is given. |
| FCharacterRenderData | Contains pixel data for a character rendered from freetype as well as measurement info |
| FCheckBoxStyle | Represents the appearance of an SCheckBox |
| FClipStateHandle | |
| FComboBoxStyle | Represents the appearance of an SComboBox |
| FComboButtonStyle | Represents the appearance of an SComboButton |
| FCompareFNewTextureInfoByTextureSize | |
| FCompositeFallbackFont | |
| FCompositeFont | |
| FCompositeSubFont | |
| FCurveHandle | A handle to curve within a curve sequence. |
| FCurveSequence | A sequence of curves that can be used to drive animations for slate widgets. |
| FDefaultStyleCache | Single point of access for various default styles used in UMG for runtime and editor with each style already having it's colors unlinked for reuse |
| FDeferredCharacterRenderData | For a deferred atlas character insertion, this contains the subregion of the atlas previously reserved for a character and the pixels to copy into it. |
| FDeprecateBox2D | Structure for deprecating FBox2D to FBox2f |
| FDeprecateSlateVector2D | Defines a return value or persistent member variable that was previously an FVector2D but is in the process of being deprecated in favor of FVector2f. |
| FDockTabStyle | Represents the appearance of an SDockTab |
| FEditableTextBoxStyle | Represents the appearance of an SEditableTextBox |
| FEditableTextStyle | Represents the appearance of an SEditableText |
| FExpandableAreaStyle | Represents the appearance of an SExpandableArea |
| FFocusEvent | FFocusEvent is used when notifying widgets about keyboard focus changes It is passed to event handlers dealing with keyboard focus |
| FFontData | Payload data describing an individual font in a typeface. |
| FFontFaceData | Raw font data for a Font Face asset. |
| FFontOutlineSettings | Settings for applying an outline to a font |
| FFontRasterizationSettings | Font face rasterization settings |
| FFontSdfSettings | |
| FGeometry | Represents the position, size, and absolute position of a Widget in Slate. |
| FHeaderRowStyle | Represents the appearance of an SHeaderRow |
| FHyperlinkStyle | Represents the appearance of an SHyperlink |
| FInlineEditableTextBlockStyle | Represents the appearance of an SInlineEditableTextBlock |
| FInlineTextImageStyle | Represents the appearance of an inline image used by rich text |
| FInputEvent | Base class for all mouse and keyevents. |
| FKeyEvent | FKeyEvent describes a key action (keyboard/controller key/button pressed or released.) It is passed to event handlers dealing with key input. |
| FMappedTextureBuffer | |
| FMargin | Describes the space around a Widget. |
| FMotionEvent | FMotionEvent describes a touch pad action (press, move, lift) It is passed to event handlers dealing with touch input. |
| FNavigationEvent | FNavigationEvent describes a navigation action (Left, Right, Up, Down) It is passed to event handlers dealing with navigation. |
| FNavigationMethod | |
| FNavigationRouting | |
| FNavigationRoutingParams | |
| FNavigationTransition | |
| FNavigationTransitionMetadata | FNavigationTransitionMetadatais an optional data field on SWidget instances that provides users with additional information about navigation transitions. |
| FNewTextureInfo | Represents a new texture that has been loaded but no resource created for it |
| FOptionalSize | Structure for optional floating point sizes. |
| FPaintGeometry | A Paint geometry contains the window-space (draw-space) info to draw an element on the screen. |
| FPointerEvent | FPointerEvent describes a mouse or touch action (e.g. Press, Release, Move, etc). |
| FPopupLayerSlot | Popups, tooltips, drag and drop decorators all can be executed without creating a new window. |
| FProgressBarStyle | Represents the appearance of an SProgressBar |
| FRenderThreadUpdateContext | Update context for deferred drawing of widgets to render targets |
| FScopedSwitchWorldHack | Hack to switch worlds in a scope and switch back when we fall out of scope |
| FScrollBarStyle | Represents the appearance of an SScrollBar |
| FScrollBorderStyle | Represents the appearance of an FScrollBorderStyle |
| FScrollBoxStyle | Represents the appearance of an SScrollBox |
| FSdfGlyphEntryKey | Minimal FSdfGlyphEntryKey key information used for map lookups |
| FSdfGlyphFontAtlasData | The font atlas data for a single distance field-based glyph |
| FSdfGlyphTaskKey | Used to lookup information about specific SDF generation tasks - unlike FSdfGlyphEntryKey is also identified by em spread |
| FSearchBoxStyle | Represents the appearance of an SSearchBox |
| FSegmentedControlStyle | Represents the appearance of an SSegmentedControl |
| FShaderParams | Shader parameters for slate |
| FShapedGlyphEntry | Information for rendering one glyph in a shaped text sequence |
| FShapedGlyphEntryKey | Minimal FShapedGlyphEntry key information used for map lookups |
| FShapedGlyphFontAtlasData | The font atlas data for a single glyph in a shaped text sequence |
| FShortRect | Stores an aligned rect as shorts. |
| FSizeParam | Base structure for size parameters. |
| FSlateAttributeBase | Base struct of all SlateAttribute type. |
| FSlateBaseNamedArgs | Base class for named arguments. Provides settings necessary for all widgets. |
| FSlateBorderBrush | Similar to FSlateBoxBrush but has no middle and the sides tile instead of stretching. |
| FSlateBoxBrush | A 3x3 box where the sides stretch horizontally and vertically and the middle stretches to fill. |
| FSlateBoxElement | |
| FSlateBrush | A brush which contains information about how to draw a Slate element |
| FSlateBrushFixLayout | Hacky base class to avoid 8 bytes of padding after the vtable. |
| FSlateBrushOutlineSettings | Possible options for rounded box brush image |
| FSlateCachedBufferElement | |
| FSlateCachedElementData | Top level class responsible for cached elements within a particular invalidation root. |
| FSlateCachedElementList | Cached list of elements corresponding to a particular widget. |
| FSlateCachedElementsHandle | Handle used to uniquely identify a cached element list with some widget Used when a widget gets invalidated / additional elements added So we can modify that widget's existing cached element list |
| FSlateCachedFastPathRenderingData | Note: FSlateDrawElement has been moved to DrawElementTypes.h Data holder for info used in cached renderbatches. |
| FSlateColor | A Slate color can be a directly specified value, or the color can be pulled from a WidgetStyle. |
| FSlateColorBrush | A color brush. Draws a box with no margins that only has a color applied to it |
| FSlateCustomDrawerElement | |
| FSlateCustomVertsElement | |
| FSlateDebuggingCursorQueryEventArgs | |
| FSlateDebuggingElementTypeAddedEventArgs | |
| FSlateDebuggingExecuteNavigationEventArgs | |
| FSlateDebuggingFocusEventArgs | |
| FSlateDebuggingInputEventArgs | |
| FSlateDebuggingInvalidateArgs | |
| FSlateDebuggingMouseCaptureEventArgs | |
| FSlateDebuggingNavigationEventArgs | |
| FSlateDebuggingWarningEventArgs | |
| FSlateDebuggingWidgetUpdatedEventArgs | |
| FSlateDynamicImageBrush | Ignores the Margin. Just renders the image. Can tile the image instead of stretching. |
| FSlateFontInfo | A representation of a font in Slate. |
| FSlateFontKey | |
| FSlateFontKeyFuncs | |
| FSlateGradientElement | |
| FSlateGradientStop | |
| FSlateIcon | Struct used to represent an icon in Slate |
| FSlateImageBrush | Ignores the Margin. Just renders the image. Can tile the image instead of stretching. |
| FSlateInvalidationContext | |
| FSlateInvalidationResult | |
| FSlateInvalidationRootHandle | |
| FSlateInvalidationWidgetHeapElement | Pair of WidgetIndex and WidgetSortIndex. Can be used to sort the widget. |
| FSlateInvalidationWidgetIndex | Index of the special container to order widget in InvalidateRoot. See SlateInvalidationWidgetlist. |
| FSlateInvalidationWidgetSortOrder | SlateInvalidationWidgetIndex cannot be used to sort the widget since the ArrayIndex may not be in the expected order. |
| FSlateInvalidationWidgetVisibility | |
| FSlateLayerElement | |
| FSlateLineElement | |
| FSlateNoResource | A resource that has no appearance |
| FSlateOptionalBrush | This represents an undefined brush. |
| FSlatePostProcessElement | |
| FSlateRenderBatchParams | |
| FSlateRotatedRect | Stores a rectangle that has been transformed by an arbitrary render transform. |
| FSlateRoundedBoxBrush | |
| FSlateRoundedBoxElement | |
| FSlateShapedTextElement | |
| FSlateSound | An intermediary to make UBaseSound available for Slate to play sounds |
| FSlateSplineElement | |
| FSlateTextElement | |
| FSlateTextureData | Holds texture data for upload to a rendering resource Makes a copy of the bytes passed to it and holds ownership of the image data array. |
| FSlateTintableElement | |
| FSlateVectorBorderBrush | |
| FSlateVectorBoxBrush | |
| FSlateVectorImageBrush | |
| FSlateVertex | A struct which defines a basic vertex seen by the Slate vertex buffers and shaders |
| FSlateViewportElement | |
| FSlateWidgetClassRegistration | |
| FSlateWidgetPersistentState | Represents the state of a widget from when it last had SWidget::Paint called on it. |
| FSlateWidgetStyle | Base structure for widget styles. |
| FSliderStyle | Represents the appearance of an SSlider |
| FSlotProxy | Represents a single slot, used to perform arrangement operations. |
| FSpinBoxStyle | Represents the appearance of an SSpinBox |
| FSplitterStyle | Represents the appearance of an SSplitter |
| FStandaloneCompositeFont | A version of FCompositeFont that should be used when it's not being embedded within another UObject This derives from FGCObject to ensure that the bulk data objects are referenced correctly |
| FStretch | Structure for size parameters with SizeRule = SizeRule_Stretch. |
| FStretchContent | Structure for size parameters with SizeRule = SizeRule_StretchContent. |
| FStyleColorList | |
| FStyleColors | Common/themeable colors used by all styles Please avoid adding new generic colors to this list without discussion first |
| FStyleFonts | |
| FStyleTheme | Represents a single theme |
| FTableColumnHeaderStyle | Represents the appearance of an STableColumnHeader |
| FTableRowStyle | Represents the appearance of an STableRow |
| FTableViewStyle | Represents the appearance of an STableView |
| FTextBlockStyle | Represents the appearance of an STextBlock |
| FTextOverflowArgs | |
| FToolBarStyle | Represents the appearance of a toolbar |
| FTypeface | Definition for a typeface (a family of fonts) |
| FTypefaceEntry | A single entry in a typeface |
| FUnicodeBlockRange | Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts |
| FVirtualPointerPosition | Represents the current and last cursor position in a "virtual window" for events that are routed to widgets transformed in a 3D scene. |
| FVolumeControlStyle | Represents the appearance of an SVolumeControl |
| FWidgetAndPointer | |
| FWidgetMatcher | Matches widgets against InWidget |
| FWindowStyle | Represents the appearance of an SWindow |
| FWindowTitleBarArgs | |
| FWindowTransparency | Proxy structure to handle deprecated construction from bool |
| FWrapButtonStyle | |
| GetChildAlignment | Gets the alignment of an axis-agnostic int32 so that we can do alignment on an axis without caring about its orientation |
| NamedSlotProperty | We want to be able to do: SNew( ContainerWidget ) .SomeContentArea() [ // Child widgets go here ] |
| T0RequiredArgs | |
| T1RequiredArgs | |
| T2RequiredArgs | |
| T3RequiredArgs | |
| T4RequiredArgs | |
| T5RequiredArgs | |
| TAlwaysValidWidget | A widget reference that is always a valid pointer; defaults to SNullWidget |
| TObservableArray | |
| TObservableArrayChangedArgs | |
| TSlateAttributeComparePredicate | Default predicate to compare of Object for SlateAttribute. |
| TSlateAttributeFTextComparePredicate | Default predicate to compare FText. |
| TSlateAttributeInvalidationReason | Predicate that returns the InvalidationReason defined as argument type. |
| TSlateBaseNamedArgs | Base class for named arguments. Provides settings necessary for all widgets. |
| TSlateDecl | Utility class used during widget instantiation. |
| TSlateDeprecatedTAttribute | A structure used to help the user identify deprecated TAttribute that are now TSlateAttribute. |
| TSlotAccessor | A wrapper for accessing slot parameters for a given SlotType. |
| TSlotIterator | |
| TWidgetTypeTraits | Type Traits to cover the generic information of a Widget type |
Interfaces
| Name | Remarks |
|---|---|
| ICustomHitTestPath | |
| ICustomSlateElement | An interface for a custom slate elements. Lifetime must support pipelining to the render thread. |
| IFontFaceInterface | |
| IFontProviderInterface | |
| ISlateAtlasProvider | Interface to allow the Slate atlas visualizer to query atlas page information for an atlas provider |
| ISlateBrushSource | Provides a means to hold onto the source of a slate brush. |
| ISlateFontAtlasFactory | |
| ISlateFontTexture | Interface to all Slate font textures, both atlased and non-atlased |
| ISlateMetaData | Base class for all slate metadata |
| ISlateSoundDevice | Interface that Slate uses to play sounds. |
| ISlateStyle | |
| ISlateTextureAtlasFactory | A factory capable of generating a texture atlas or shader resource for textures too big to be in an atlas |
| ISlateUpdatableInstanceBuffer | Represents a per instance data buffer for a custom Slate mesh element. |
| ISlateUpdatableInstanceBufferRenderProxy | A proxy object used to access a slate per-instance data buffer on the render thread. |
| ISlateViewport | Viewport implementation interface that is used by SViewport when it needs to draw and processes input. |
| ISlateWidgetStyleContainerInterface | |
| IToolTip | Interface for tool tips. |
| IViewportRenderTargetProvider | |
| IWindowTitleBar | Interface for window title bars. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EInvalidateWidget | EInvalidateWidgetReason | This typedefed because EInvalidateWidget will be deprecated soon. | Widgets/InvalidateWidgetReason.h |
| FDeprecateOptionalVector2DParameter | TOptional< FVector2f > | Types/SlateVector2.h | |
| FDeprecateVector2DParameter | FVector2f | Types/SlateVector2.h | |
| FDeprecateVector2DResult | FVector2f | Types/SlateVector2.h | |
| FDoubleSpring1D | TSpring1D< double > | One-dimensional double spring | Animation/SlateSprings.h |
| FFloatSpring1D | TSpring1D< float > | One-dimensional float spring | Animation/SlateSprings.h |
| FFontFaceDataConstPtr | TSharedPtr< const FFontFaceData, ESPMode::ThreadSafe > | Fonts/CompositeFont.h | |
| FFontFaceDataConstRef | TSharedRef< const FFontFaceData, ESPMode::ThreadSafe > | Fonts/CompositeFont.h | |
| FFontFaceDataPtr | TSharedPtr< FFontFaceData, ESPMode::ThreadSafe > | Fonts/CompositeFont.h | |
| FFontFaceDataRef | TSharedRef< FFontFaceData, ESPMode::ThreadSafe > | Fonts/CompositeFont.h | |
| FMeasureCache | class FLRUStringCache | Fonts/FontMeasure.h | |
| FNavigationDelegate | TBaseDelegate_OneParam< TSharedPtr< SWidget >, EUINavigation > | Input/NavigationReply.h | |
| FNoReplyPointerEventHandler | TBaseDelegate_TwoParams< void, const FGeometry &, const FPointerEvent & > | Types/WidgetMouseEventsDelegate.h | |
| FOnConstrainedAspectRatioChanged | TMulticastDelegate_OneParam< void, const float & > | Application/SlateApplicationBase.h | |
| FOnDebugSafeZoneChanged | TMulticastDelegate_TwoParams< void, const FMargin &, bool > | Application/SlateApplicationBase.h | |
| FOnDragDropEnded | TBaseDelegate_TwoParams< void, bool, const FDragDropEvent & > | Invoked when a drag and drop is finished. | Input/DragAndDrop.h |
| FOnDragDropUpdate | TBaseDelegate_OneParam< void, const FDragDropEvent & > | A delegate invoked on the initiator of the DragDrop operation. | Input/DragAndDrop.h |
| FOnNavigationTransitionDelegate | TBaseDelegate_OneParam< void, const FNavigationTransition & > | Input/NavigationMetadata.h | |
| FOnReleaseFontResources | TMulticastDelegate_OneParam< void, const class FSlateFontCache & > | Fonts/FontTypes.h | |
| FOnSwitchWorldHack | TBaseDelegate_OneParam< int32, int32 > | Called when we need to switch game worlds for a window | Widgets/SWindow.h |
| FOnWindowActivated | TBaseDelegate_NoParams< void > | Notification that a window has been activated | Widgets/SWindow.h |
| FOnWindowActivatedEvent | TMulticastDelegate_NoParams< void > | Widgets/SWindow.h | |
| FOnWindowClosed | TBaseDelegate_OneParam< void, const TSharedRef< SWindow > & > | Notification that a window is about to be closed | Widgets/SWindow.h |
| FOnWindowClosedEvent | TMulticastDelegate_OneParam< void, const TSharedRef< SWindow > & > | Widgets/SWindow.h | |
| FOnWindowDeactivated | TBaseDelegate_NoParams< void > | Notification that a window has been deactivated | Widgets/SWindow.h |
| FOnWindowDeactivatedEvent | TMulticastDelegate_NoParams< void > | Widgets/SWindow.h | |
| FOnWindowMoved | TBaseDelegate_OneParam< void, const TSharedRef< SWindow > & > | Notification that a window has been moved | Widgets/SWindow.h |
| FPointerEventHandler | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FPointerEvent & > | Delegate type for handling mouse events | Types/WidgetMouseEventsDelegate.h |
| FRequestDestroyWindowOverride | TBaseDelegate_OneParam< void, const TSharedRef< SWindow > & > | Override delegate for RequestDestroyWindow | Widgets/SWindow.h |
| FShapedGlyphSequencePtr | TSharedPtr< const FShapedGlyphSequence > | Fonts/ShapedTextFwd.h | |
| FShapedGlyphSequenceRef | TSharedRef< const FShapedGlyphSequence > | Fonts/ShapedTextFwd.h | |
| FSimpleNoReplyPointerEventHandler | TBaseDelegate_OneParam< void, const FPointerEvent & > | Types/WidgetMouseEventsDelegate.h | |
| FSlateAttributeInitializer | FSlateAttributeDescriptor::FInitializer | Types/SlateAttributeDescriptor.h | |
| FSlateDrawElementArray | TArray< DrawElementType > | Rendering/DrawElementCoreTypes.h | |
| FSlateDrawElementMap | TTuple< FSlateDrawElementArray< FSlateBoxElement >, FSlateDrawElementArray< FSlateBoxElement >, FSlateDrawElementArray< FSlateTextElement >, FSlateDrawElementArray< FSlateShapedTextElement >, FSlateDrawElementArray< FSlateSplineElement >, FSlateDrawElementArray< FSlateLineElement >, FSlateDrawElementArray< FSlateGradientElement >, FSlateDrawElementArray< FSlateViewportElement >, FSlateDrawElementArray< FSlateBoxElement >, FSlateDrawElementArray< FSlateCustomDrawerElement >, FSlateDrawElementArray< FSlateCustomVertsElement >, FSlateDrawElementArray< FSlatePostProcessElement >, FSlateDrawElementArray< FSlateRoundedBoxElement >, FSlateDrawElementArray< FSlateDrawElement > > | Tuple / List of element arrays for each element type | Rendering/DrawElementCoreTypes.h |
| FSlateIndexArray | TArray< SlateIndex > | Rendering/RenderingCommon.h | |
| FSlateInstanceBufferData | TArray< FVector4f > | Rendering/RenderingCommon.h | |
| FSlateRenderTransform | FTransform2D | Rendering/SlateRenderTransform.h | |
| FSlateTextureDataPtr | TSharedPtr< FSlateTextureData, ESPMode::ThreadSafe > | Textures/SlateTextureData.h | |
| FSlateTextureDataRef | TSharedRef< FSlateTextureData, ESPMode::ThreadSafe > | Textures/SlateTextureData.h | |
| FSlateVertexArray | TArray< FSlateVertex > | Note: FRenderingBufferStatTracker & FSlateDrawElementArray have been moved to DrawElementCoreTypes.h | Rendering/RenderingCommon.h |
| FSlateWidgetSlotAttributeInitializer | FSlateAttributeDescriptor::FContainerInitializer | Types/SlateAttributeDescriptor.h | |
| FTextureRHIRef | TRefCountPtr< FRHITexture > | Rendering/SlateRenderer.h | |
| FWidgetActiveTimerDelegate | TBaseDelegate_TwoParams< EActiveTimerReturnType, double, float > | Delegate used for registering a widget for tick services. | Types/WidgetActiveTimerDelegate.h |
| SlateIndex | uint32 | Rendering/RenderingCommon.h | |
| TSlateDrawElement | typename TTupleElement<(uint8) ElementType, FSlateDrawElementMap >::Type::ElementType | Helper template to get draw element type in 'FSlateDrawElementMap' for a given element type enum, used to avoid 'auto' return values | Rendering/DrawElementCoreTypes.h |
Enums
Public
| Name | Remarks |
|---|---|
| EAccessibleType | |
| EActiveTimerReturnType | Return type for FWidgetActiveTimerDelegate. Don't expose to blueprints. |
| EAutoCenter | Enum to describe how to auto-center an SWindow |
| EButtonClickMethod::Type | Enumerates different methods that a button click can be triggered. |
| EButtonPressMethod::Type | Enumerates different methods that a button can be triggered with keyboard/controller. |
| EButtonTouchMethod::Type | Ways in which touch interactions trigger a "Clicked" event. |
| ECheckBoxState | Current state of the check box |
| EClippingFlags | Indicates the method of clipping that should be used on the GPU. |
| EClippingMethod | Indicates the method of clipping that should be used on the GPU. |
| EColorVisionDeficiency | Enumerates color vision deficiency types. |
| EConsumeMouseWheel | Used to determine how we should handle mouse wheel input events when someone scrolls. |
| ECurveEaseFunction | Types of easing functions for Slate animation curves. These are used to smooth out animations. |
| EElementType | Slate higher level abstract element types |
| EFlowDirection | Widgets may need to flow left or right depending upon the current culture/localization that's active. |
| EFlowDirectionPreference | |
| EFocusCause | Context for focus change |
| EFontCacheAtlasDataType | |
| EFontFallback | Sets the maximum font fallback level, for when a character can't be found in the selected font set. |
| EFontHinting | |
| EFontLayoutMethod | |
| EFontLoadingPolicy | |
| EFontRasterizationMode | Copyright Epic Games, Inc. All Rights Reserved. |
| EHorizontalAlignment | Enumerates horizontal alignment options, i.e. for widget slots. |
| EInvalidateWidgetReason | The different types of invalidation that are possible for a widget. |
| EMenuPlacement | Enumerates possible placements for pop-up menus. |
| ENavigationGenesis | Enumerates the genesis of the navigation, where generated the navigation |
| ENavigationSource | Enumerates the source of the navigation |
| ENavigationTransitionDirection | FNavigationTransition is a description of a navigation change between two widgets. |
| EOrientation | Enumerates widget orientations. |
| EPopupCursorOverlapMode | Determines how popup window placement should treat the cursor. |
| EPopupMethod | |
| EScrollDirection | Enumerates scroll directions. |
| ESelectInfo::Type | Additional information about a selection event |
| EShouldThrottle | |
| ESizingRule | Enum to describe how windows are sized |
| ESlateAttributeBindAction | |
| ESlateBatchDrawFlag | Flags for drawing a batch |
| ESlateBrushDrawType::Type | Enumerates ways in which an image can be drawn. |
| ESlateBrushImageType::Type | Enumerates brush image types. |
| ESlateBrushMirrorType::Type | Possible options for mirroring the brush image |
| ESlateBrushRoundingType::Type | Enumerates rounding options |
| ESlateBrushTileType::Type | Enumerates tiling options for image drawing. |
| ESlateCheckBoxType::Type | Type of check box |
| ESlateColorStylingMode | Enumerates types of color values that can be held by Slate color. |
| ESlateDebuggingFocusEvent | |
| ESlateDebuggingInputEvent | |
| ESlateDebuggingInvalidateRootReason | |
| ESlateDebuggingNavigationMethod | |
| ESlateDebuggingStateChangeEvent | |
| ESlateDrawEffect | Effects that can be applied to elements when rendered. |
| ESlateDrawPrimitive | Draw primitive types |
| ESlateFontAtlasContentType | Specifies the type of content of font atlas, based on which the texture format is determined. |
| ESlateInvalidationPaintType | |
| ESlateLineJoinType | |
| ESlateParentWindowSearchMethod | Used to determine which search method we should use when finding a suitable parent window |
| ESlatePostRT | Bitfield used to mark if a slate post RT is used or not |
| ESlateShader | Shader types. |
| ESlateShaderResource::Type | Enumerates Slate render resource types. |
| ESlateTextureAtlasPaddingStyle | Specifies how to handle texture atlas padding (when specified for the atlas). |
| ESlateTextureAtlasThreadId | The type of thread that owns a texture atlas - this is the only thread that can safely update it |
| ESlateTraceApplicationFlags | |
| ESlateVertexRounding | |
| ESlateViewportDynamicRange | |
| EStyleColor | Note: If you add another color here, you should update the Dark.json theme file in Engine\Content\Slate\Themes & FUMGColors in UMGCoreStyle.cpp for consistency |
| ETextCommit::Type | Additional information about a text committal |
| ETextOverflowDirection | |
| ETextOverflowPolicy | The different methods that can be used to determine what happens to text when it is longer than its allowed length |
| ETextShapingMethod | Methods that can be used to shape text. |
| ETextTransformPolicy | Text transformation policy that can be applied to the text before displaying it. |
| ETrackedSlateWidgetOperations | |
| EUINavigation | Navigation context for event |
| EUINavigationAction | Generic UI navigation action that are usually bound to a gamepad or other input device |
| EUINavigationRule | |
| EUnicodeBlockRange | Enumeration of pre-defined Unicode block ranges that can be used to access entries from FUnicodeBlockRange |
| EVerticalAlignment | Enumerates vertical alignment options, i.e. for widget slots. |
| EWidgetClipping | This enum controls clipping of widgets in Slate. |
| EWidgetNavigationRoutingPolicy | |
| EWidgetPathSearchPurpose | Enumerates different purposes for searching through a widget path. |
| EWidgetPixelSnapping | The different states of pixel snapping a widget can be in. |
| EWidgetUpdateFlags | Widget update flags for fast path. |
| UE::Slate::Containers::EObservableArrayChangedAction | Type of action of the FScriptObservableArrayChangedArgs |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SlateApplicationDefs::MaxHardwareUsers | const int32 | How many hardware users can we support at once? | Application/SlateApplicationBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowViewportScaling | uint8 | Rendering/DrawElementPayloads.h | ||
| bAntialias | bool | Rendering/DrawElementPayloads.h | ||
| bRequiresVSync | uint8 | Rendering/DrawElementPayloads.h | ||
| ButtonMargins | const FMargin | Buttons already have a built in (4., 2.) padding - adding to that a little. | Styling/CoreStyle.h | |
| bViewportTextureAlphaOnly | uint8 | Rendering/DrawElementPayloads.h | ||
| CachedRenderDataOffset | FVector2f | Rendering/DrawElementPayloads.h | ||
| ComboButtonMargin | const FMargin | Styling/CoreStyle.h | ||
| CornerRadius | FVector4f | Rendering/DrawElementPayloads.h | ||
| DefaultImageSize | float | Styling/SlateBrush.h | ||
| DefaultMargins | const FMargin | Common Margins. | Styling/CoreStyle.h | |
| DefaultTitleBarSize | float | Height of a Slate window title bar, in pixels | Widgets/SWindow.h | |
| DownsampleAmount | int32 | Rendering/DrawElementPayloads.h | ||
| DrawType | ESlateBrushDrawType::Type | Rendering/DrawElementPayloads.h | ||
| GlobalGamepadScrollMultiplier | TAutoConsoleVariable< float > | How much to multiply scroll amount when using gamepad. | Types/SlateConstants.h | |
| GlobalScrollAmount | TAutoConsoleVariable< float > | How much to scroll for each click of the mouse wheel (in Slate Screen Units). | Types/SlateConstants.h | |
| GradientType | EOrientation | Rendering/DrawElementPayloads.h | ||
| GSlateCheckUObjectRenderResources | bool | SlateGlobals.h | ||
| GSlateCheckUObjectRenderResourcesShouldLogFatal | bool | When we detect a none valid resource, should we log a fatal error (crash) or log it (ensure). | SlateGlobals.h | |
| GSlateCheckUObjectShapedGlyphSequence | bool | SlateGlobals.h | ||
| GSlateContrast | float | Types/SlateConstants.h | ||
| GSlateEnableGlobalInvalidation | bool | Whether or not the SWindow can be an Invalidation Panel (use the fast path update). | SlateGlobals.h | |
| GSlateFastWidgetPath | bool | Whether or not we've enabled fast widget pathing which validates paths to widgets without arranging children. | SlateGlobals.h | |
| GSlateFeathering | int32 | Rendering/ElementBatcher.h | ||
| GSlateFlowDirection | EFlowDirection | Layout/FlowDirection.h | ||
| GSlateFlowDirectionShouldFollowCultureByDefault | int32 | Layout/FlowDirection.h | ||
| GSlateHitTestGridDebugging | bool | SlateGlobals.h | ||
| GSlateIsInInvalidationSlowPath | bool | Whether or not we are currently running building the list of widget in slow path (global invalidation). | SlateGlobals.h | |
| GSlateIsOnFastProcessInvalidation | bool | Whether or not we currently processing the widget invalidation from the InvalidationRoot (global invalidation). | SlateGlobals.h | |
| GSlateIsOnFastUpdatePath | bool | Whether or not we currently Painting/Updating the widget from the FastUpdate path (global invalidation). | SlateGlobals.h | |
| GSlateLayoutGeneration | int32 | SlateGlobals.h | ||
| GSlateNavigationDebugging | bool | SlateGlobals.h | ||
| GSlateUseSharedBreakIterator | bool | SlateGlobals.h | ||
| ImmutableText | FString | Basic text data. | Rendering/DrawElementPayloads.h | |
| Indices | TArray< SlateIndex > | Rendering/DrawElementPayloads.h | ||
| InstanceData | ISlateUpdatableInstanceBufferRenderProxy * | Instancing support. | Rendering/DrawElementPayloads.h | |
| InstanceOffset | uint32 | Rendering/DrawElementPayloads.h | ||
| Mirroring | ESlateBrushMirrorType::Type | Rendering/DrawElementPayloads.h | ||
| NumInstances | uint32 | Rendering/DrawElementPayloads.h | ||
| OutlineTint | FLinearColor | Rendering/DrawElementPayloads.h | ||
| OutlineWeight | float | Rendering/DrawElementPayloads.h | ||
| OverflowArgs | FTextOverflowArgs | Rendering/DrawElementPayloads.h | ||
| P0 | FVector2f | Bezier Spline Data points. | Rendering/DrawElementPayloads.h | |
| P1 | FVector2f | Rendering/DrawElementPayloads.h | ||
| P2 | FVector2f | Rendering/DrawElementPayloads.h | ||
| P3 | FVector2f | Rendering/DrawElementPayloads.h | ||
| PointColors | TArray< FLinearColor > | Rendering/DrawElementPayloads.h | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Deprecated payloads. | Rendering/DrawElementPayloads.h | ||
| PressedButtonMargins | const FMargin | Styling/CoreStyle.h | ||
| PressedComboButtonMargin | const FMargin | Styling/CoreStyle.h | ||
| Radius | FVector4f | Rendering/DrawElementPayloads.h | ||
| RenderDPI | const uint32 | The DPI we render at (horizontal and vertical) | Fonts/SlateFontInfo.h | |
| ResourceProxy | const FSlateShaderResourceProxy * | Rendering/DrawElementPayloads.h | ||
| Slots | TArray< SlotType * > | Widgets/DeclarativeSyntaxSupport.h | ||
| STATCAT_Advanced | HOW TO GET AN IN-DEPTH PERFORMANCE ANALYSIS OF SLATE | SlateGlobals.h | ||
| Thickness | float | Rendering/DrawElementPayloads.h | ||
| Tiling | ESlateBrushTileType::Type | Rendering/DrawElementPayloads.h | ||
| UVRegion | FBox2f | Rendering/DrawElementPayloads.h | ||
| Vertices | TArray< FSlateVertex > | Rendering/DrawElementPayloads.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSlateBoxPayload() |
Rendering/DrawElementPayloads.h | ||
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
Rendering/DrawElementPayloads.h | ||
void AddTrackedWidget
(
const SWidget* WidgetToTrack, |
Adds a tracked Widget for the specified tags. | Widgets/Accessibility/SlateWidgetTracker.h | |
void AddTrackedWidget
(
const SWidget* WidgetToTrack, |
Adds a tracked Widget for the specified tag. | Widgets/Accessibility/SlateWidgetTracker.h | |
UE::Slate::FDeprecateVector2DResult ComputePopupFitInRect
(
const FSlateRect& InAnchor, |
Given information about a popup and the space available for displaying that popup, compute best placement for it. | Layout/LayoutUtils.h | |
FSlateLayoutTransform Concatenate
(
float Scale, |
Specialization for concatenating a uniform scale and 2D Translation. | Rendering/SlateLayoutTransform.h | |
FSlateLayoutTransform Concatenate
(
double Scale, |
Rendering/SlateLayoutTransform.h | ||
FSlateLayoutTransform Concatenate
(
const UE::Math::TVector2< T >& Translation, |
Specialization for concatenating a 2D Translation and uniform scale. | Rendering/SlateLayoutTransform.h | |
FSlateLayoutTransform Concatenate
(
const UE::Math::TVector2< T >& Translation, |
Rendering/SlateLayoutTransform.h | ||
bool DoesThreadOwnSlateRendering () |
If it's the game thread, and there's no loading thread, then it owns slate rendering. | Rendering/SlateRenderer.h | |
void ForEachTrackedWidget
(
FName Tag, |
Calls Predicate for each of the tracked widgets of the specified tag. | Widgets/Accessibility/SlateWidgetTracker.h | |
FTrackedWidgetsChangedEvent TBaseMulticastDelegate_ThreeParams Get () |
The Slate Widget Tracker tracks widgets by tags and notifies listeners when widgets of a certain tag are added or removed. | Widgets/Accessibility/SlateWidgetTracker.h | |
ESlateBrushDrawType::Type GetBrushDrawType() |
Rendering/DrawElementPayloads.h | ||
const FMargin & GetBrushMargin() |
Rendering/DrawElementPayloads.h | ||
ESlateBrushMirrorType::Type GetBrushMirroring() |
Rendering/DrawElementPayloads.h | ||
ESlateBrushTileType::Type GetBrushTiling() |
Rendering/DrawElementPayloads.h | ||
const FBox2f & GetBrushUVRegion() |
Rendering/DrawElementPayloads.h | ||
ESlateTextureAtlasThreadId GetCurrentSlateTextureAtlasThreadId() |
Get the correct atlas thread ID based on the thread we're currently in | Textures/TextureAtlas.h | |
ETextShapingMethod GetDefaultTextShapingMethod() |
Get the default shaping method (from the "Slate.DefaultTextShapingMethod" CVar) | Fonts/FontCache.h | |
const FSlateFontInfo & GetFontInfo() |
Rendering/DrawElementPayloads.h | ||
float GetGlobalGamepadScrollMultiplier() |
Types/SlateConstants.h | ||
float GetGlobalScrollAmount() |
Types/SlateConstants.h | ||
FLinearColor GetOutlineColor() |
Rendering/DrawElementPayloads.h | ||
FLinearColor GetOutlineTint() |
Rendering/DrawElementPayloads.h | ||
float GetOutlineWeight() |
Rendering/DrawElementPayloads.h | ||
const TArray< FLinearColor > & GetPointColors() |
Rendering/DrawElementPayloads.h | ||
const TArray< FVector2f > & GetPoints() |
Rendering/DrawElementPayloads.h | ||
FVector4f GetRadius() |
Rendering/DrawElementPayloads.h | ||
const FSlateShaderResourceProxy * GetResourceProxy() |
Rendering/DrawElementPayloads.h | ||
const FShapedGlyphSequencePtr & GetShapedGlyphSequence() |
Rendering/DrawElementPayloads.h | ||
uint32 GetSlateFontAtlasContentBytesPerPixel
(
ESlateFontAtlasContentType InContentType |
Returns the byte size of a single pixel of a font atlas with the specified content type | Textures/TextureAtlas.h | |
const TCHAR * GetText() |
Rendering/DrawElementPayloads.h | ||
int32 GetTextLength() |
Rendering/DrawElementPayloads.h | ||
float GetThickness() |
Rendering/DrawElementPayloads.h | ||
bool IsAntialiased() |
Rendering/DrawElementPayloads.h | ||
bool IsEnabled() |
Return true if Slate.EnableSlateWidgetTracker was set to true via config files or C++. | Widgets/Accessibility/SlateWidgetTracker.h | |
bool IsSdfFontRasterizationMode
(
EFontRasterizationMode Mode |
Returns true if the font rasterization Mode is one of the distance field-based modes, which are part of the "Slate SDF text" feature | Fonts/FontRasterizationMode.h | |
bool IsSlateSdfTextFeatureEnabled() |
Controls whether the signed distance field rendering mode feature for text is enabled. | Fonts/FontCache.h | |
bool IsThreadSafeForSlateRendering() |
Is this thread valid for sending out rendering commands? If the slate loading thread exists, then yes, it is always safe Otherwise, we have to be on the game thread | Rendering/SlateRenderer.h | |
void LexFromString
(
ESlateDebuggingInvalidateRootReason& OutMode, |
Debugging/SlateDebugging.h | ||
void LexFromString
(
EInvalidateWidgetReason& OutMode, |
Widgets/InvalidateWidgetReason.h | ||
| Debugging/SlateDebugging.h | |||
FString LexToString
(
EInvalidateWidgetReason Reason |
Widgets/InvalidateWidgetReason.h | ||
bool LexTryParseString
(
ESlateDebuggingInvalidateRootReason& OutMode, |
Debugging/SlateDebugging.h | ||
bool LexTryParseString
(
EInvalidateWidgetReason& OutMode, |
Widgets/InvalidateWidgetReason.h | ||
TSlateDecl< WidgetType, RequiredArgsPayloadType > MakeTDecl
(
const ANSICHAR* InType, |
Widgets/DeclarativeSyntaxSupport.h | ||
FTrackedWidgetsChangedEvent & OnTrackedWidgetsChanged
(
const FName& Tag |
Returns an event that gets called when widgets tagged with the passed tag are added or removed from the tracker. | Widgets/Accessibility/SlateWidgetTracker.h | |
bool operator!
(
ESlateDebuggingInvalidateRootReason E |
Debugging/SlateDebugging.h | ||
bool operator!
(
EWidgetUpdateFlags E |
FastUpdate/WidgetUpdateFlags.h | ||
bool operator!
(
FHittestGrid::EDisplayGridFlags E |
Input/HittestGrid.h | ||
bool operator!
(
EClippingFlags E |
Layout/Clipping.h | ||
bool operator!
(
ESlateDrawEffect E |
Rendering/RenderingCommon.h | ||
bool operator!
(
ESlateBatchDrawFlag E |
Rendering/RenderingCommon.h | ||
bool operator!
(
ESlatePostRT E |
Rendering/SlateRendererTypes.h | ||
bool operator!
(
ESlateTraceApplicationFlags E |
Trace/SlateTrace.h | ||
bool operator!
(
ESlateAttributeBindAction E |
Types/SlateAttribute.h | ||
bool operator!
(
EInvalidateWidgetReason E |
Widgets/InvalidateWidgetReason.h | ||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags operator&
(
EWidgetUpdateFlags Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags operator&
(
EClippingFlags Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect operator&
(
ESlateDrawEffect Lhs, |
Rendering/RenderingCommon.h | ||
| Rendering/RenderingCommon.h | |||
ESlatePostRT operator&
(
ESlatePostRT Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags & operator&=
(
EWidgetUpdateFlags& Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags & operator&=
(
EClippingFlags& Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect & operator&=
(
ESlateDrawEffect& Lhs, |
Rendering/RenderingCommon.h | ||
ESlateBatchDrawFlag & operator&=
(
ESlateBatchDrawFlag& Lhs, |
Rendering/RenderingCommon.h | ||
ESlatePostRT & operator&=
(
ESlatePostRT& Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags operator^
(
EWidgetUpdateFlags Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags operator^
(
EClippingFlags Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect operator^
(
ESlateDrawEffect Lhs, |
Rendering/RenderingCommon.h | ||
| Rendering/RenderingCommon.h | |||
ESlatePostRT operator^
(
ESlatePostRT Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags & operator^=
(
EWidgetUpdateFlags& Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags & operator^=
(
EClippingFlags& Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect & operator^=
(
ESlateDrawEffect& Lhs, |
Rendering/RenderingCommon.h | ||
ESlateBatchDrawFlag & operator^=
(
ESlateBatchDrawFlag& Lhs, |
Rendering/RenderingCommon.h | ||
ESlatePostRT & operator^=
(
ESlatePostRT& Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags operator|
(
EWidgetUpdateFlags Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags operator|
(
EClippingFlags Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect operator|
(
ESlateDrawEffect Lhs, |
Rendering/RenderingCommon.h | ||
| Rendering/RenderingCommon.h | |||
ESlatePostRT operator|
(
ESlatePostRT Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
EWidgetUpdateFlags & operator|=
(
EWidgetUpdateFlags& Lhs, |
FastUpdate/WidgetUpdateFlags.h | ||
| Input/HittestGrid.h | |||
EClippingFlags & operator|=
(
EClippingFlags& Lhs, |
Layout/Clipping.h | ||
ESlateDrawEffect & operator|=
(
ESlateDrawEffect& Lhs, |
Rendering/RenderingCommon.h | ||
ESlateBatchDrawFlag & operator|=
(
ESlateBatchDrawFlag& Lhs, |
Rendering/RenderingCommon.h | ||
ESlatePostRT & operator|=
(
ESlatePostRT& Lhs, |
Rendering/SlateRendererTypes.h | ||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
| Debugging/SlateDebugging.h | |||
| FastUpdate/WidgetUpdateFlags.h | |||
| Input/HittestGrid.h | |||
| Layout/Clipping.h | |||
| Rendering/RenderingCommon.h | |||
| Rendering/RenderingCommon.h | |||
| Rendering/SlateRendererTypes.h | |||
| Trace/SlateTrace.h | |||
| Types/SlateAttribute.h | |||
| Widgets/InvalidateWidgetReason.h | |||
WidgetArgsType & operator+
(
SlotType& SlotToAdd |
Widgets/DeclarativeSyntaxSupport.h | ||
REGISTER_UNICODE_BLOCK_RANGE
(
0x0000, |
XMacro header #define REGISTER_UNICODE_BLOCK_RANGE(LOWERBOUND, UPPERBOUND, SYMBOLNAME, LOCTEXT_KEY, LOCTEXT_LITERAL) before including this header | ||
Basic Latin REGISTER_UNICODE_BLOCK_RANGE
(
0x0080, |
|||
Basic Latin Latin Extended A REGISTER_UNICODE_BLOCK_RANGE
(
0x0180, |
|||
Basic Latin Latin Extended A IPA Extensions REGISTER_UNICODE_BLOCK_RANGE
(
0x02b0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks REGISTER_UNICODE_BLOCK_RANGE
(
0x0370, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks Cyrillic REGISTER_UNICODE_BLOCK_RANGE
(
0x0500, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenian REGISTER_UNICODE_BLOCK_RANGE
(
0x0590, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabic REGISTER_UNICODE_BLOCK_RANGE
(
0x0700, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0x0780, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKo REGISTER_UNICODE_BLOCK_RANGE
(
0x0800, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaic REGISTER_UNICODE_BLOCK_RANGE
(
0x08a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagari REGISTER_UNICODE_BLOCK_RANGE
(
0x0980, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhi REGISTER_UNICODE_BLOCK_RANGE
(
0x0a80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriya REGISTER_UNICODE_BLOCK_RANGE
(
0x0b80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTelugu REGISTER_UNICODE_BLOCK_RANGE
(
0x0c80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalam REGISTER_UNICODE_BLOCK_RANGE
(
0x0d80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThai REGISTER_UNICODE_BLOCK_RANGE
(
0x0e80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetan REGISTER_UNICODE_BLOCK_RANGE
(
0x1000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgian REGISTER_UNICODE_BLOCK_RANGE
(
0x1100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopic REGISTER_UNICODE_BLOCK_RANGE
(
0x1380, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokee REGISTER_UNICODE_BLOCK_RANGE
(
0x1400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOgham REGISTER_UNICODE_BLOCK_RANGE
(
0x16a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalog REGISTER_UNICODE_BLOCK_RANGE
(
0x1720, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhid REGISTER_UNICODE_BLOCK_RANGE
(
0x1760, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer REGISTER_UNICODE_BLOCK_RANGE
(
0x1800, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended REGISTER_UNICODE_BLOCK_RANGE
(
0x1900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le REGISTER_UNICODE_BLOCK_RANGE
(
0x1980, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x1a00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham REGISTER_UNICODE_BLOCK_RANGE
(
0x1ab0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham Balinese REGISTER_UNICODE_BLOCK_RANGE
(
0x1b80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak REGISTER_UNICODE_BLOCK_RANGE
(
0x1c00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki REGISTER_UNICODE_BLOCK_RANGE
(
0x1c80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0x1cd0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions REGISTER_UNICODE_BLOCK_RANGE
(
0x1d80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0x1e00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended REGISTER_UNICODE_BLOCK_RANGE
(
0x2000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts REGISTER_UNICODE_BLOCK_RANGE
(
0x20a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x2100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms REGISTER_UNICODE_BLOCK_RANGE
(
0x2190, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators REGISTER_UNICODE_BLOCK_RANGE
(
0x2300, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures REGISTER_UNICODE_BLOCK_RANGE
(
0x2440, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics REGISTER_UNICODE_BLOCK_RANGE
(
0x2500, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements REGISTER_UNICODE_BLOCK_RANGE
(
0x25a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x2700, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A REGISTER_UNICODE_BLOCK_RANGE
(
0x27f0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns REGISTER_UNICODE_BLOCK_RANGE
(
0x2900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B REGISTER_UNICODE_BLOCK_RANGE
(
0x2a00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows REGISTER_UNICODE_BLOCK_RANGE
(
0x2c00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C REGISTER_UNICODE_BLOCK_RANGE
(
0x2c80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0x2d30, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended REGISTER_UNICODE_BLOCK_RANGE
(
0x2de0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation REGISTER_UNICODE_BLOCK_RANGE
(
0x2e80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals REGISTER_UNICODE_BLOCK_RANGE
(
0x2ff0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation REGISTER_UNICODE_BLOCK_RANGE
(
0x3040, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana REGISTER_UNICODE_BLOCK_RANGE
(
0x3100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo REGISTER_UNICODE_BLOCK_RANGE
(
0x3190, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended REGISTER_UNICODE_BLOCK_RANGE
(
0x31c0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions REGISTER_UNICODE_BLOCK_RANGE
(
0x3200, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility REGISTER_UNICODE_BLOCK_RANGE
(
0x3400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x4e00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables REGISTER_UNICODE_BLOCK_RANGE
(
0xa490, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables Lisu REGISTER_UNICODE_BLOCK_RANGE
(
0xa500, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B REGISTER_UNICODE_BLOCK_RANGE
(
0xa6a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters REGISTER_UNICODE_BLOCK_RANGE
(
0xa720, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri REGISTER_UNICODE_BLOCK_RANGE
(
0xa830, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa REGISTER_UNICODE_BLOCK_RANGE
(
0xa880, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended REGISTER_UNICODE_BLOCK_RANGE
(
0xa900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended Rejang REGISTER_UNICODE_BLOCK_RANGE
(
0xa960, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavanese REGISTER_UNICODE_BLOCK_RANGE
(
0xa9e0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham REGISTER_UNICODE_BLOCK_RANGE
(
0xaa60, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet REGISTER_UNICODE_BLOCK_RANGE
(
0xaae0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended A REGISTER_UNICODE_BLOCK_RANGE
(
0xab30, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0xabc0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables REGISTER_UNICODE_BLOCK_RANGE
(
0xd7b0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates REGISTER_UNICODE_BLOCK_RANGE
(
0xdb80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates REGISTER_UNICODE_BLOCK_RANGE
(
0xe000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs REGISTER_UNICODE_BLOCK_RANGE
(
0xfb00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A REGISTER_UNICODE_BLOCK_RANGE
(
0xfe00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms REGISTER_UNICODE_BLOCK_RANGE
(
0xfe20, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms REGISTER_UNICODE_BLOCK_RANGE
(
0xfe50, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms B REGISTER_UNICODE_BLOCK_RANGE
(
0xff00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecials REGISTER_UNICODE_BLOCK_RANGE
(
0x10000, |
The following are outside the Basic Multilingual Plane, so may not be supported by UE on all platforms. | ||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms REGISTER_UNICODE_BLOCK_RANGE
(
0x10100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers REGISTER_UNICODE_BLOCK_RANGE
(
0x10190, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc REGISTER_UNICODE_BLOCK_RANGE
(
0x10280, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian REGISTER_UNICODE_BLOCK_RANGE
(
0x102e0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic REGISTER_UNICODE_BLOCK_RANGE
(
0x10330, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic REGISTER_UNICODE_BLOCK_RANGE
(
0x10380, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old Persian REGISTER_UNICODE_BLOCK_RANGE
(
0x10400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavian REGISTER_UNICODE_BLOCK_RANGE
(
0x10480, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage REGISTER_UNICODE_BLOCK_RANGE
(
0x10500, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian REGISTER_UNICODE_BLOCK_RANGE
(
0x10600, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary REGISTER_UNICODE_BLOCK_RANGE
(
0x10840, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary Palmyrene REGISTER_UNICODE_BLOCK_RANGE
(
0x10880, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatran REGISTER_UNICODE_BLOCK_RANGE
(
0x10900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian REGISTER_UNICODE_BLOCK_RANGE
(
0x10980, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive REGISTER_UNICODE_BLOCK_RANGE
(
0x10a00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian REGISTER_UNICODE_BLOCK_RANGE
(
0x10a80, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean REGISTER_UNICODE_BLOCK_RANGE
(
0x10b00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian REGISTER_UNICODE_BLOCK_RANGE
(
0x10b60, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi REGISTER_UNICODE_BLOCK_RANGE
(
0x10c00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian REGISTER_UNICODE_BLOCK_RANGE
(
0x10e60, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi REGISTER_UNICODE_BLOCK_RANGE
(
0x11080, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng REGISTER_UNICODE_BLOCK_RANGE
(
0x11100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng Mahajani REGISTER_UNICODE_BLOCK_RANGE
(
0x11180, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers REGISTER_UNICODE_BLOCK_RANGE
(
0x11200, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers Multani REGISTER_UNICODE_BLOCK_RANGE
(
0x112b0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGrantha REGISTER_UNICODE_BLOCK_RANGE
(
0x11400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhuta REGISTER_UNICODE_BLOCK_RANGE
(
0x11580, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModi REGISTER_UNICODE_BLOCK_RANGE
(
0x11660, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri REGISTER_UNICODE_BLOCK_RANGE
(
0x11700, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi REGISTER_UNICODE_BLOCK_RANGE
(
0x11ac0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi Bhaiksuki REGISTER_UNICODE_BLOCK_RANGE
(
0x11c70, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform REGISTER_UNICODE_BLOCK_RANGE
(
0x12400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform REGISTER_UNICODE_BLOCK_RANGE
(
0x13000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs REGISTER_UNICODE_BLOCK_RANGE
(
0x16800, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro REGISTER_UNICODE_BLOCK_RANGE
(
0x16ad0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong REGISTER_UNICODE_BLOCK_RANGE
(
0x16f00, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation REGISTER_UNICODE_BLOCK_RANGE
(
0x17000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponents REGISTER_UNICODE_BLOCK_RANGE
(
0x1b000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan REGISTER_UNICODE_BLOCK_RANGE
(
0x1bca0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x1d100, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation REGISTER_UNICODE_BLOCK_RANGE
(
0x1d300, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals REGISTER_UNICODE_BLOCK_RANGE
(
0x1d400, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting REGISTER_UNICODE_BLOCK_RANGE
(
0x1e000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui REGISTER_UNICODE_BLOCK_RANGE
(
0x1e900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x1f000, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles REGISTER_UNICODE_BLOCK_RANGE
(
0x1f0a0, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0x1f200, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs REGISTER_UNICODE_BLOCK_RANGE
(
0x1f600, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats REGISTER_UNICODE_BLOCK_RANGE
(
0x1f680, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats Alchemical Symbols REGISTER_UNICODE_BLOCK_RANGE
(
0x1f780, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats Alchemical Symbols Supplemental Arrows C REGISTER_UNICODE_BLOCK_RANGE
(
0x1f900, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats Alchemical Symbols Supplemental Arrows C CJK Unified Ideographs Extension B REGISTER_UNICODE_BLOCK_RANGE
(
0x2a700, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats Alchemical Symbols Supplemental Arrows C CJK Unified Ideographs Extension B CJK Unified Ideographs Extension D REGISTER_UNICODE_BLOCK_RANGE
(
0x2b820, |
|||
Basic Latin Latin Extended A IPA Extensions Combining Diacritical Marks CyrillicArmenianArabicArabic Supplement NKoMandaicDevanagariGurmukhiOriyaTeluguMalayalamThaiTibetanGeorgianEthiopicCherokeeOghamTagalogBuhidKhmer Unified Canadian Aboriginal Syllabics Extended Tai Le Khmer Symbols Tai Tham BalineseBatak Ol Chiki Sundanese Supplement Phonetic Extensions Combining Diacritical Marks Supplement Greek Extended Superscripts and Subscripts Combining Diacritical Marks for Symbols Number Forms Mathematical Operators Control Pictures Enclosed Alphanumerics Block Elements Miscellaneous Symbols Miscellaneous Mathematical Symbols A Braille Patterns Miscellaneous Mathematical Symbols B Miscellaneous Symbols and Arrows Latin Extended C Georgian Supplement Ethiopic Extended Supplemental Punctuation Kangxi Radicals CJK Symbols and Punctuation Katakana Hangul Compatibility Jamo Bopomofo Extended Katakana Phonetic Extensions CJK Compatibility Yijing Hexagram Symbols Yi Syllables LisuCyrillic Extended B Modifier Tone Letters Syloti Nagri Phags pa Devanagari Extended RejangJavaneseCham Tai Viet Ethiopic Extended ACherokee Supplement Hangul Syllables High Surrogates Low Surrogates CJK Compatibility Ideographs Arabic Presentation Forms A Vertical Forms CJK Compatibility Forms Arabic Presentation Forms BSpecialsLinearB Ideograms Ancient Greek Numbers Phaistos Disc Carian Old Italic Old Permic Old Old PersianShavianOsage Caucasian Albanian Cypriot Syllabary PalmyreneHatranLydian Meroitic Cursive Old South Arabian Manichaean Inscriptional Parthian Psalter Pahlavi Old Hungarian Brahmi Sora Sompeng MahajaniSinhala Archaic Numbers MultaniGranthaTirhutaModiTakri Warang Citi BhaiksukiCuneiform Early Dynastic Cuneiform Anatolian Hieroglyphs Mro Pahawh Hmong Ideographic Symbols and Punctuation TangutComponentsDuployan Byzantine Musical Symbols Ancient Greek Musical Notation Counting Rod Numerals Sutton SignWriting Mende Kikakui Arabic Mathematical Alphabetic Symbols Domino Tiles Enclosed Alphanumeric Supplement Miscellaneous Symbols and Pictographs Ornamental Dingbats Alchemical Symbols Supplemental Arrows C CJK Unified Ideographs Extension B CJK Unified Ideographs Extension D CJK Compatibility Ideographs Supplement REGISTER_UNICODE_BLOCK_RANGE
(
0xe0000, |
|||
void RemoveTrackedWidget
(
const SWidget* WidgetToStopTracking |
Removes a tracked Widget for all tags. | Widgets/Accessibility/SlateWidgetTracker.h | |
| Widgets/DeclarativeSyntaxSupport.h | |||
T1RequiredArgs< Arg0Type && > RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0 |
Widgets/DeclarativeSyntaxSupport.h | ||
T2RequiredArgs< Arg0Type &&, Arg1Type && > RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
Widgets/DeclarativeSyntaxSupport.h | ||
T3RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type && > RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
Widgets/DeclarativeSyntaxSupport.h | ||
T4RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type &&, Arg3Type && > RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
Widgets/DeclarativeSyntaxSupport.h | ||
T5RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type &&, Arg3Type &&, Arg4Type && > RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
Widgets/DeclarativeSyntaxSupport.h | ||
void SetBrush
(
const FSlateBrush* InBrush, |
Rendering/DrawElementPayloads.h | ||
void SetCachedBuffer
(
FSlateRenderDataHandle* InRenderDataHandle, |
Cached Buffers. | Rendering/DrawElementPayloads.h | |
void SetCubicBezier
(
const UE::Slate::FDeprecateVector2DParameter InP0, |
Rendering/DrawElementPayloads.h | ||
void SetCustomDrawer
(
const TSharedPtr< ICustomSlateElement, ESPMode::ThreadSafe >& InCustomDrawer |
Rendering/DrawElementPayloads.h | ||
void SetCustomVerts
(
const FSlateShaderResourceProxy* InRenderProxy, |
Rendering/DrawElementPayloads.h | ||
void SetGradient
(
TArray< FSlateGradientStop > InGradientStops, |
Rendering/DrawElementPayloads.h | ||
void SetGradientHermiteSpline
(
const UE::Slate::FDeprecateVector2DParameter InStart, |
Rendering/DrawElementPayloads.h | ||
void SetHermiteSpline
(
const UE::Slate::FDeprecateVector2DParameter InStart, |
Rendering/DrawElementPayloads.h | ||
void SetLayer
(
FSlateDrawLayerHandle* InLayerHandle |
Rendering/DrawElementPayloads.h | ||
| Rendering/DrawElementPayloads.h | |||
void SetLines
(
TArray< FVector2f > InPoints, |
Rendering/DrawElementPayloads.h | ||
void SetOutline
(
const FLinearColor& InOutlineColor, |
Rendering/DrawElementPayloads.h | ||
void SetOverflowArgs
(
const FTextOverflowArgs& InArgs |
Rendering/DrawElementPayloads.h | ||
void SetRadius
(
FVector4f InRadius |
Rendering/DrawElementPayloads.h | ||
void SetShapedText
(
FSlateWindowElementList& ElementList, |
Rendering/DrawElementPayloads.h | ||
void SetText
(
const FString& InText, |
Rendering/DrawElementPayloads.h | ||
void SetText
(
const FString& InText, |
Rendering/DrawElementPayloads.h | ||
void SetThickness
(
float InThickness |
Thickness. | Rendering/DrawElementPayloads.h | |
void SetViewport
(
const TSharedPtr< const ISlateViewport >& InViewport, |
Rendering/DrawElementPayloads.h | ||
bool SetWidgetAttribute
(
SWidget& ThisWidget, |
Performs the attribute assignment and invalidates the widget minimally based on what actually changed. | Widgets/SWidget.h | |
FSlateRect TransformRect
(
const TransformType& Transform, |
Transforms a rect by the given transform, ensuring the rect does not get inverted. | Layout/SlateRect.h | |
FSlateRotatedRect TransformRect
(
const TransformType& Transform, |
Transforms a rect by the given transform. | Layout/SlateRotatedRect.h | |
const FVector2f & UE::Slate::CastToVector2f
(
const FVector2f& InValue |
CastToVector2f allows supported types to be explicitly coerced to an FVector2f or const FVector2f& This allows generic programming patterns that must operate on FVector2f given many input types | Types/SlateVector2.h | |
FVector2f UE::Slate::CastToVector2f
(
const FVector2d& InValue |
Types/SlateVector2.h | ||
auto UE::Slate::MakeTupleIndicies() |
Rendering/RenderingCommon.h | ||
auto UE::Slate::MakeTupleIndiciesInner
(
std::integer_sequence< IndexType, Indices... > |
Rendering/RenderingCommon.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static AlignmentArrangeResult AlignChild
(
float AllottedSize, |
Layout/LayoutUtils.h | ||
static AlignmentArrangeResult AlignChild
(
float AllottedSize, |
Layout/LayoutUtils.h | ||
static AlignmentArrangeResult AlignChild
(
EFlowDirection InLayoutFlow, |
Layout/LayoutUtils.h | ||
static AlignmentArrangeResult AlignChild
(
EFlowDirection InLayoutFlow, |
Helper method to BoxPanel::ArrangeChildren. | Layout/LayoutUtils.h | |
static void ArrangeChildrenInStack
(
EFlowDirection InLayoutFlow, |
Layout/LayoutUtils.h | ||
static void ArrangeChildrenInStack
(
EFlowDirection InLayoutFlow, |
Note that this accepts Child Proxies rather than the children themselves, allowing layout operations independent of the child widget array itself. | Layout/LayoutUtils.h | |
static void ArrangeChildrenInStack
(
EFlowDirection InLayoutFlow, |
Layout/LayoutUtils.h | ||
static void ArrangeChildrenInStack
(
EFlowDirection InLayoutFlow, |
Layout/LayoutUtils.h | ||
static void ArrangeSingleChild
(
const FGeometry& AllottedGeometry, |
Arrange a ChildSlot within the AllottedGeometry and populate ArrangedChildren with the arranged result. | Layout/LayoutUtils.h | |
static void ArrangeSingleChild
(
const FGeometry& AllottedGeometry, |
Layout/LayoutUtils.h | ||
static void ArrangeSingleChild
(
EFlowDirection InFlowDirection, |
Layout/LayoutUtils.h | ||
static void ArrangeSingleChild
(
EFlowDirection InFlowDirection, |
Layout/LayoutUtils.h | ||
static AlignmentArrangeResult ArrangeUtils::AlignCenter
(
float AllottedSize, |
Same as AlignChild but force the alignment to be center. | Layout/LayoutUtils.h | |
static AlignmentArrangeResult ArrangeUtils::AlignFill
(
float AllottedSize, |
Same as AlignChild but force the alignment to be fill. | Layout/LayoutUtils.h | |
static FMargin LayoutPaddingWithFlow
(
EFlowDirection InLayoutFlow, |
Layout/LayoutUtils.h | ||
static bool SetWidgetAttribute
(
SWidget& ThisWidget, |
Performs the attribute assignment and invalidates the widget minimally based on what actually changed. | Widgets/SWidget.h | |
static FBox2f UE::Slate::CastToBox2f
(
const FBox2d& InValue |
Types/SlateBox2.h |