Skip to content
ASCII World
v

Lowercase v

PrintableASCII 118 | Hex 0x76 | U+0076
Lowercase v at ASCII 118. In semantic versioning (SemVer), version strings are prefixed with v (v2.1.0). In vim, v enters visual selection mode. In many programming languages, v is conventionally used as a short variable name for values in key-value iteration (for k, v in dict.items()). The Roman numeral V represents 5. In HTML5, the

ASCII Code

Decimal
118
Hexadecimal
0x76
Octal
166
Binary
0111 0110
URL Escape
%76

Unicode

Code Point
U+0076
Escape
\u0076
UTF-8 Hex
0x76
UTF-8 Binary
01110110
UTF-16
0x0076
UTF-32
0x00000076

HTML Entities

Numeric
v
Hex
v

How to Type

Windows Alt CodeAlt + 118
HTML Entity
v
Unicode InputU+0076

Source Code Representations

C / Java
"\u0076"
CSS
\0076
JavaScript
"\u0076"
Perl
\x{0076}
Python 2
u"\u0076"
Python 3
\u0076
Ruby
\u{0076}

Frequently Asked Questions

What is ASCII code 118?
ASCII code 118 represents the Lowercase v character. In hexadecimal it is 0x76, in binary 0111 0110, and in octal 166. It is a printable character that appears as "v" in text.
How do I type ASCII 118 on a keyboard?
On Windows, hold Alt and type 118 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity v or v.