CSS2.1 Test Suite

Selectors (677 tests)

Test Refs Flags Info
+ 5.1 Pattern matching
selectors-001 CSS Selectors (basic)
+ 5.2 Selector syntax
+ 5.2.1 Grouping
c12-grouping-000 Grouping
grouping-000 Selectors: Grouping
  • Browsers should apply the rule to all elements grouped
grouping-001 Invalid Selectors: Grouping: Invalid grouping
  • Browsers should ignore an invalid grouping
grouping-002 Condensing selectors
  • Selectors can be condensed into a single selector.
+ 5.3 Universal selector
universal-selector-001 Universal selector
  • The universal selector applies to all elements.
universal-selector-002 Implied universal selector for pseudo selector
  • If the universal selector is not the only component of a simple pseudo selector the '*' can be omitted.
universal-selector-003 Implied universal selector for class selector
  • If the universal selector is not the only component of a simple class selector the * can be omitted.
universal-selector-004 Implied universal selector for ID
  • If the universal selector is not the only component of a simple id selector the * can be omitted.
universal-selector-005 Bitmaps universal selector - list-style-image
  • The universal selector matches the name of any element type. 'list-style-image' applies to elements with 'display: list-item'.
+ 5.4 Type selectors
selectors-002 CSS Selectors (basic tests)
type-selector-001 Type selectors
  • Basic type selectors apply to each type.
+ 5.5 Descendant selectors
c16-descendant-000 Descendant selectors (Contextual selectors)
c16-descendant-001 Contextual selectors
c16-descendant-002 Contextual selectors
descendant-selector-000 Selectors: Descendant selectors
  • Browsers should apply each rule to the descendant elements
descendant-selector-001 Selectors: Descendant selectors and universal selector
  • Browsers should apply each rule to the descendant elements
descendent-selector-001 Descendent selector does not apply to parent element
  • Descendent selectors are applied only to descendents.
descendent-selector-002 Descendent selector
  • Descendent selectors are applied only to descendents.
descendent-selector-003 Descendent selector with additional element between
  • Descendent selectors are applied to descendents even if additional elements separate parent and subject of selector.
descendent-selector-004 Descendent selector with incorrect parent element
  • Descendent selectors are applied only to descendents where the parent element matches.
descendent-selector-005 Grandchild selection with no children
  • Grandchild selection is applied only to elements which have grandchildren.
descendent-selector-006 Grandchild selection with no grandchildren
  • Grandchild selection is applied only to elements which have grandchildren.
descendent-selector-007 Grandchild selection
  • Grandchild selection is applied only to elements which are grandchildren.
descendent-selector-008 Descendent selector with ID attribute does not match elements without the ID attribute
  • Descendent selector with attribute applies only to applicable elements.
descendent-selector-009 Descendent selector with ID attribute
  • Descendent selector with attribute applies only to applicable elements.
descendent-selector-010 Descendent selector and tabs
  • A descendant selector can be separated by a tab.
descendent-selector-011 Descendent selector and newlines
  • A descendant selector can be separated by a newline.
+ 5.6 Child selectors
child-selector-001 Child selector does not match when there is no matching parent
  • Child selectors only apply when parent and child elements match.
child-selector-002 Child selector without direct child
  • Child selectors only apply to child elements when there is a direct parent child relationship.
child-selector-003 Child selector
  • Child selectors apply to child elements.
+ 5.7 Adjacent sibling selectors
adjacent-000 Selectors: Adjacent selectors
  • Browsers should apply each rule to the adjacent element
adjacent-001 Selectors: Adjacent selectors without the space separator
  • Browsers should apply each rule to the adjacent element also without the space separator
adjacent-002 Selectors: Adjacent selectors with the universal selector
  • Browsers should apply each rule to the adjacent element when combined with the universal selector
combinator-001 Descendant combinators and newlines
  • Newlines can appear between a descendent combinator and the simple selectors around it.
combinator-002 Sibling combinators and spaces
  • Spaces can appear between a sibling combinator and its simple selectors.
combinator-003 Sibling combinators and newlines
  • Newlines can appear between a sibling combinator and the simple selectors around it.
combinator-004 Descendant combinators and spaces
  • Spaces can appear between a descendant combinator and the simple selectors around it.
dynamic-sibling-combinator-001 DOM/JS Testing dynamic changes and the '+' combinator
  • Dynamically changing an attribute should cause selectors using '+' to match as needed.
focus-pseudo-class-001 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 textarea must be focused in order to enter text into it. The :focus pseudo-class applies to a textarea while it has the focus (accepts keyboard events or other forms of text input).
focus-pseudo-class-002 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 text input control must be focused in order to enter text into it. The :focus pseudo-class applies to a text input control while it has the focus (accepts keyboard events or other forms of text input).
focus-pseudo-class-003 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 radio button must receive focus state when clicking on it or when selecting it with the keyboard. The :focus pseudo-class applies to a radio button while it has the focus (accepts keyboard events or other forms of input).
sibling-selector-001 Simple sibling selector
  • Sibling selector only applies to immediate siblings.
sibling-selector-002 Sibling selector with non-element node
  • Sibling selector only applies to immediate siblings ignoring non-element nodes.
sibling-selector-003 Sibling selector with non element node
  • Sibling selector only applies to immediate siblings ignoring text nodes.
+ 5.8 Attribute selectors
attribute-000 Selectors: Attribute selectors: Generic match
  • Browsers should apply each rule to the elements with the specified attribute, disregarding its value
attribute-001 Selectors: Attribute selectors: Generic match with the universal selector
  • Browsers should apply each rule to the elements with the specified attribute, disregarding its value
attribute-002 Selectors: Attribute selectors: Exact match
  • Browsers should apply each rule to the elements with the specified attribute and the specified value
attribute-003 Selectors: Attribute selectors: Exact match with the universal selector
  • Browsers should apply each rule to the elements with the specified attribute and the specified value
attribute-004 Selectors: Attribute selectors: Partial match
  • Browsers should apply each rule to the elements with one of the values separated by a space
attribute-005 Selectors: Attribute selectors: Partial match with the universal selector
  • Browsers should apply each rule to the elements with one of the values separated by a space
attribute-006 Selectors: Attribute selectors: Substring matching
  • Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
attribute-007 Selectors: Attribute selectors: Substring matching with the universal selector
  • Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
attribute-selector-001 ID selector without value and no matching element
  • Attribute selector without a value matches any element which has that attribute set.
attribute-selector-002 Attribute selector without value
  • Attribute selector without a value matches any element which has that attribute set.
attribute-value-selector-001 Attribute selector matching value
  • Selector matches attribute with specific value.
attribute-value-selector-002 Attribute selector matching value in hyphenated list
  • Selector matches attributes with specific value in a hyphen-separated list.
attribute-value-selector-003 Attribute selector matching value in list
  • Selector matches attribute with specific value in a space-separated list.
attribute-value-selector-004 Invalid Numeric attributes
  • Attributes cannot begin with numerals.
attribute-value-selector-005 Case sensitivity of attributes and attribute values in HTML 4.01
  • HTML 4.01 attribute names are not case sensitive.
attribute-value-selector-006 Multiple and repeating attributes
  • Multiple attribute selectors can be used to refer to several attributes of an element, or even several times to the same attribute.
attribute-value-selector-007 lang attribute selector - att=val
  • lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val
attribute-value-selector-010 lang attribute selector - att |= val
  • lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list
dynamic-sibling-combinator-001 DOM/JS Testing dynamic changes and the '+' combinator
  • Dynamically changing an attribute should cause selectors using '+' to match as needed.
html-case-sensitivity-001 HTML case sensitivity - Simple selectors
  • Simple selectors are not case sensitive in HTML.
+ 5.8.1 Matching attributes and attribute values
default-attribute-selector-001 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-002 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-003 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-004 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-005 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-006 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-007 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-008 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
+ 5.8.2 Default attribute values in DTDs
default-attribute-selector-001 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-002 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-003 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-004 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-005 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-006 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-007 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-008 attribute selector - Default attribute values in DTDs
  • Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
+ 5.8.3 Class selectors
c14-classes-000 Class as selector
class-000 Selectors: Class selectors
  • Browsers should apply each rule to the elements which have the specified class
class-001 Selectors: Class selectors with the universal selector
  • Browsers should apply each rule to the elements which have the specified class
class-002 Selectors: Class selectors: Multiple classes
  • Browsers should apply each rule to the elements which have the specified class or classes
class-selector-001 Class selectors with only a partial match of 'class' attribute
  • Class selector need to match any or all of the values in the 'class' attribute.
class-selector-002 Class selectors with a type
  • Class selector with a type, match the appropriate element.
class-selector-003 Class selectors without a type
  • Class selector without a type, match the appropriate element.
class-selector-004 Invalid Invalid class selectors with a space between the "." and the class name
  • The attribute value of a class selector followed by white space is invalid.
class-selector-005 Invalid Invalid class selectors with a carriage return between the "." and the class name
  • The attribute value of a class selector followed by white space is invalid.
class-selector-006 Multiple class selectors
  • All class names in the selector need to match all of the 'class' attribute values.
class-selector-007 Multiple class selectors and missing class values
  • All class names in the selector need to match all of the 'class' attribute values.
class-selector-008 CSS: Case Sensitive Classes
class-selector-009 Multiple classes
class-selector-010 Multiple classes
class-selector-011 Multiple classes
class-selector-012 Multiple classes
+ 5.9 ID selectors
c15-ids-000 ID as selector
c15-ids-001 ID as selector
id-000 Selectors: ID selectors
  • Browsers should apply each rule to the elements which have the specified ID
id-001 Selectors: ID selectors with universal selector
  • Browsers should apply each rule to the elements which have the specified ID
id-selector-001 Simple ID selectors
  • ID selector matches appropriate element.
id-selector-002 ID selector syntax - Begins with hyphen
  • Identifier selectors starting with a hyphen are valid.
id-selector-004 Invalid Invalid ID selector syntax - white space between # and id
  • White space is not allowed between # and identifier for selector.
id-selector-005 Invalid Invalid ID selector syntax - Begins with numerals
  • Identifier selectors are invalid if it begins with a numeral.
id-selector-006 Simple ID selectors specificity over attribute selectors
  • ID selectors trump attribute selectors in specificity.
+ 5.10 Pseudo-elements and pseudo-classes
c25-pseudo-elmnt-000 Pseudo-elements in Selectors
+ 5.11 Pseudo-classes
c21-pseu-cls-000 Interact anchor
c21-pseu-id-000 Interact anchor
c21-pseud-anch-000 Interact anchor
+ 5.11.1 :first-child pseudo-class
first-child-000 Selectors: The :first-child pseudo-class
  • Browsers should apply each rule to the element which is the first child of its parent
first-child-001 Selectors: The :first-child pseudo-class with the universal selector
  • Browsers should apply each rule to the element which is the first child of its parent
first-child-selector-001 First-child pseudo-class
  • First-child pseudo-class matches only the first element of its type.
first-child-selector-002 First-child pseudo-class with text node
  • First-child pseudo-class matches only the first element of its type ignoring text nodes.
+ 5.11.2 The link pseudo-classes: :link and :visited
+ 5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus
active-selector-001 Interact Active pseudo-class matching
  • Active pseudo-class selector matches any element which has been activated until it has been deactivated.
active-selector-002 Interact :active (basic test)
c21-activ-ln-000 Interact anchor
c21-focus-ln-000 Interact anchor
c21-hover-ln-000 Interact anchor
dom-hover-001 DOM/JSInteract Effect of DOM mutations on :hover matching
dom-hover-002 DOM/JSInteract Effect of DOM mutations on :hover matching
dynamic-pseudo-classes-000 Interact Selectors: The dynamic pseudo-classes: :hover on links
  • Browsers should honour the change of state in the elements
dynamic-pseudo-classes-001 Interact Selectors: The dynamic pseudo-classes: :hover on different elements
  • Browsers should honour the change of state in the elements
dynamic-pseudo-classes-002 Interact Selectors: The dynamic pseudo-classes: :active
  • Browsers should honour the change of state in the elements
dynamic-pseudo-classes-003 Interact Selectors: The dynamic pseudo-classes: :focus
  • Browsers should honour the change of state in the elements
focus-pseudo-class-001 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 textarea must be focused in order to enter text into it. The :focus pseudo-class applies to a textarea while it has the focus (accepts keyboard events or other forms of text input).
focus-pseudo-class-002 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 text input control must be focused in order to enter text into it. The :focus pseudo-class applies to a text input control while it has the focus (accepts keyboard events or other forms of text input).
focus-pseudo-class-003 Interact :focus pseudo-class - adjacent sibling selector
  • An HTML 4 radio button must receive focus state when clicking on it or when selecting it with the keyboard. The :focus pseudo-class applies to a radio button while it has the focus (accepts keyboard events or other forms of input).
focus-selector-001 Interact Focus selector on controls
  • Focus pseudo-class matches any element which has input focus.
hover-selector-001 Interact Hover selector on a simple element
  • The :hover pseudo-class selects an element which is being hovered by the mouse cursor.
hover-selector-002 Interact :hover and font-weight
hover-selector-003 Interact :hover and font-weight
+ 5.11.4 The language pseudo-class: :lang
lang-pseudoclass-001 :lang pseudoclass
  • :lang pseudoclass in HTML should not be case-sensitive, and match a substring
lang-selector-001 Selectors :lang pseudo-class
  • The :lang pseudo-class selector matches any element with a matching lang attribute.
lang-selector-002 Invalid Empty :lang selector
  • Language identifier cannot be empty.
lang-selector-003 Invalid language name for :lang selector
  • The language identifier in the :lang selector doesn't have to be a valid language name.
lang-selector-004 Inherited lang attribute selected
  • Lang attribute is inherited and lang selector works on children.
lang-selector-005 HTTP Lang selector and document language set via server's content-language
  • Lang attribute is selectable when specified by HTTP header.
lang-selector-006 Lang selector and document language set via meta tag
  • Lang attribute is selectable when specified in a meta tag.
+ 5.12 Pseudo-elements
+ 5.12.1 The :first-line pseudo-element
c23-first-line-000 first-line
c25-pseudo-elmnt-000 Pseudo-elements in Selectors
c26-psudo-nest-000 Multiple Pseudo-Elements
first-letter-selector-017 Inline-block usage with :first-letter
  • The first letter of an inline-block cannot be the first letter of an ancestor element.
first-letter-selector-024 Table-cell usage with :first-letter
  • The first letter of a table-cell cannot be the first letter of an ancestor element.
first-line-000 Selectors: The :first-line pseudo-element
  • Browsers should apply the rule only to the first line of a block-level element
first-line-001 = :first-line
first-line-floats-001 = :first-line
first-line-floats-002 = :first-line
first-line-floats-003 = :first-line
first-line-floats-004 = DOM/JS :first-line
first-line-inherit-001 = :first-line
first-line-inherit-002 = :first-line
first-line-inherit-003 = :first-line
first-line-pseudo-001 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-002 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-004 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-005 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-007 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-008 CSS Block Box Model: first-line and anonymous boxes
first-line-pseudo-009 CSS Block Box Model: first-line and inherited backgrounds
first-line-pseudo-010 CSS Block Box Model: first-line and borders
first-line-pseudo-011 :first-line and margin collapsing
first-line-pseudo-012 vertical-align: length on :first-line
first-line-pseudo-013 vertical-align: top on :first-line
first-line-pseudo-014 vertical-align: top on :first-line
first-line-pseudo-015 vertical-align: bottom on :first-line
first-line-pseudo-016 vertical-align: bottom on :first-line
first-line-pseudo-017 First-Line: Innermost vs outermost
first-line-pseudo-018 Basic :first-line test
first-line-pseudo-019 Basic :first-line test
first-line-pseudo-020 Basic :first-line test
first-line-pseudo-021 First-Line: Inheritance
first-line-selector-001 First-line pseudo-element
  • The :first-line pseudo-element matches the first line of a given element.
first-line-selector-002 First-line selector applicability to table cells
  • The :first-line pseudo-element can be attached to a table-cell.
first-line-selector-003 Table cells usage with :first-line
  • The first line of a table-cell cannot be the first formatted line of an ancestor element.
first-line-selector-004 First-line and in-flow block level descendents
  • The 'first formatted line' of an element can occur inside a block-level descendant in the same flow.
first-line-selector-006 First-line and inline elements
  • First-line applies to inline elements.
first-line-selector-007 First-line and font property
  • First-line allows font property.
first-line-selector-008 First-line and allowed properties
  • First-line allows letter-spacing, text-decoration, text-transform and line-height properties.
first-line-selector-009 First-line and inapplicable properties
  • First-line does not allow the float, border or direction properties.
first-line-selector-010 First-line after a BR
  • The :first-line pseudo-element start tag is inserted right after the start tag of the block element.
first-line-selector-011 Inline-block usage with :first-line
  • The first line of an inline-block cannot be the first formatted line of an ancestor element.
first-line-selector-012 First-line selector applicability to table captions
  • The :first-line pseudo-element can be attached to a table caption.
first-line-selector-013 First-line selector applicability to inline-blocks
  • The :first-line pseudo-element can be attached to an inline-block.
first-line-selector-014 :first-line pseudo-element - text-transform
first-line-selector-015 :first-line pseudo-element - text-transform
  • The :first-line pseudo-element can be attached to an unordered list because it is a block-level element. The "first formatted line" of an unordered list occurs inside its first list-item because it is a non-positioned and non-floated block-level descendant in the same flow. User agents may change the document's layout (preferred behavior but nonetheless optional) when the viewport is resized.
first-line-selector-016 Inline-block usage with :first-line
  • The first line of an inline-block cannot be the first formatted line of an ancestor element.
pseudo-001 Pseudo elements before simple selector
  • A pseudo-selector cannot be followed by a simple selector.
pseudo-002 First-line pseudo-element case sensitivity
  • First-line is case-insensitive.
pseudo-003 Interact Multiple pseudo-classes - hover and active
  • Hover and active pseudo-classes can be applied at the same time.
pseudo-005 InteractOptional Pseudo-classes and layout
  • User agents are not required to reflow a currently displayed document due to pseudo-class transitions.
pseudo-006 First-letter pseudo-element case sensitivity
  • First-letter is case-insensitive.
pseudo-007 First-child pseudo-element case sensitivity
  • First-child is case-insensitive.
pseudo-008 After and before case sensitivity
  • After and before are case-insensitive.
pseudo-009 Interact Pseudo-class ':visited' case sensitivity
  • The ':visited' pseudo-class' is case-insensitive.
pseudo-010 Interact Active pseudo-element case sensitivity
  • Active is case-insensitive.
pseudo-011 Interact Hover pseudo-element case sensitivity
  • Hover is case-insensitive.
pseudo-012 Interact Focus pseudo-element case sensitivity
  • Focus is case-insensitive.
pseudo-013 Interact Multiple pseudo-classes - Link, first-child, hover
  • Link, first-child, and hover can all be applied at the same time.
pseudo-014 Pseudo elements before attribute selector
  • A pseudo-selector cannot be followed by an attribute selector.
pseudo-015 Pseudo elements before child selector
  • A pseudo-selector cannot be followed by a child selector.
pseudo-016 Pseudo elements not the last (invalid) - Sibling selector
  • A pseudo-selector cannot be followed by a sibling selector.
+ 5.12.2 The :first-letter pseudo-element
bidi-first-letter-001 :first-letter applied to joined text
  • :first-letter applied to joined text should not break joining
bidi-first-letter-002 first-letter and inherent rtl
  • :first-letter applied to inherent RTL text should start from the right
bidi-first-letter-003 :first-letter and direction:rtl - inherent ltr text
  • :first-letter applied to inherent LTR text in RTL context should adhere to text direction, not paragraph direction
bidi-first-letter-004 :first-letter and bidi-override - inherent ltr text
  • :first-letter applied to inherent LTR text reordered with bidi-override should pick out the first logical letter
bidi-first-letter-005 :first-letter and bidi-override - inherent rtl text
  • :first-letter applied to inherent RTL text reordered with bidi-override should pick out the first logical letter
bidi-first-letter-006 :first-letter in the middle of the line because of bidi reordering
  • :first-letter not at the start of the line because of bidi reordering may not be applied, but if it is applied it should be applied to the logical first letter and no other letter
c24-first-lttr-000 first-letter
c26-psudo-nest-000 Multiple Pseudo-Elements
first-letter-000 Selectors: The :first-letter pseudo-element
  • Browsers should apply the rule only to the first letter of a block-level element
first-letter-001 = :first-letter
first-letter-dynamic-001 = DOM/JS :first-letter
first-letter-dynamic-002 = DOM/JS :first-letter
first-letter-dynamic-003a = DOM/JS :first-letter
first-letter-dynamic-003b = DOM/JS :first-letter
first-letter-inherit-001 = :first-letter
first-letter-nested-001 = :first-letter
first-letter-nested-002 = DOM/JS :first-letter
first-letter-nested-003 = DOM/JS :first-letter
first-letter-nested-004 = DOM/JS :first-letter
first-letter-nested-005 = DOM/JS :first-letter
first-letter-nested-007 = :first-letter
first-letter-punctuation-001 First-letter with the 'right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right parenthesis'.
first-letter-punctuation-002 First-letter with the 'right square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket'.
first-letter-punctuation-003 First-letter with the 'right curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right curly bracket'.
first-letter-punctuation-004 First-letter with the 'tibetan mark gug rtags gyas' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark gug rtags gyas'.
first-letter-punctuation-005 First-letter with the 'tibetan mark ang khang gyas' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark ang khang gyas'.
first-letter-punctuation-006 First-letter with the 'ogham reversed feather mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ogham reversed feather mark'.
first-letter-punctuation-007 First-letter with the 'right square bracket with quill' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with quill'.
first-letter-punctuation-008 First-letter with the 'superscript right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'superscript right parenthesis'.
first-letter-punctuation-009 First-letter with the 'subscript right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'subscript right parenthesis'.
first-letter-punctuation-010 First-letter with the 'right-pointing angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing angle bracket'.
first-letter-punctuation-012 First-letter with the 'medium right parenthesis ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right parenthesis ornament'.
first-letter-punctuation-013 First-letter with the 'medium flattened right parenthesis ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium flattened right parenthesis ornament'.
first-letter-punctuation-014 First-letter with the 'medium right-pointing angle bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right-pointing angle bracket ornament'.
first-letter-punctuation-015 First-letter with the 'heavy right-pointing angle quotation mark ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy right-pointing angle quotation mark ornament'.
first-letter-punctuation-016 First-letter with the 'heavy right-pointing angle bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy right-pointing angle bracket ornament'.
first-letter-punctuation-017 First-letter with the 'light right tortoise shell bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'light right tortoise shell bracket ornament'.
first-letter-punctuation-018 First-letter with the 'medium right curly bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right curly bracket ornament'.
first-letter-punctuation-019 First-letter with the 'right s-shaped bag delimiter' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right s-shaped bag delimiter'.
first-letter-punctuation-020 First-letter with the 'mathematical right white square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right white square bracket'.
first-letter-punctuation-021 First-letter with the 'mathematical right angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right angle bracket'.
first-letter-punctuation-022 First-letter with the 'mathematical right double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right double angle bracket'.
first-letter-punctuation-023 First-letter with the 'right white curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white curly bracket'.
first-letter-punctuation-024 First-letter with the 'right white parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white parenthesis'.
first-letter-punctuation-025 First-letter with the 'z notation right image bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation right image bracket'.
first-letter-punctuation-026 First-letter with the 'z notation right binding bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation right binding bracket'.
first-letter-punctuation-027 First-letter with the 'right square bracket with underbar' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with underbar'.
first-letter-punctuation-028 First-letter with the 'right square bracket with tick in bottom corner' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with tick in bottom corner'.
first-letter-punctuation-029 First-letter with the 'right square bracket with tick in top corner' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with tick in top corner'.
first-letter-punctuation-030 First-letter with the 'right angle bracket with dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle bracket with dot'.
first-letter-punctuation-031 First-letter with the 'right arc greater-than bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right arc greater-than bracket'.
first-letter-punctuation-032 First-letter with the 'double right arc less-than bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double right arc less-than bracket'.
first-letter-punctuation-033 First-letter with the 'right black tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right black tortoise shell bracket'.
first-letter-punctuation-034 First-letter with the 'right wiggly fence' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right wiggly fence'.
first-letter-punctuation-035 First-letter with the 'right double wiggly fence' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double wiggly fence'.
first-letter-punctuation-036 First-letter with the 'right-pointing curved angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing curved angle bracket'.
first-letter-punctuation-037 First-letter with the 'right angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle bracket'.
first-letter-punctuation-038 First-letter with the 'right double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double angle bracket'.
first-letter-punctuation-039 First-letter with the 'right corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right corner bracket'.
first-letter-punctuation-040 First-letter with the 'right white corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white corner bracket'.
first-letter-punctuation-041 First-letter with the 'right black lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right black lenticular bracket'.
first-letter-punctuation-042 First-letter with the 'right tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right tortoise shell bracket'.
first-letter-punctuation-043 First-letter with the 'right white lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white lenticular bracket'.
first-letter-punctuation-044 First-letter with the 'right white tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white tortoise shell bracket'.
first-letter-punctuation-045 First-letter with the 'right white square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white square bracket'.
first-letter-punctuation-046 First-letter with the 'double prime quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double prime quotation mark'.
first-letter-punctuation-047 First-letter with the 'low double prime quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'low double prime quotation mark'.
first-letter-punctuation-048 First-letter with the 'ornate right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ornate right parenthesis'.
first-letter-punctuation-049 First-letter with the 'presentation form for vertical right white lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right white lenticular bracket'.
first-letter-punctuation-050 First-letter with the 'presentation form for vertical right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right parenthesis'.
first-letter-punctuation-051 First-letter with the 'presentation form for vertical right curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right curly bracket'.
first-letter-punctuation-052 First-letter with the 'presentation form for vertical right tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right tortoise shell bracket'.
first-letter-punctuation-053 First-letter with the 'presentation form for vertical right black lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right black lenticular bracket'.
first-letter-punctuation-054 First-letter with the 'presentation form for vertical right double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right double angle bracket'.
first-letter-punctuation-055 First-letter with the 'presentation form for vertical right angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right angle bracket'.
first-letter-punctuation-056 First-letter with the 'presentation form for vertical right corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right corner bracket'.
first-letter-punctuation-057 First-letter with the 'presentation form for vertical right white corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right white corner bracket'.
first-letter-punctuation-058 First-letter with the 'presentation form for vertical right square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right square bracket'.
first-letter-punctuation-059 First-letter with the 'small right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right parenthesis'.
first-letter-punctuation-060 First-letter with the 'small right curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right curly bracket'.
first-letter-punctuation-061 First-letter with the 'small right tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right tortoise shell bracket'.
first-letter-punctuation-062 First-letter with the 'fullwidth right parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right parenthesis'.
first-letter-punctuation-063 First-letter with the 'fullwidth right square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right square bracket'.
first-letter-punctuation-064 First-letter with the 'fullwidth right curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right curly bracket'.
first-letter-punctuation-065 First-letter with the 'fullwidth right white parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right white parenthesis'.
first-letter-punctuation-066 First-letter with the 'halfwidth right corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth right corner bracket'.
first-letter-punctuation-067 First-letter with the 'right-pointing double angle quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing double angle quotation mark'.
first-letter-punctuation-068 First-letter with the 'right single quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right single quotation mark'.
first-letter-punctuation-069 First-letter with the 'right double quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double quotation mark'.
first-letter-punctuation-070 First-letter with the 'single right-pointing angle quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single right-pointing angle quotation mark'.
first-letter-punctuation-071 First-letter with the 'right substitution bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right substitution bracket'.
first-letter-punctuation-072 First-letter with the 'right dotted substitution bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right dotted substitution bracket'.
first-letter-punctuation-073 First-letter with the 'right transposition bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right transposition bracket'.
first-letter-punctuation-074 First-letter with the 'right raised omission bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right raised omission bracket'.
first-letter-punctuation-075 First-letter with the 'right low paraphrase bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right low paraphrase bracket'.
first-letter-punctuation-076 First-letter with the 'left-pointing double angle quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing double angle quotation mark'.
first-letter-punctuation-077 First-letter with the 'left single quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left single quotation mark'.
first-letter-punctuation-078 First-letter with the 'single high-reversed-9 quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single high-reversed-9 quotation mark'.
first-letter-punctuation-079 First-letter with the 'left double quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double quotation mark'.
first-letter-punctuation-080 First-letter with the 'double high-reversed-9 quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double high-reversed-9 quotation mark'.
first-letter-punctuation-081 First-letter with the 'single left-pointing angle quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single left-pointing angle quotation mark'.
first-letter-punctuation-082 First-letter with the 'left substitution bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left substitution bracket'.
first-letter-punctuation-083 First-letter with the 'left dotted substitution bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left dotted substitution bracket'.
first-letter-punctuation-084 First-letter with the 'left transposition bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left transposition bracket'.
first-letter-punctuation-085 First-letter with the 'left raised omission bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left raised omission bracket'.
first-letter-punctuation-086 First-letter with the 'left low paraphrase bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left low paraphrase bracket'.
first-letter-punctuation-087 First-letter with the 'exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'exclamation mark'.
first-letter-punctuation-088 First-letter with the 'quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'quotation mark'.
first-letter-punctuation-089 First-letter with the 'number sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'number sign'.
first-letter-punctuation-090 First-letter with the 'percent sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'percent sign'.
first-letter-punctuation-091 First-letter with the 'ampersand' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ampersand'.
first-letter-punctuation-092 First-letter with the 'apostrophe' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'apostrophe'.
first-letter-punctuation-093 First-letter with the 'asterisk' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'asterisk'.
first-letter-punctuation-094 First-letter with the 'comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'comma'.
first-letter-punctuation-095 First-letter with the 'full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'full stop'.
first-letter-punctuation-096 First-letter with the 'solidus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'solidus'.
first-letter-punctuation-097 First-letter with the 'colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'colon'.
first-letter-punctuation-098 First-letter with the 'semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'semicolon'.
first-letter-punctuation-099 First-letter with the 'question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'question mark'.
first-letter-punctuation-100 First-letter with the 'commercial at' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'commercial at'.
first-letter-punctuation-101 First-letter with the 'reverse solidus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reverse solidus'.
first-letter-punctuation-102 First-letter with the 'inverted exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'inverted exclamation mark'.
first-letter-punctuation-103 First-letter with the 'middle dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'middle dot'.
first-letter-punctuation-104 First-letter with the 'inverted question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'inverted question mark'.
first-letter-punctuation-105 First-letter with the 'greek question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'greek question mark'.
first-letter-punctuation-106 First-letter with the 'greek ano teleia' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'greek ano teleia'.
first-letter-punctuation-107 First-letter with the 'armenian apostrophe' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian apostrophe'.
first-letter-punctuation-108 First-letter with the 'armenian emphasis mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian emphasis mark'.
first-letter-punctuation-109 First-letter with the 'armenian exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian exclamation mark'.
first-letter-punctuation-110 First-letter with the 'armenian comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian comma'.
first-letter-punctuation-111 First-letter with the 'armenian question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian question mark'.
first-letter-punctuation-112 First-letter with the 'armenian abbreviation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian abbreviation mark'.
first-letter-punctuation-113 First-letter with the 'armenian full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian full stop'.
first-letter-punctuation-115 First-letter with the 'hebrew punctuation paseq' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation paseq'.
first-letter-punctuation-116 First-letter with the 'hebrew punctuation sof pasuq' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation sof pasuq'.
first-letter-punctuation-117 First-letter with the 'hebrew punctuation nun hafukha' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation nun hafukha'.
first-letter-punctuation-118 First-letter with the 'hebrew punctuation geresh' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation geresh'.
first-letter-punctuation-119 First-letter with the 'hebrew punctuation gershayim' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation gershayim'.
first-letter-punctuation-120 First-letter with the 'arabic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic comma'.
first-letter-punctuation-121 First-letter with the 'arabic date separator' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic date separator'.
first-letter-punctuation-122 First-letter with the 'arabic semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic semicolon'.
first-letter-punctuation-123 First-letter with the 'arabic triple dot punctuation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic triple dot punctuation mark'.
first-letter-punctuation-124 First-letter with the 'arabic question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic question mark'.
first-letter-punctuation-125 First-letter with the 'arabic percent sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic percent sign'.
first-letter-punctuation-126 First-letter with the 'arabic decimal separator' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic decimal separator'.
first-letter-punctuation-127 First-letter with the 'arabic thousands separator' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic thousands separator'.
first-letter-punctuation-128 First-letter with the 'arabic five pointed star' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic five pointed star'.
first-letter-punctuation-129 First-letter with the 'arabic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic full stop'.
first-letter-punctuation-130 First-letter with the 'syriac end of paragraph' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac end of paragraph'.
first-letter-punctuation-131 First-letter with the 'syriac supralinear full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear full stop'.
first-letter-punctuation-132 First-letter with the 'syriac sublinear full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear full stop'.
first-letter-punctuation-133 First-letter with the 'syriac supralinear colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear colon'.
first-letter-punctuation-134 First-letter with the 'syriac sublinear colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear colon'.
first-letter-punctuation-135 First-letter with the 'syriac horizontal colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac horizontal colon'.
first-letter-punctuation-136 First-letter with the 'syriac colon skewed left' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac colon skewed left'.
first-letter-punctuation-137 First-letter with the 'syriac colon skewed right' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac colon skewed right'.
first-letter-punctuation-138 First-letter with the 'syriac supralinear colon skewed left' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear colon skewed left'.
first-letter-punctuation-139 First-letter with the 'syriac sublinear colon skewed right' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear colon skewed right'.
first-letter-punctuation-140 First-letter with the 'syriac contraction' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac contraction'.
first-letter-punctuation-141 First-letter with the 'syriac harklean obelus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean obelus'.
first-letter-punctuation-142 First-letter with the 'syriac harklean metobelus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean metobelus'.
first-letter-punctuation-143 First-letter with the 'syriac harklean asteriscus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean asteriscus'.
first-letter-punctuation-144 First-letter with the 'devanagari danda' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari danda'.
first-letter-punctuation-145 First-letter with the 'devanagari double danda' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari double danda'.
first-letter-punctuation-146 First-letter with the 'devanagari abbreviation sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari abbreviation sign'.
first-letter-punctuation-147 First-letter with the 'sinhala punctuation kunddaliya' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'sinhala punctuation kunddaliya'.
first-letter-punctuation-148 First-letter with the 'thai character fongman' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character fongman'.
first-letter-punctuation-149 First-letter with the 'thai character angkhankhu' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character angkhankhu'.
first-letter-punctuation-150 First-letter with the 'thai character khomut' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character khomut'.
first-letter-punctuation-151 First-letter with the 'tibetan mark initial yig mgo mdun ma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark initial yig mgo mdun ma'.
first-letter-punctuation-152 First-letter with the 'tibetan mark closing yig mgo sgab ma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark closing yig mgo sgab ma'.
first-letter-punctuation-153 First-letter with the 'tibetan mark caret yig mgo phur shad ma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark caret yig mgo phur shad ma'.
first-letter-punctuation-154 First-letter with the 'tibetan mark yig mgo tsheg shad ma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark yig mgo tsheg shad ma'.
first-letter-punctuation-155 First-letter with the 'tibetan mark sbrul shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark sbrul shad'.
first-letter-punctuation-156 First-letter with the 'tibetan mark bskur yig mgo' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bskur yig mgo'.
first-letter-punctuation-157 First-letter with the 'tibetan mark bka- shog yig mgo' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bka- shog yig mgo'.
first-letter-punctuation-158 First-letter with the 'tibetan mark intersyllabic tsheg' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark intersyllabic tsheg'.
first-letter-punctuation-159 First-letter with the 'tibetan mark delimiter tsheg bstar' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark delimiter tsheg bstar'.
first-letter-punctuation-160 First-letter with the 'tibetan mark shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark shad'.
first-letter-punctuation-161 First-letter with the 'tibetan mark nyis shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark nyis shad'.
first-letter-punctuation-162 First-letter with the 'tibetan mark tsheg shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark tsheg shad'.
first-letter-punctuation-163 First-letter with the 'tibetan mark nyis tsheg shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark nyis tsheg shad'.
first-letter-punctuation-164 First-letter with the 'tibetan mark rin chen spungs shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark rin chen spungs shad'.
first-letter-punctuation-165 First-letter with the 'tibetan mark rgya gram shad' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark rgya gram shad'.
first-letter-punctuation-166 First-letter with the 'tibetan mark paluta' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark paluta'.
first-letter-punctuation-167 First-letter with the 'tibetan mark bska- shog gi mgo rgyan' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bska- shog gi mgo rgyan'.
first-letter-punctuation-168 First-letter with the 'tibetan mark mnyam yig gi mgo rgyan' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark mnyam yig gi mgo rgyan'.
first-letter-punctuation-169 First-letter with the 'myanmar sign little section' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar sign little section'.
first-letter-punctuation-170 First-letter with the 'myanmar sign section' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar sign section'.
first-letter-punctuation-171 First-letter with the 'myanmar symbol locative' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol locative'.
first-letter-punctuation-172 First-letter with the 'myanmar symbol completed' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol completed'.
first-letter-punctuation-173 First-letter with the 'myanmar symbol aforementioned' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol aforementioned'.
first-letter-punctuation-174 First-letter with the 'myanmar symbol genitive' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol genitive'.
first-letter-punctuation-175 First-letter with the 'georgian paragraph separator' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'georgian paragraph separator'.
first-letter-punctuation-176 First-letter with the 'ethiopic wordspace' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic wordspace'.
first-letter-punctuation-177 First-letter with the 'ethiopic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic full stop'.
first-letter-punctuation-178 First-letter with the 'ethiopic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic comma'.
first-letter-punctuation-179 First-letter with the 'ethiopic semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic semicolon'.
first-letter-punctuation-180 First-letter with the 'ethiopic colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic colon'.
first-letter-punctuation-181 First-letter with the 'ethiopic preface colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic preface colon'.
first-letter-punctuation-182 First-letter with the 'ethiopic question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic question mark'.
first-letter-punctuation-183 First-letter with the 'ethiopic paragraph separator' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic paragraph separator'.
first-letter-punctuation-184 First-letter with the 'canadian syllabics chi sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'canadian syllabics chi sign'.
first-letter-punctuation-185 First-letter with the 'canadian syllabics full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'canadian syllabics full stop'.
first-letter-punctuation-186 First-letter with the 'runic single punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic single punctuation'.
first-letter-punctuation-187 First-letter with the 'runic multiple punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic multiple punctuation'.
first-letter-punctuation-188 First-letter with the 'runic cross punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic cross punctuation'.
first-letter-punctuation-189 First-letter with the 'philippine single punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'philippine single punctuation'.
first-letter-punctuation-190 First-letter with the 'philippine double punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'philippine double punctuation'.
first-letter-punctuation-191 First-letter with the 'khmer sign khan' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign khan'.
first-letter-punctuation-192 First-letter with the 'khmer sign bariyoosan' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign bariyoosan'.
first-letter-punctuation-193 First-letter with the 'khmer sign camnuc pii kuuh' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign camnuc pii kuuh'.
first-letter-punctuation-194 First-letter with the 'khmer sign beyyal' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign beyyal'.
first-letter-punctuation-195 First-letter with the 'khmer sign phnaek muan' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign phnaek muan'.
first-letter-punctuation-196 First-letter with the 'khmer sign koomuut' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign koomuut'.
first-letter-punctuation-197 First-letter with the 'mongolian birga' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian birga'.
first-letter-punctuation-198 First-letter with the 'mongolian ellipsis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian ellipsis'.
first-letter-punctuation-199 First-letter with the 'mongolian comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian comma'.
first-letter-punctuation-200 First-letter with the 'mongolian full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian full stop'.
first-letter-punctuation-201 First-letter with the 'mongolian colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian colon'.
first-letter-punctuation-202 First-letter with the 'mongolian four dots' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian four dots'.
first-letter-punctuation-203 First-letter with the 'mongolian sibe syllable boundary marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian sibe syllable boundary marker'.
first-letter-punctuation-204 First-letter with the 'mongolian manchu comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian manchu comma'.
first-letter-punctuation-205 First-letter with the 'mongolian manchu full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian manchu full stop'.
first-letter-punctuation-206 First-letter with the 'mongolian nirugu' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian nirugu'.
first-letter-punctuation-207 First-letter with the 'limbu exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'limbu exclamation mark'.
first-letter-punctuation-208 First-letter with the 'limbu question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'limbu question mark'.
first-letter-punctuation-209 First-letter with the 'new tai lue sign lae' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'new tai lue sign lae'.
first-letter-punctuation-210 First-letter with the 'new tai lue sign laev' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'new tai lue sign laev'.
first-letter-punctuation-211 First-letter with the 'buginese pallawa' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'buginese pallawa'.
first-letter-punctuation-212 First-letter with the 'buginese end of section' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'buginese end of section'.
first-letter-punctuation-213 First-letter with the 'double vertical line' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double vertical line'.
first-letter-punctuation-214 First-letter with the 'double low line' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double low line'.
first-letter-punctuation-215 First-letter with the 'dagger' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dagger'.
first-letter-punctuation-216 First-letter with the 'double dagger' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double dagger'.
first-letter-punctuation-217 First-letter with the 'bullet' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'bullet'.
first-letter-punctuation-218 First-letter with the 'triangular bullet' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'triangular bullet'.
first-letter-punctuation-219 First-letter with the 'one dot leader' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'one dot leader'.
first-letter-punctuation-220 First-letter with the 'two dot leader' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two dot leader'.
first-letter-punctuation-221 First-letter with the 'horizontal ellipsis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'horizontal ellipsis'.
first-letter-punctuation-222 First-letter with the 'hyphenation point' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hyphenation point'.
first-letter-punctuation-223 First-letter with the 'per mille sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'per mille sign'.
first-letter-punctuation-224 First-letter with the 'per ten thousand sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'per ten thousand sign'.
first-letter-punctuation-225 First-letter with the 'prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'prime'.
first-letter-punctuation-226 First-letter with the 'double prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double prime'.
first-letter-punctuation-227 First-letter with the 'triple prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'triple prime'.
first-letter-punctuation-228 First-letter with the 'reversed prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed prime'.
first-letter-punctuation-229 First-letter with the 'reversed double prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed double prime'.
first-letter-punctuation-230 First-letter with the 'reversed triple prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed triple prime'.
first-letter-punctuation-231 First-letter with the 'caret' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection -'caret'.
first-letter-punctuation-232 First-letter with the 'reference mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reference mark'.
first-letter-punctuation-233 First-letter with the 'double exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double exclamation mark'.
first-letter-punctuation-234 First-letter with the 'interrobang' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'interrobang'.
first-letter-punctuation-235 First-letter with the 'overline' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'overline'.
first-letter-punctuation-236 First-letter with the 'caret insertion point' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'caret insertion point'.
first-letter-punctuation-237 First-letter with the 'asterism' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'asterism'.
first-letter-punctuation-238 First-letter with the 'hyphen bullet' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hyphen bullet'.
first-letter-punctuation-239 First-letter with the 'double question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double question mark'.
first-letter-punctuation-240 First-letter with the 'question exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'question exclamation mark'.
first-letter-punctuation-241 First-letter with the 'exclamation question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'exclamation question mark'.
first-letter-punctuation-242 First-letter with the 'tironian sign et' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tironian sign et'.
first-letter-punctuation-243 First-letter with the 'reversed pilcrow sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed pilcrow sign'.
first-letter-punctuation-244 First-letter with the 'black leftwards bullet' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'black leftwards bullet'.
first-letter-punctuation-245 First-letter with the 'black rightwards bullet' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'black rightwards bullet'.
first-letter-punctuation-246 First-letter with the 'low asterisk' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'low asterisk'.
first-letter-punctuation-247 First-letter with the 'reversed semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed semicolon'.
first-letter-punctuation-248 First-letter with the 'close up' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'close up'.
first-letter-punctuation-249 First-letter with the 'two asterisks aligned vertically' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two asterisks aligned vertically'.
first-letter-punctuation-250 First-letter with the 'swung dash' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'swung dash'.
first-letter-punctuation-251 First-letter with the 'flower punctuation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'flower punctuation mark'.
first-letter-punctuation-252 First-letter with the 'three dot punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'three dot punctuation'.
first-letter-punctuation-253 First-letter with the 'quadruple prime' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'quadruple prime'.
first-letter-punctuation-254 First-letter with the 'four dot punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'four dot punctuation'.
first-letter-punctuation-255 First-letter with the 'five dot punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'five dot punctuation'.
first-letter-punctuation-256 First-letter with the 'two dot punctuation' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two dot punctuation'.
first-letter-punctuation-257 First-letter with the 'four dot mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'four dot mark'.
first-letter-punctuation-258 First-letter with the 'dotted cross' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted cross'.
first-letter-punctuation-259 First-letter with the 'tricolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tricolon'.
first-letter-punctuation-260 First-letter with the 'vertical four dots' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'vertical four dots'.
first-letter-punctuation-262 First-letter with the 'coptic old nubian full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian full stop'.
first-letter-punctuation-263 First-letter with the 'coptic old nubian direct question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian direct question mark'.
first-letter-punctuation-264 First-letter with the 'coptic old nubian indirect question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian indirect question mark'.
first-letter-punctuation-265 First-letter with the 'coptic old nubian verse divider' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian verse divider'.
first-letter-punctuation-266 First-letter with the 'coptic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic full stop'.
first-letter-punctuation-267 First-letter with the 'coptic morphological divider' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic morphological divider'.
first-letter-punctuation-268 First-letter with the 'right angle substitution marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle substitution marker'.
first-letter-punctuation-269 First-letter with the 'right angle dotted substitution marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle dotted substitution marker'.
first-letter-punctuation-270 First-letter with the 'raised interpolation marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised interpolation marker'.
first-letter-punctuation-271 First-letter with the 'raised dotted interpolation marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised dotted interpolation marker' .
first-letter-punctuation-272 First-letter with the 'dotted transposition marker' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted transposition marker'.
first-letter-punctuation-273 First-letter with the 'raised square' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised square'.
first-letter-punctuation-274 First-letter with the 'editorial coronis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'editorial coronis'.
first-letter-punctuation-275 First-letter with the 'paragraphos' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'paragraphos'.
first-letter-punctuation-276 First-letter with the 'forked paragraphos' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'forked paragraphos'.
first-letter-punctuation-277 First-letter with the 'reversed forked paragraphos' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed forked paragraphos'.
first-letter-punctuation-278 First-letter with the 'hypodiastole' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hypodiastole'.
first-letter-punctuation-279 First-letter with the 'dotted obelos' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted obelos'.
first-letter-punctuation-280 First-letter with the 'downwards ancora' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'downwards ancora'.
first-letter-punctuation-281 First-letter with the 'upwards ancora' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'upwards ancora'.
first-letter-punctuation-282 First-letter with the 'dotted right-pointing angle' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted right-pointing angle'.
first-letter-punctuation-283 First-letter with the 'ideographic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ideographic comma'.
first-letter-punctuation-284 First-letter with the 'ideographic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ideographic full stop'.
first-letter-punctuation-285 First-letter with the 'ditto mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ditto mark'.
first-letter-punctuation-286 First-letter with the 'part alternation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'part alternation mark'.
first-letter-punctuation-287 First-letter with the 'katakana middle dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'katakana middle dot'.
first-letter-punctuation-288 First-letter with the 'presentation form for vertical comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical comma'.
first-letter-punctuation-289 First-letter with the 'presentation form for vertical ideographic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical ideographic comma'.
first-letter-punctuation-290 First-letter with the 'presentation form for vertical ideographic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical ideographic full stop'.
first-letter-punctuation-291 First-letter with the 'presentation form for vertical colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical colon'.
first-letter-punctuation-292 First-letter with the 'presentation form for vertical semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical semicolon'.
first-letter-punctuation-293 First-letter with the 'presentation form for vertical exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical exclamation mark'.
first-letter-punctuation-294 First-letter with the 'presentation form for vertical question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical question mark'.
first-letter-punctuation-295 First-letter with the 'presentation form for vertical horizontal ellipsis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical horizontal ellipsis'.
first-letter-punctuation-296 First-letter with the 'presentation form for vertical two dot leader' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical two dot leader'.
first-letter-punctuation-297 First-letter with the 'sesame dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'sesame dot'.
first-letter-punctuation-298 First-letter with the 'white sesame dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'white sesame dot'.
first-letter-punctuation-299 First-letter with the 'dashed overline' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dashed overline'.
first-letter-punctuation-300 First-letter with the 'centreline overline' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'centreline overline'.
first-letter-punctuation-301 First-letter with the 'wavy overline' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'wavy overline'.
first-letter-punctuation-302 First-letter with the 'double wavy overline' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double wavy overline'.
first-letter-punctuation-303 First-letter with the 'small comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small comma'.
first-letter-punctuation-304 First-letter with the 'small ideographic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small ideographic comma'.
first-letter-punctuation-305 First-letter with the 'small full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small full stop'.
first-letter-punctuation-306 First-letter with the 'small semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small semicolon'.
first-letter-punctuation-307 First-letter with the 'small colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small colon'.
first-letter-punctuation-308 First-letter with the 'small question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small question mark'.
first-letter-punctuation-309 First-letter with the 'small exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small exclamation mark'.
first-letter-punctuation-310 First-letter with the 'small number sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small number sign'.
first-letter-punctuation-311 First-letter with the 'small ampersand' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small ampersand'.
first-letter-punctuation-312 First-letter with the 'small asterisk' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small asterisk'.
first-letter-punctuation-313 First-letter with the 'small reverse solidus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small reverse solidus'.
first-letter-punctuation-314 First-letter with the 'small percent sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small percent sign'.
first-letter-punctuation-315 First-letter with the 'small commercial at' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small commercial at'.
first-letter-punctuation-316 First-letter with the 'fullwidth exclamation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth exclamation mark'.
first-letter-punctuation-317 First-letter with the 'fullwidth quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth quotation mark'.
first-letter-punctuation-318 First-letter with the 'fullwidth number sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth number sign'.
first-letter-punctuation-319 First-letter with the 'fullwidth percent sign' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth percent sign'.
first-letter-punctuation-320 First-letter with the 'fullwidth ampersand' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth ampersand'.
first-letter-punctuation-321 First-letter with the 'fullwidth apostrophe' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth apostrophe'.
first-letter-punctuation-322 First-letter with the 'fullwidth asterisk' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth asterisk'.
first-letter-punctuation-323 First-letter with the 'fullwidth comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth comma'.
first-letter-punctuation-324 First-letter with the 'fullwidth full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth full stop'.
first-letter-punctuation-325 First-letter with the 'fullwidth solidus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth solidus'.
first-letter-punctuation-326 First-letter with the 'fullwidth colon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth colon'.
first-letter-punctuation-327 First-letter with the 'fullwidth semicolon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth semicolon'.
first-letter-punctuation-328 First-letter with the 'fullwidth question mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth question mark'.
first-letter-punctuation-329 First-letter with the 'fullwidth commercial at' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth commercial at'.
first-letter-punctuation-330 First-letter with the 'fullwidth reverse solidus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth reverse solidus'.
first-letter-punctuation-331 First-letter with the 'halfwidth ideographic full stop' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth ideographic full stop'.
first-letter-punctuation-332 First-letter with the 'halfwidth ideographic comma' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth ideographic comma'.
first-letter-punctuation-333 First-letter with the 'halfwidth katakana middle dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth katakana middle dot'.
first-letter-punctuation-334 First-letter with the 'aegean word separator line' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'aegean word separator line'.
first-letter-punctuation-335 First-letter with the 'aegean word separator dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'aegean word separator dot'.
first-letter-punctuation-336 First-letter with the 'ugaritic word divider' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ugaritic word divider'.
first-letter-punctuation-337 First-letter with the 'kharoshthi punctuation dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation dot'.
first-letter-punctuation-338 First-letter with the 'kharoshthi punctuation small circle' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation small circle'.
first-letter-punctuation-339 First-letter with the 'kharoshthi punctuation circle' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation circle'.
first-letter-punctuation-340 First-letter with the 'kharoshthi punctuation crescent bar' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation crescent bar'.
first-letter-punctuation-341 First-letter with the 'kharoshthi punctuation mangalam' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation mangalam'.
first-letter-punctuation-342 First-letter with the 'kharoshthi punctuation lotus' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation lotus'.
first-letter-punctuation-343 First-letter with the 'kharoshthi punctuation danda' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation danda'.
first-letter-punctuation-344 First-letter with the 'kharoshthi punctuation double danda' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation double danda'.
first-letter-punctuation-345 First-letter with the 'kharoshthi punctuation lines' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation lines'.
first-letter-punctuation-346 First-letter with the 'left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left parenthesis'.
first-letter-punctuation-347 First-letter with the 'left square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket'.
first-letter-punctuation-348 First-letter with the 'left curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left curly bracket'.
first-letter-punctuation-349 First-letter with the 'tibetan mark gug rtags gyon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark gug rtags gyon'.
first-letter-punctuation-350 First-letter with the 'tibetan mark ang khang gyon' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark ang khang gyon'.
first-letter-punctuation-351 First-letter with the 'ogham feather mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ogham feather mark'.
first-letter-punctuation-352 First-letter with the 'single low-9 quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single low-9 quotation mark'.
first-letter-punctuation-353 First-letter with the 'double low-9 quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double low-9 quotation mark'.
first-letter-punctuation-354 First-letter with the 'left square bracket with quill' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with quill'.
first-letter-punctuation-355 First-letter with the 'superscript left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'superscript left parenthesis'.
first-letter-punctuation-356 First-letter with the 'subscript left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'subscript left parenthesis'.
first-letter-punctuation-357 First-letter with the 'left-pointing angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing angle bracket'.
first-letter-punctuation-359 First-letter with the 'medium left parenthesis ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left parenthesis ornament'.
first-letter-punctuation-360 First-letter with the 'medium flattened left parenthesis ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium flattened left parenthesis ornament'.
first-letter-punctuation-361 First-letter with the 'medium left-pointing angle bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left-pointing angle bracket ornament'.
first-letter-punctuation-362 First-letter with the 'heavy left-pointing angle quotation mark ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy left-pointing angle quotation mark ornament'.
first-letter-punctuation-363 First-letter with the 'heavy left-pointing angle bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy left-pointing angle bracket ornament'.
first-letter-punctuation-364 First-letter with the 'light left tortoise shell bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'light left tortoise shell bracket ornament'.
first-letter-punctuation-365 First-letter with the 'medium left curly bracket ornament' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left curly bracket ornament'.
first-letter-punctuation-366 First-letter with the 'left s-shaped bag delimiter' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left s-shaped bag delimiter'.
first-letter-punctuation-367 First-letter with the 'mathematical left white square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left white square bracket'.
first-letter-punctuation-368 First-letter with the 'mathematical left angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left angle bracket'.
first-letter-punctuation-369 First-letter with the 'mathematical left double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left double angle bracket'.
first-letter-punctuation-370 First-letter with the 'left white curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white curly bracket'.
first-letter-punctuation-371 First-letter with the 'left white parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white parenthesis'.
first-letter-punctuation-372 First-letter with the 'z notation left image bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation left image bracket'.
first-letter-punctuation-373 First-letter with the 'z notation left binding bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation left binding bracket'.
first-letter-punctuation-374 First-letter with the 'left square bracket with underbar' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with underbar'.
first-letter-punctuation-375 First-letter with the 'left square bracket with tick in top corner' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with tick in top corner'.
first-letter-punctuation-376 First-letter with the 'left square bracket with tick in bottom corner' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with tick in bottom corner'.
first-letter-punctuation-377 First-letter with the 'left angle bracket with dot' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left angle bracket with dot'.
first-letter-punctuation-378 First-letter with the 'left arc less-than bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left arc less-than bracket'.
first-letter-punctuation-379 First-letter with the 'double left arc greater-than bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double left arc greater-than bracket'.
first-letter-punctuation-380 First-letter with the 'left black tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left black tortoise shell bracket'.
first-letter-punctuation-381 First-letter with the 'left wiggly fence' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left wiggly fence'.
first-letter-punctuation-382 First-letter with the 'left double wiggly fence' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double wiggly fence'.
first-letter-punctuation-383 First-letter with the 'left-pointing curved angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing curved angle bracket'.
first-letter-punctuation-384 First-letter with the 'left angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left angle bracket'.
first-letter-punctuation-385 First-letter with the 'left double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double angle bracket'.
first-letter-punctuation-386 First-letter with the 'left corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left corner bracket'.
first-letter-punctuation-387 First-letter with the 'left white corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white corner bracket'.
first-letter-punctuation-388 First-letter with the 'left black lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left black lenticular bracket'.
first-letter-punctuation-389 First-letter with the 'left tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left tortoise shell bracket'.
first-letter-punctuation-390 First-letter with the 'left white lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white lenticular bracket'.
first-letter-punctuation-391 First-letter with the 'left white tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white tortoise shell bracket'.
first-letter-punctuation-392 First-letter with the 'left white square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white square bracket' .
first-letter-punctuation-393 First-letter with the 'reversed double prime quotation mark' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed double prime quotation mark'.
first-letter-punctuation-394 First-letter with the 'ornate left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ornate left parenthesis'.
first-letter-punctuation-395 First-letter with the 'presentation form for vertical left white lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left white lenticular bracket'.
first-letter-punctuation-396 First-letter with the 'presentation form for vertical left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left parenthesis'.
first-letter-punctuation-397 First-letter with the 'presentation form for vertical left curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left curly bracket'.
first-letter-punctuation-398 First-letter with the 'presentation form for vertical left tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left tortoise shell bracket'.
first-letter-punctuation-399 First-letter with the 'presentation form for vertical left black lenticular bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left black lenticular bracket'.
first-letter-punctuation-400 First-letter with the 'presentation form for vertical left double angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left double angle bracket'.
first-letter-punctuation-401 First-letter with the 'presentation form for vertical left angle bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left angle bracket'.
first-letter-punctuation-402 First-letter with the 'presentation form for vertical left corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left corner bracket'.
first-letter-punctuation-403 First-letter with the 'presentation form for vertical left white corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left white corner bracket'.
first-letter-punctuation-404 First-letter with the 'presentation form for vertical left square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left square bracket'.
first-letter-punctuation-405 First-letter with the 'small left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left parenthesis'.
first-letter-punctuation-406 First-letter with the 'small left curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left curly bracket'.
first-letter-punctuation-407 First-letter with the 'small left tortoise shell bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left tortoise shell bracket'.
first-letter-punctuation-408 First-letter with the 'fullwidth left parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left parenthesis'.
first-letter-punctuation-409 First-letter with the 'fullwidth left square bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left square bracket'.
first-letter-punctuation-410 First-letter with the 'fullwidth left curly bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left curly bracket'.
first-letter-punctuation-411 First-letter with the 'fullwidth left white parenthesis' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left white parenthesis'.
first-letter-punctuation-412 First-letter with the 'halfwidth left corner bracket' punctuation character
  • Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth left corner bracket'.
first-letter-quote-001 = :first-letter
first-letter-quote-002 = :first-letter
first-letter-quote-003 = = :first-letter
first-letter-quote-004 = = DOM/JS :first-letter
first-letter-quote-005 = = :first-letter
first-letter-quote-006 = :first-letter
first-letter-selector-000 :first-letter in XML
first-letter-selector-001 First-letter pseudo-element
  • The :first-letter pseudo-element matches the first letter in a given element.
first-letter-selector-002 Bitmaps First-letter pseudo-element with image missing alt text
  • If there is preceding content (an image) or alt text the :first-letter pseudo-element does not match the first letter.
first-letter-selector-003 First-letter as a digit
  • The ':first-letter' applies if the first letter is a digit.
first-letter-selector-004 First-letter and :before
  • If an element has ':before' or ':after' content, the ':first-letter applies to the first letter of the element including that content.
first-letter-selector-005 First-letter with leading line break
  • The first letter occurs on the first formatted line.
first-letter-selector-006 First-letter with list items
  • If an element is a list item, the ':first-letter' applies to the first letter in the principal box after the marker.
first-letter-selector-007 First-letter with table cell elements
  • The :first-letter pseudo-element applies to table-cells.
first-letter-selector-008 First-letter with inline-block elements
  • The first-letter pseudo-element applies to inline-block elements.
first-letter-selector-009 First-letter and valid properties
  • The color, font-size, text-decoration, text-transform, background and border properties apply to :first-letter.
first-letter-selector-010 First-letter as a float
  • The float property applies to :first-letter.
first-letter-selector-011 First-letter using letter-spacing property
  • The letter-spacing property is allowed for :first-letter.
first-letter-selector-012 First-letter using margin
  • The margin property is allowed for :first-letter.
first-letter-selector-013 First-letter using background and padding
  • The background and padding properties is allowed for :first-letter.
first-letter-selector-014 First-letter using vertical-align and line-height
  • The vertical-align and line-height properties is allowed for :first-letter.
first-letter-selector-015 Bitmaps First-letter with img alt text
  • The ':first-letter' pseudo-element can be used with all such elements that contain text, or that have a descendant in the same flow that contains text.
first-letter-selector-016 Bitmaps First-letter with img preceding text
  • First-letter selects the first letter of a block if it is not preceded by any other content on its line.
first-letter-selector-018 First-letter with punctuation
  • The ':first-letter' pseudo-element also applies to punctuation.
first-letter-selector-019 First-letter in descendents
  • A user agent acts as if the fictional start tag of the first-letter pseudo-element is just before the first text of the element, even if that first text is in a descendant.
first-letter-selector-020 Optional First-letter and language specific letter combinations
  • Some letter combinations in some languages may be considered part of the first-letter pseudo-element.
first-letter-selector-021 Optional First-letter on list-style-position: inside
  • User agents may ignore ':first-letter' on list items with 'list-style-position: inside'.
first-letter-selector-022 Optional First-letter in different elements than its punctuation
  • If the letters that would form the first-letter are not in the same element the user agent may create a first-letter pseudo-element from one of the elements, both elements, or simply not create a pseudo-element.
first-letter-selector-023 Optional First-letter on bidi text
  • If the first letter of the block is not at the start of the line (for example due to bidirectional reordering), then the user agent need not create the pseudo-element.
first-letter-selector-025 First-letter with table caption elements
  • The :first-letter pseudo-element applies to table-captions.
first-letter-selector-026 First-Letter: Basic Test
first-letter-selector-027 First-Letter: Basic Test
+ 5.12.3 The :before and :after pseudo-elements
before-after-selector-001 After and before pseudo-elements
  • After and before pseudo-element allows inserted text after or before a given element.
before-first-letter-selector-001 First-letter pseudo-element with :before pseudo-element
  • When the :first-letter pseudo-element is combined with :before, :first-letter applies to the generated text of :before.