Back
Asciify Logo
Asciify

Latin Capital Letter V

Shaped like a single downward stroke meeting at a vertex, uppercase 'V' is one of the few Latin letters whose glyph has remained nearly unchanged since its Roman ancestor. It sits at ASCII code point 86 (0x56), exactly 32 below its lowercase counterpart 'v' at 118 (0x76), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. In typical English corpora, 'V' ranks among the less frequent uppercase letters, though it gains visibility in Roman numerals, scientific notation, and version identifiers.

Latin Letter

Technical Details

Code Example

</>
// Version macros
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 3
// v1.2.3

Common Usage

  • Roman numeral value: Uppercase 'V' represents the value 5 in Roman numerals and appears in formal numbering — outlines, clock faces, regnal names (Henry V), and Super Bowl branding. Parsers handling Roman numeral input must distinguish 'V' as a numeral from its role as an ordinary letter, typically by context or explicit markup.

  • Scientific and symbolic conventions: In physics, italic 'V' denotes voltage (a quantity), while upright 'V' is the symbol for the volt (a unit) — a distinction enforced by SI style guides. In chemistry, 'V' is the element symbol for vanadium (atomic number 23). In mathematics it commonly labels a vector space or vertex set, and in software it frequently prefixes version identifiers (V1.0, v2.3), a convention formalized by Semantic Versioning (SemVer).

  • Computing shortcut and regex note: Ctrl+V is the near-universal keyboard shortcut for Paste across Windows, Linux, and macOS (as ⌘V), making 'V' one of the most physically pressed uppercase-labeled keys in daily computing. In regular expressions, 'V' carries no metacharacter role, but the escape sequence \v typically matches a vertical tab (U+000B) in most regex engines and C-style string literals — unrelated to the letter itself, yet a potential source of confusion in case-insensitive searches.

  • Diacritical variants: Uppercase 'V' has a relatively small diacritical family. Ṽ (tilde) appears in some romanizations of African and South American indigenous languages, and Ṿ (dot below) is used in IAST transliteration of Sanskrit and in Hebrew romanization schemes. In standard Latin-script European orthographies, accented forms of 'V' are rare.

  • Roman numeral value: Uppercase 'V' represents the value 5 in Roman numerals and appears in formal numbering — outlines, clock faces, regnal names (Henry V), and Super Bowl branding. Parsers handling Roman numeral input must distinguish 'V' as a numeral from its role as an ordinary letter, typically by context or explicit markup.

  • Scientific and symbolic conventions: In physics, italic 'V' denotes voltage (a quantity), while upright 'V' is the symbol for the volt (a unit) — a distinction enforced by SI style guides. In chemistry, 'V' is the element symbol for vanadium (atomic number 23). In mathematics it commonly labels a vector space or vertex set, and in software it frequently prefixes version identifiers (V1.0, v2.3), a convention formalized by Semantic Versioning (SemVer).

  • Computing shortcut and regex note: Ctrl+V is the near-universal keyboard shortcut for Paste across Windows, Linux, and macOS (as ⌘V), making 'V' one of the most physically pressed uppercase-labeled keys in daily computing. In regular expressions, 'V' carries no metacharacter role, but the escape sequence \v typically matches a vertical tab (U+000B) in most regex engines and C-style string literals — unrelated to the letter itself, yet a potential source of confusion in case-insensitive searches.

  • Diacritical variants: Uppercase 'V' has a relatively small diacritical family. Ṽ (tilde) appears in some romanizations of African and South American indigenous languages, and Ṿ (dot below) is used in IAST transliteration of Sanskrit and in Hebrew romanization schemes. In standard Latin-script European orthographies, accented forms of 'V' are rare.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026