Use Diacritics in HTML, CSS and JavaScript

Quick copy

Details for U+0065 U+0301

LATIN SMALL LETTER E + COMBINING ACUTE ACCENT

Exact sequence:

U+0065 U+0301

Click a character to copy it. Use Details for its technical record.

Keep source files and documents in UTF-8 when writing literal Unicode. Escapes identify encoded values; they do not choose a font or establish a language's orthography.

One sequence in three syntaxes

The decomposed sequence below is e followed by U+0301. Numeric character references in HTML are decoded into text. A JavaScript code-point escape constructs the corresponding scalar. A CSS hexadecimal escape ends with optional whitespace when needed to separate following hex digits.

HTML text
é
JavaScript string literal
"\u{65}\u{301}"
CSS string content
"\000065\000301"

Supplementary values need full scalar handling: U+1E944 is represented by JavaScript \u{1E944}. A four-digit escape cannot encode that scalar by itself. Clipboard text must contain the selected string rather than the source-code escape spelling.

Escapes are context-specific. Use DOM textContent or value for untrusted text; do not insert it as executable HTML. Normalize only when your application explicitly needs that transformation.

Syntax sources: HTML character references, ECMAScript string literals, CSS escapes.

Inspect escapes and encodings · Normalization choices · Typing methods

Sources, versions and limits

Encoded properties
Properties use Unicode 17.0.0. Normalization follows UAX #15; grapheme boundaries follow UAX #29. Script associations describe encoded properties, not language use.
Language evidence
CLDR 48.2and the IANA registry dated 2026-08-08. Main and auxiliary exemplars are distinct. CLDR exemplars are not complete orthographies.
Review and limitations
The dataset is derived from the sources above. Editorial guides cite additional scoped authorities. No native or specialist orthography approval is implied. Release scope date: 14 September 2026. Historic or specialist usage needs separate evidence. Registry-only records have unknown orthography in this release.
Reproduction and corrections
Downloads and licences · Coverage and held routes · Suggest a source-backed correction