The ::first-letter CSS pseudo-element applies styles to the first letter of the first line of a block container, but only when not preceded by other content (such as images or inline tables).
developer.mozilla.orgThe Intl.Segmenter object enables locale-sensitive text segmentation, enabling you to get meaningful items (graphemes, words or sentences) from a string.
developer.mozilla.orgThe Intl.Segmenter() constructor creates Intl.Segmenter objects.
developer.mozilla.orgThe font-synthesis shorthand CSS property lets you specify whether or not the browser may synthesize the bold, italic, small-caps, and/or subscript and superscript typefaces when they are missing in the specified font-family.
developer.mozilla.orgThe line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.
developer.mozilla.orgThe Intl.DisplayNames object enables the consistent translation of language, region and script display names.
developer.mozilla.orgThe HTML element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the element. One element should enclose each of the opening and closing parentheses that wrap the element that contains the annotation's text.
developer.mozilla.orgThe HTML element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The element must always be contained within a element.
developer.mozilla.orgThe HTML element is used to delimit the base text component of a annotation, i.e., the text that is being annotated. One element should wrap each separate atomic segment of the base text.
developer.mozilla.orgThe HTML element represents small annotations that are rendered above, below, or next to base text, usually used for showing the pronunciation of East Asian characters. It can also be used for annotating other kinds of text, but this usage is less common.
developer.mozilla.org