Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSbefore after pseudo-elementsSingle-choice MCQ

An author sets `content: "\201C"` (a left double quote) on `blockquote::before`. The quote shows up but is announced oddly by screen readers. What is the correct CSS-level fix to hide it from the accessibility tree while keeping it visible?

blockquote::before { content: "\201C"; }