Versicle (℣) is the Unicode character at U+2123 in Letterlike Symbols. Official name: VERSICLE — a liturgical mark for the leader’s line in prayer and worship texts.
Remember
Character ℣
Unicode U+2123
Hex entity ℣
Decimal ℣
CSS escape \2123
Named entity (none)
Not the same ℟ · V · †
Prefer ℣ or ℣ in HTML markup. You can also type ℣ in UTF-8. There is no named entity. Pair it with response (℟) when showing a versicle-and-response exchange.
Using Hex Code: ℣
Using HTML Code: ℣
Using CSS Entity: ℣
Typed directly: ℣
℣ O Lord, open thou our lips.
How It Works
1. Hex:U+2123 → ℣ in HTML. The browser turns it into ℣.
2. Decimal: same code point as 8483 → ℣. Same result as hex.
3. CSS: use \2123 in content (not an HTML entity). #point::after appends that ℣ after the paragraph text.
4. Typed / liturgy: paste ℣ in UTF-8, then follow it with the spoken line so the mark has context.
Pitfalls & Tips
Common mistakes when working with U+2123.
Named
No &versicle; name
HTML5 has no named entity for U+2123. Use ℣ or ℣ — do not invent a name.
vs ℟
Not the response
℟ is response (U+211F) — the reply line. ℣ is versicle — the leader’s line. Use both correctly as a pair.
vs V
Not the letter V
ASCII V is a different character. Versicle is a specialized letterlike liturgical mark.
vs †
Not a dagger
† (†) is a footnote or reference mark. Do not use it as a stand-in for versicle.
Fonts
Glyph depends on font
Some fonts omit Letterlike Symbols. Prefer a font that covers U+2123 when liturgical markup must look correct.
CSS vs HTML
Do not mix escapes
\2123 belongs in CSS strings. ℣ / ℣ belong in HTML.
A11y
Say “versicle”
Screen readers may announce a generic symbol. Add nearby text such as “Versicle:” or expand the spoken line so meaning is clear.
Compatibility
Browser Support
The versicle symbol (U+2123) and its entity forms (℣, ℣, CSS \\2123) are supported in all mainstream browsers. Visible letterlike glyphs depend on fonts that include Letterlike Symbols.
✓ Universal support
Versicle (℣)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2123Full support
Bottom line: Prefer ℣ or ℣ in HTML. Use \\2123 only inside CSS content. Pair with ℟ (response) for liturgy exchanges.
Remember
Key Takeaways
Unicode: versicle is U+2123 (decimal 8483) — glyph ℣.
HTML: use ℣ or ℣ — no named entity in HTML5.
CSS: use \2123 inside content for generated text.
Meaning:℣ is versicle — not ℟ (response), not V, not † (dagger).
One line:U+2123 → ℣ / ℣ / CSS \2123.
Frequently Asked Questions
Use ℣ (hex), ℣ (decimal), type ℣ directly in UTF-8, or the CSS escape \2123 in content. There is no named HTML entity for U+2123.
U+2123 (VERSICLE). Hex 2123, decimal 8483. It belongs to Letterlike Symbols (U+2100–U+214F).
No. HTML5 does not define a named entity for this character. Use numeric forms ℣ or ℣.
Use it in liturgical, prayer-book, or religious text to mark the leader’s versicle line — often paired with response ℟ for the reply.
Versicle (U+2123, ℣) marks the leader’s line. Response (U+211F, ℟) marks the congregation’s reply. They are related but different characters.
HTML entities (℣ or ℣) go in markup. The CSS escape \2123 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Versicle (℣) is Unicode U+2123 (decimal 8483) — official name VERSICLE in Letterlike Symbols (U+2100–U+214F). HTML5 has no named entity — use ℣ or ℣. In liturgy it marks the leader’s line; the congregation’s reply uses response ℟ (U+211F). Pair the glyph with clear wording for accessibility.